|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UndoAction | |
---|---|
ix.ip2 | I-X Process Panels |
ix.iplan | The I-X planner. |
ix.util | General-purpose utilities. |
Uses of UndoAction in ix.ip2 |
---|
Methods in ix.ip2 that return types with arguments of type UndoAction | |
---|---|
java.util.List<UndoAction> |
Ip2ModelManager.getUndoTrail()
|
Methods in ix.ip2 with parameters of type UndoAction | |
---|---|
void |
Ip2ModelManager.saveUndoAction(UndoAction un)
|
Uses of UndoAction in ix.iplan |
---|
Classes in ix.iplan that implement UndoAction | |
---|---|
class |
IPlanOptionManager.Opt.UndoPoint
|
Methods in ix.iplan that return types with arguments of type UndoAction | |
---|---|
java.util.List<UndoAction> |
IPlanOptionManager.getUndoTrail()
|
Methods in ix.iplan with parameters of type UndoAction | |
---|---|
void |
IPlanOptionManager.saveUndoAction(UndoAction un)
|
void |
IPlanOptionManager.Opt.UndoPoint.saveUndoAction(UndoAction un)
|
Uses of UndoAction in ix.util |
---|
Classes in ix.util that implement UndoAction | |
---|---|
class |
AbstractUndoAction
Base implementation of an object used to undo something. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |