A B C D E F G H I J L M N O P R S T U V W

U

undo() - Method in interface be.ugent.caagt.swirl.undoredo.UndoableChange
Undo the changes represented by this object.
UndoableChange - Interface in be.ugent.caagt.swirl.undoredo
An object of this type describes the change made by an interactive command and provides sufficient information for that change to be undone and redone.
UndoAction - Class in be.ugent.caagt.swirl.undoredo
Action which undoes the last change registered with the corresponding undo manager.
UndoAction(UndoManager, ResourceBundle, String, Icon, Icon, Icon) - Constructor for class be.ugent.caagt.swirl.undoredo.UndoAction
Create an action of this type.
UndoAction(UndoManager) - Constructor for class be.ugent.caagt.swirl.undoredo.UndoAction
Create an action of this type for use with the MenuBuilder.
undoLast() - Method in class be.ugent.caagt.swirl.undoredo.UndoManager
Undo te last group of commands.
UndoListener - Interface in be.ugent.caagt.swirl.undoredo
Listens to changes in the state of an UndoManager.
UndoManager - Class in be.ugent.caagt.swirl.undoredo
Manages a list of changes of type UndoableChange.
UndoManager() - Constructor for class be.ugent.caagt.swirl.undoredo.UndoManager
Default constructor.
UndoRedoAction - Class in be.ugent.caagt.swirl.undoredo
Common super class for UndoAction and RedoAction
UndoRedoAction(UndoManager, ResourceBundle, String, Icon, Icon, Icon) - Constructor for class be.ugent.caagt.swirl.undoredo.UndoRedoAction
Create an action of this type with the given parameters
undoStateChanged() - Method in class be.ugent.caagt.swirl.undoredo.RedoAction
Enables or disables the button according to whether any changes remain to be redone or not.
undoStateChanged() - Method in class be.ugent.caagt.swirl.undoredo.UndoAction
Enables or disables the button according to whether any changes remain to be undone or not.
undoStateChanged() - Method in interface be.ugent.caagt.swirl.undoredo.UndoListener
Called after a change of state in the UndoManager which is listened to, i.e., when undoable changes are added or removed from the list, when the list position is changed and when the marked position changes.
unregister(JTextComponent) - Static method in class be.ugent.caagt.swirl.SelectOnFocusGained
Unregisters the shared focus listener with the given component.

A B C D E F G H I J L M N O P R S T U V W