public class SwitchRecordProperties extends AbstractUndoableEdit
| Constructor and Description |
|---|
SwitchRecordProperties(LayerRecord record,
String propertyName1,
Object value1,
String propertyName2,
Object value2) |
SwitchRecordProperties(LayerRecord record,
String propertyName1,
String propertyName2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRedo() |
boolean |
canUndo() |
protected void |
doRedo() |
protected void |
doUndo() |
String |
toString() |
addEdit, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isAlive, isHasBeenDone, isSignificant, redo, replaceEdit, setHasBeenDone, undopublic SwitchRecordProperties(LayerRecord record, String propertyName1, Object value1, String propertyName2, Object value2)
public SwitchRecordProperties(LayerRecord record, String propertyName1, String propertyName2)
public boolean canRedo()
canRedo in interface UndoableEditcanRedo in class AbstractUndoableEditpublic boolean canUndo()
canUndo in interface UndoableEditcanUndo in class AbstractUndoableEditprotected void doRedo()
doRedo in class AbstractUndoableEditprotected void doUndo()
doUndo in class AbstractUndoableEditpublic String toString()
toString in class AbstractUndoableEditCopyright © 2015 Revolution Systems Inc.. All rights reserved.