|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virbo.autoplot.state.UndoRedoSupport
public class UndoRedoSupport
Constructor Summary | |
---|---|
UndoRedoSupport(ApplicationModel applicationModel)
Creates a new instance of UndoRedoSupport |
Method Summary | |
---|---|
javax.swing.Action |
getRedoAction()
|
java.lang.String |
getRedoLabel()
returns a label describing the redo operation, or null if the operation doesn't exist. |
javax.swing.Action |
getUndoAction()
|
java.lang.String |
getUndoLabel()
returns a label describing the undo operation, or null if the operation doesn't exist. |
boolean |
isIgnoringUpdates()
Getter for property ignoringUpdates. |
void |
pushState(java.beans.PropertyChangeEvent ev)
|
void |
redo()
|
void |
refreshUndoMultipleMenu(javax.swing.JMenu undoMultipleMenu)
|
void |
resetHistory()
|
void |
setIgnoringUpdates(boolean ignoringUpdates)
Setter for property ignoringUpdates. |
void |
undo()
|
void |
undo(int level)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UndoRedoSupport(ApplicationModel applicationModel)
Method Detail |
---|
public void refreshUndoMultipleMenu(javax.swing.JMenu undoMultipleMenu)
public javax.swing.Action getUndoAction()
public void undo()
public void undo(int level)
public javax.swing.Action getRedoAction()
public void redo()
public void pushState(java.beans.PropertyChangeEvent ev)
public java.lang.String getUndoLabel()
public java.lang.String getRedoLabel()
public void resetHistory()
public boolean isIgnoringUpdates()
public void setIgnoringUpdates(boolean ignoringUpdates)
ignoringUpdates
- New value of property ignoringUpdates.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |