Package icyllis.modernui.core
Class UndoOwner
java.lang.Object
icyllis.modernui.core.UndoOwner
-
Method Summary
-
Method Details
-
getTag
Return the unique tag name identifying this owner. This is the tag supplied toUndoManager.getOwner
and is immutable. -
getData
Return the actual data object of the owner. This is the data object supplied toUndoManager.getOwner
. An owner may have a null data if it was restored from a previously saved state with no getOwner call to associate it with its data. -
toString
-