public interface SwingUndoSupport extends UndoSupport
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.Module: work-swing-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>work-swing-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
UndoableEditSupport |
getUndoableEditSupport()
Returns the
UndoableEditSupport associated with this UndoSupport instance. |
UndoManager |
getUndoManager()
Returns the
UndoManager associated with this UndoSupport instance. |
postEdit, reset
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.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.