|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleAction | |
---|---|
be.ugent.caagt.swirl.actions | Provides support for standard Swing actions. |
be.ugent.caagt.swirl.undoredo | Provides a simple framework for registering and activating undoable (and redoable) actions with a central undo manager. |
Uses of SimpleAction in be.ugent.caagt.swirl.actions |
---|
Subclasses of SimpleAction in be.ugent.caagt.swirl.actions | |
---|---|
class |
SingleSelectionAction
Simple action which selects a given index in a SingleSelectionModel . |
Uses of SimpleAction in be.ugent.caagt.swirl.undoredo |
---|
Subclasses of SimpleAction in be.ugent.caagt.swirl.undoredo | |
---|---|
class |
RedoAction
Action which reverts the last undo effected by the corresponding undo manager. |
class |
UndoAction
Action which undoes the last change registered with the corresponding undo manager. |
class |
UndoRedoAction
Common super class for UndoAction and RedoAction |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |