com.infoteria.gui.property
クラス PropertyUndoableEdit
java.lang.Object
|
+--javax.swing.undo.AbstractUndoableEdit
|
+--com.infoteria.gui.property.PropertyUndoableEdit
- すべての実装インタフェース:
- com.infoteria.gui.undo.ReversibleEdit, Serializable, UndoableEdit
- public class PropertyUndoableEdit
- extends AbstractUndoableEdit
- implements com.infoteria.gui.undo.ReversibleEdit
プロパティのUndo情報
- 関連項目:
- 直列化された形式
PropertyUndoableEdit
public PropertyUndoableEdit(Property prop,
Object o,
Object n)
getProperty
public Property getProperty()
getOldValue
public Object getOldValue()
getNewValue
public Object getNewValue()
undo
public void undo()
throws CannotUndoException
- 定義:
- インタフェース
UndoableEdit 内の undo - オーバーライド:
- クラス
AbstractUndoableEdit 内の undo
redo
public void redo()
throws CannotRedoException
- 定義:
- インタフェース
UndoableEdit 内の redo - オーバーライド:
- クラス
AbstractUndoableEdit 内の redo
reverse
public UndoableEdit reverse()
throws CannotUndoException
- 定義:
- インタフェース
com.infoteria.gui.undo.ReversibleEdit 内の reverse
canReverse
public boolean canReverse()
- 定義:
- インタフェース
com.infoteria.gui.undo.ReversibleEdit 内の canReverse
toString
public String toString()
- オーバーライド:
- クラス
AbstractUndoableEdit 内の toString