Class

de.sciss.desktop.impl

UndoManagerImpl

Related Doc: package impl

Permalink

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()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def add(edit: UndoableEdit): Boolean

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def canRedo: Boolean

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  7. final def canUndo: Boolean

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  8. final def canUndoOrRedo: Boolean

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  9. final def clear(): Unit

    Permalink

    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

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

    Permalink

    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

    Permalink

    Subclasses may override this.

    Subclasses may override this.

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. object peer extends javax.swing.undo.UndoManager

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  23. final def redo(): Unit

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  24. object redoAction extends Action

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  25. final def significant: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  29. object undoAction extends Action

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  30. final def undoOrRedo(): Unit

    Permalink
    Definition Classes
    UndoManagerImplUndoManager
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UndoManager

Inherited from AnyRef

Inherited from Any

Ungrouped