wt.tools.resource
Class EnumResourceEntry
java.lang.Object
wt.tools.resource.ResourceEntry
wt.tools.resource.EnumResourceEntry
- All Implemented Interfaces:
- Cloneable, Serializable
- public class EnumResourceEntry
- extends ResourceEntry
- implements Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class wt.tools.resource.ResourceEntry |
clone, equal, equivalent, get, getArgComments, getCategory, getComment, getConstant, getExtraProperties, getKey, getOwningValue, initialize, isCustomizable, isDeprecated, newResourceEntry, setArgComments, setCategory, setComment, setConstant, setCustomizable, setDeprecated, setKey, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
selectable
private boolean selectable
EnumResourceEntry
public EnumResourceEntry()
isSelectable
public boolean isSelectable()
- Gets the value of the attribute: selectable.
Supported API: false
- Returns:
- boolean
setSelectable
public void setSelectable(boolean a_Selectable)
throws WTPropertyVetoException
- Sets the value of the attribute: selectable.
Supported API: false
- Parameters:
a_Selectable
-
- Throws:
WTPropertyVetoException
newEnumResourceEntry
static EnumResourceEntry newEnumResourceEntry(String a_Key,
ResourceValue owner)
throws WTPropertyVetoException
Supported API: false
- Parameters:
a_Key
- owner
-
- Returns:
- EnumResourceEntry
- Throws:
WTPropertyVetoException
load
protected void load(Dictionary source,
String owner)
throws WTPropertyVetoException
- Load the state of this instance from the source.
Supported API: false
- Overrides:
load
in class ResourceEntry
- Parameters:
source
- owner
-
- Throws:
WTPropertyVetoException
equals
public boolean equals(Object obj)
- Overrides:
equals
in class ResourceEntry