|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.lib.util
Class CollectingCompoundEdit

java.lang.Objectjavax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
com.virtuosotechnologies.lib.util.CollectingCompoundEdit
- All Implemented Interfaces:
- java.util.EventListener, java.io.Serializable, javax.swing.undo.UndoableEdit, javax.swing.event.UndoableEditListener
- public class CollectingCompoundEdit
- extends javax.swing.undo.CompoundEdit
- implements javax.swing.event.UndoableEditListener
- extends javax.swing.undo.CompoundEdit
A CompoundEdit that implements UndoableEditListener. I'd use UndoManager for this, but sometimes we want to disable the limit feature.
| Field Summary |
| Fields inherited from class javax.swing.undo.CompoundEdit |
edits |
| Fields inherited from class javax.swing.undo.AbstractUndoableEdit |
RedoName, UndoName |
| Constructor Summary | |
CollectingCompoundEdit()
Constructor |
|
| Method Summary | |
void |
undoableEditHappened(javax.swing.event.UndoableEditEvent ev)
Listener |
| Methods inherited from class javax.swing.undo.CompoundEdit |
addEdit, canRedo, canUndo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, redo, toString, undo |
| Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
replaceEdit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
CollectingCompoundEdit
public CollectingCompoundEdit()
- Constructor
| Method Detail |
undoableEditHappened
public void undoableEditHappened(javax.swing.event.UndoableEditEvent ev)
- Listener
- Specified by:
undoableEditHappenedin interfacejavax.swing.event.UndoableEditListener
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC