|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.undo.AbstractUndoableEdit
templates.diagram.actions.AbstractDiagramUndoableEdit
public abstract class AbstractDiagramUndoableEdit
Provides functionality common to all undoable edits of
TemplateDiagrams.
| Field Summary | |
|---|---|
protected boolean |
usePluralDescription
Specifies if the user-readable description of the undoable edit should use the plural form. |
| Fields inherited from class javax.swing.undo.AbstractUndoableEdit |
|---|
RedoName, UndoName |
| Constructor Summary | |
|---|---|
AbstractDiagramUndoableEdit()
|
|
| Method Summary | |
|---|---|
void |
setLastOfMultiple(boolean b)
Specify if the undoable edit is the last one of a multiple similar edits, in effect specifying if the the plural form of the user-readable description should be used. |
| Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
|---|
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, toString, undo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean usePluralDescription
| Constructor Detail |
|---|
public AbstractDiagramUndoableEdit()
| Method Detail |
|---|
public void setLastOfMultiple(boolean b)
b - true if this is the last undoable edit of a
multiple and the plural form of the user-readable description
has to be used; otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||