|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SwingUndoSupport
In general, developers should NOT use this interface or the classes
it provides access to to post edits and should use UndoSupport
instead.
This interface is really only meant for those handling undo/redo requests
in a swing environment and this interface provides access to the necessary
Swing Undo services to do so.
Method Summary | |
---|---|
UndoableEditSupport |
getUndoableEditSupport()
Returns the UndoableEditSupport associated with this UndoSupport instance. |
UndoManager |
getUndoManager()
Returns the UndoManager associated with this UndoSupport instance. |
Methods inherited from interface org.cytoscape.work.undo.UndoSupport |
---|
postEdit, reset |
Method Detail |
---|
UndoManager getUndoManager()
UndoManager
associated with this UndoSupport
instance.
UndoManager
associated with this UndoSupport
instance.UndoableEditSupport getUndoableEditSupport()
UndoableEditSupport
associated with this UndoSupport
instance.
UndoableEditSupport
associated with this UndoSupport
instance.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |