| java.lang.Object org.w3c.jigadmin.ResourceClassProperties
ResourceClassProperties | class ResourceClassProperties (Code) | | |
aggregateAttributeProperties | boolean aggregateAttributeProperties()(Code) | | Should the config aggregate specific attribute editor properties.
A boolean. |
aggregateAttributes | boolean aggregateAttributes()(Code) | | Does this class config allows for attribute aggregation.
If true this means that the GUI should instantiate
an editor for all inherited attributes.
A boolean. |
aggregateHelpers | boolean aggregateHelpers()(Code) | | Does this class config allows for helper aggregation.
If true this means that the GUI should instantiate
all inherited helpers to construct the resource editor.
A boolean. |
getStringArray | static String[] getStringArray(Properties p, String name)(Code) | | Parse | separated property value into a String array.
Parameters: p - Properties to look into. Parameters: name - The property to look for and parse. A non-null but potentially zero-length string array. |
initialize | void initialize()(Code) | | Initialize that class config.
This method will load the resource editor properties, than the helper
specific properties, and finally the attribute properties.
|
isEditable | boolean isEditable()(Code) | | |
isExtensible | boolean isExtensible()(Code) | | |
loadPropertyDirectory | void loadPropertyDirectory(Hashtable into, ZipFile zip, String dir)(Code) | | Utility - Load a directory of prop files into given hashtable.
Parameters: into - Hashtable to fill in with Properties instance. Parameters: dir - Directory to load. |
|
|