c

de.sciss.desktop.impl

UndoManagerImpl

class UndoManagerImpl extends UndoManager

Self Type
UndoManagerImpl
Linear Supertypes
UndoManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UndoManagerImpl
  2. UndoManager
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UndoManagerImpl()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def add(edit: UndoableEdit): Boolean
    Definition Classes
    UndoManagerImplUndoManager
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def canRedo: Boolean
    Definition Classes
    UndoManagerImplUndoManager
  7. final def canUndo: Boolean
    Definition Classes
    UndoManagerImplUndoManager
  8. final def canUndoOrRedo: Boolean
    Definition Classes
    UndoManagerImplUndoManager
  9. final def clear(): Unit

    Purges the undo history and updates the undo / redo actions enabled / disabled state.

    Purges the undo history and updates the undo / redo actions enabled / disabled state.

    Definition Classes
    UndoManagerImplUndoManager
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def debugDumpAction: Action

    Gets an Action object that will dump the current undo history to the console.

    Gets an Action object that will dump the current undo history to the console.

    returns

    action suitable for attaching to a menu item

  12. var dirty: Boolean

    Subclasses may override this.

    Subclasses may override this.

    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. final def redo(): Unit
    Definition Classes
    UndoManagerImplUndoManager
  23. final def significant: Boolean
    Definition Classes
    UndoManagerImplUndoManager
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def undo(): Unit
    Definition Classes
    UndoManagerImplUndoManager
  27. final def undoOrRedo(): Unit
    Definition Classes
    UndoManagerImplUndoManager
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. object peer extends javax.swing.undo.UndoManager
    Definition Classes
    UndoManagerImplUndoManager
  32. object redoAction extends Action
    Definition Classes
    UndoManagerImplUndoManager
  33. object undoAction extends Action
    Definition Classes
    UndoManagerImplUndoManager

Inherited from UndoManager

Inherited from AnyRef

Inherited from Any

Ungrouped