|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EditListModel | |
|---|---|
| dsto.dfc.swing.undo | Extends Swing undo/redo framework to add generalized support for monitoring user edits and displaying them in a UI. |
| Uses of EditListModel in dsto.dfc.swing.undo |
|---|
| Fields in dsto.dfc.swing.undo declared as EditListModel | |
|---|---|
protected EditListModel |
MonitoredUndoManager.edits
The list of edits. |
| Methods in dsto.dfc.swing.undo that return EditListModel | |
|---|---|
EditListModel |
MonitoredUndoManager.getEdits()
Returns the list of edits maintained by the MonitoredUndoManager. |
| Constructors in dsto.dfc.swing.undo with parameters of type EditListModel | |
|---|---|
MonitoredEditGroup(EditListModel list)
|
|
MonitoredEditGroup(EditListModel list,
String name)
Creates a MonitoredEditGroup with the name name with the
UndoableEdits in list. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||