wt.tools.resource
Class EnumResourceEntry

java.lang.Object
  extended bywt.tools.resource.ResourceEntry
      extended bywt.tools.resource.EnumResourceEntry
All Implemented Interfaces:
Cloneable, Serializable

public class EnumResourceEntry
extends ResourceEntry
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  boolean selectable
           
 
Fields inherited from class wt.tools.resource.ResourceEntry
SEP_CHAR
 
Constructor Summary
EnumResourceEntry()
           
 
Method Summary
 boolean equals(Object obj)
           
 boolean isSelectable()
          Gets the value of the attribute: selectable.
protected  void load(Dictionary source, String owner)
          Load the state of this instance from the source.
(package private) static EnumResourceEntry newEnumResourceEntry(String a_Key, ResourceValue owner)
          

Supported API: false
 void setSelectable(boolean a_Selectable)
          Sets the value of the attribute: selectable.
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

selectable

private boolean selectable
Constructor Detail

EnumResourceEntry

public EnumResourceEntry()
Method Detail

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