Class ActionState<T>
java.lang.Object
docking.menu.ActionState<T>
- Type Parameters:
T- the type of the action state
Note: this class overrides the
equals(Object) and relies upon the
equals method of the userData object. Thus, if it is important that
equals work for you in the non-standard identity way, then you must override equals
in your user data objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetIcon()getName()inthashCode()voidsetHelpLocation(HelpLocation helpLocation) toString()
-
Constructor Details
-
ActionState
-
-
Method Details
-
getName
-
getIcon
-
getUserData
-
setHelpLocation
-
getHelpLocation
-
equals
-
hashCode
-
toString
-