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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UndoManagerImpl()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def add(edit: UndoableEdit): Boolean

    Definition Classes
    UndoManagerImplUndoManager
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final def canRedo: Boolean

    Definition Classes
    UndoManagerImplUndoManager
  9. final def canUndo: Boolean

    Definition Classes
    UndoManagerImplUndoManager
  10. final def canUndoOrRedo: Boolean

    Definition Classes
    UndoManagerImplUndoManager
  11. 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
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. 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

  14. var dirty: Boolean

    Subclasses may override this.

    Subclasses may override this.

    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. object peer extends javax.swing.undo.UndoManager

    Definition Classes
    UndoManagerImplUndoManager
  25. final def redo(): Unit

    Definition Classes
    UndoManagerImplUndoManager
  26. object redoAction extends Action

    Definition Classes
    UndoManagerImplUndoManager
  27. final def significant: Boolean

    Definition Classes
    UndoManagerImplUndoManager
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def undo(): Unit

    Definition Classes
    UndoManagerImplUndoManager
  31. object undoAction extends Action

    Definition Classes
    UndoManagerImplUndoManager
  32. final def undoOrRedo(): Unit

    Definition Classes
    UndoManagerImplUndoManager
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UndoManager

Inherited from AnyRef

Inherited from Any

Ungrouped