Package | Description |
---|---|
com.viaoa.undo |
Undo/Redo support for OA UI development, working directly with UI controls.
|
Modifier and Type | Method and Description |
---|---|
static OAUndoableEdit |
OAUndoableEdit.createUndoable(String presentationName) |
static OAUndoableEdit |
OAUndoableEdit.createUndoableAdd(String presentationName,
Hub hub,
Object obj) |
static OAUndoableEdit |
OAUndoableEdit.createUndoableChangeAO(String presentationName,
Hub hub,
Object prevObject,
Object newObject) |
static OAUndoableEdit |
OAUndoableEdit.createUndoableInsert(String presentationName,
Hub hub,
Object obj,
int pos) |
static OAUndoableEdit |
OAUndoableEdit.createUndoableMove(String presentationName,
Hub hub,
int prevPos,
int newPos) |
static OAUndoableEdit |
OAUndoableEdit.createUndoablePropertyChange(String presentationName,
Object obj,
String prop,
Object prevValue,
Object newValue) |
static OAUndoableEdit |
OAUndoableEdit.createUndoableRemove(String presentationName,
Hub hub,
Object obj,
int pos) |
Copyright © 1999–2019 ViaOA. All rights reserved.