KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > undo > StateEdit

javax.swing.undo
Class StateEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by javax.swing.undo.StateEdit
All Implemented Interfaces:
Serializable, UndoableEdit
See Also:
Source Code, StateEditable

public void end()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getPresentationName()
See Also:
AbstractUndoableEdit.getRedoPresentationName(), AbstractUndoableEdit.getUndoPresentationName(), UndoableEdit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void init(StateEditable anObject,
                    String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected StateEditable object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Hashtable<Object,Object> postState
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Hashtable<Object,Object> preState
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected static final String RCSID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void redo()
See Also:
AbstractUndoableEdit.canRedo(), UndoableEdit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void removeRedundantState()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public StateEdit(StateEditable anObject)
See Also:
StateEdit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public StateEdit(StateEditable anObject,
                 String name)
See Also:
StateEdit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void undo()
See Also:
AbstractUndoableEdit.canUndo(), UndoableEdit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String undoRedoName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags