de.sciss.desktop.impl

UndoManagerImpl

trait 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

Abstract Value Members

  1. abstract val dirty: Boolean

    Attributes
    protected

Concrete 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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    UndoManagerImplUndoManager
  23. object redoAction extends Action

    Definition Classes
    UndoManagerImplUndoManager
  24. final def significant: Boolean

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

    Definition Classes
    UndoManagerImplUndoManager
  28. object undoAction extends Action

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UndoManager

Inherited from AnyRef

Inherited from Any

Ungrouped