class UndoManager extends javax.swing.undo.UndoManager with ActionListener with FocusListener with PropertyChangeListener
- Source
- UndoManager.java
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UndoManager
- PropertyChangeListener
- FocusListener
- ActionListener
- UndoManager
- UndoableEditListener
- EventListener
- CompoundEdit
- AbstractUndoableEdit
- Serializable
- UndoableEdit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UndoManager()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
actionPerformed(evt: ActionEvent): Unit
- Definition Classes
- UndoManager → ActionListener
-
def
addEdit(anEdit: UndoableEdit): Boolean
- Definition Classes
- UndoManager → UndoManager → CompoundEdit → AbstractUndoableEdit → UndoableEdit
- Annotations
- @Override()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canRedo(): Boolean
- Definition Classes
- UndoManager → CompoundEdit → AbstractUndoableEdit → UndoableEdit
-
def
canUndo(): Boolean
- Definition Classes
- UndoManager → CompoundEdit → AbstractUndoableEdit → UndoableEdit
-
def
canUndoOrRedo(): Boolean
- Definition Classes
- UndoManager
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
die(): Unit
- Definition Classes
- CompoundEdit → AbstractUndoableEdit → UndoableEdit
-
def
discardAllEdits(): Unit
- Definition Classes
- UndoManager → UndoManager
- Annotations
- @Override()
-
def
editToBeRedone(): UndoableEdit
- Attributes
- protected[javax.swing.undo]
- Definition Classes
- UndoManager
-
def
editToBeUndone(): UndoableEdit
- Attributes
- protected[javax.swing.undo]
- Definition Classes
- UndoManager
-
def
end(): Unit
- Definition Classes
- UndoManager → CompoundEdit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
focusGained(event: FocusEvent): Unit
- Definition Classes
- UndoManager → FocusListener
-
def
focusLost(event: FocusEvent): Unit
- Definition Classes
- UndoManager → FocusListener
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getLimit(): Int
- Definition Classes
- UndoManager
-
def
getPresentationName(): String
- Definition Classes
- CompoundEdit → AbstractUndoableEdit → UndoableEdit
-
def
getRedoPresentationName(): String
- Definition Classes
- UndoManager → CompoundEdit → AbstractUndoableEdit → UndoableEdit
-
def
getUndoOrRedoPresentationName(): String
- Definition Classes
- UndoManager
-
def
getUndoPresentationName(): String
- Definition Classes
- UndoManager → CompoundEdit → AbstractUndoableEdit → UndoableEdit
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
isInProgress(): Boolean
- Definition Classes
- CompoundEdit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSignificant(): Boolean
- Definition Classes
- CompoundEdit → AbstractUndoableEdit → UndoableEdit
-
def
lastEdit(): UndoableEdit
- Attributes
- protected[javax.swing.undo]
- Definition Classes
- CompoundEdit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
propertyChange(event: PropertyChangeEvent): Unit
- Definition Classes
- UndoManager → PropertyChangeListener
-
def
redo(): Unit
- Definition Classes
- UndoManager → UndoManager → CompoundEdit → AbstractUndoableEdit → UndoableEdit
- Annotations
- @Override()
-
def
redoTo(arg0: UndoableEdit): Unit
- Attributes
- protected[javax.swing.undo]
- Definition Classes
- UndoManager
- Annotations
- @throws( ... )
-
def
replaceEdit(arg0: UndoableEdit): Boolean
- Definition Classes
- AbstractUndoableEdit → UndoableEdit
-
def
setLimit(arg0: Int): Unit
- Definition Classes
- UndoManager
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- UndoManager → CompoundEdit → AbstractUndoableEdit → AnyRef → Any
-
def
trimEdits(arg0: Int, arg1: Int): Unit
- Attributes
- protected[javax.swing.undo]
- Definition Classes
- UndoManager
-
def
trimForLimit(): Unit
- Attributes
- protected[javax.swing.undo]
- Definition Classes
- UndoManager
-
def
undo(): Unit
- Definition Classes
- UndoManager → UndoManager → CompoundEdit → AbstractUndoableEdit → UndoableEdit
- Annotations
- @Override()
-
def
undoOrRedo(): Unit
- Definition Classes
- UndoManager
- Annotations
- @throws( ... ) @throws( ... )
-
def
undoTo(arg0: UndoableEdit): Unit
- Attributes
- protected[javax.swing.undo]
- Definition Classes
- UndoManager
- Annotations
- @throws( ... )
-
def
undoableEditHappened(e: UndoableEditEvent): Unit
- Definition Classes
- UndoManager → UndoManager → UndoableEditListener
- Annotations
- @Override()
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def watch(textComponent: JTextComponent): Unit