A C E G I L N O P R S T U W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addChild(XMLElement) - Method in class org.jvnet.lafplugin.XMLElement
-
Adds a child element.
- addProperty(String, double) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
setDoubleAttribute
instead. - addProperty(String, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
setIntAttribute
instead. - addProperty(String, Object) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
setAttribute
instead.
C
- COMPONENT_TAG_PLUGIN_CLASS - Static variable in interface org.jvnet.lafplugin.LafComponentPlugin
-
XML tag for look-and-feel plugins that specify component UI delegates.
- ComponentPluginManager - Class in org.jvnet.lafplugin
-
Plugin manager for look-and-feels.
- ComponentPluginManager(String) - Constructor for class org.jvnet.lafplugin.ComponentPluginManager
-
Simple constructor.
- countChildren() - Method in class org.jvnet.lafplugin.XMLElement
-
Returns the number of child elements of the element.
E
- enumerateAttributeNames() - Method in class org.jvnet.lafplugin.XMLElement
-
Enumerates the attribute names.
- enumerateChildren() - Method in class org.jvnet.lafplugin.XMLElement
-
Enumerates the child elements.
- enumeratePropertyNames() - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
enumerateAttributeNames
instead.
G
- getAttribute(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute of the element.
- getAttribute(String, Object) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute of the element.
- getAttribute(String, Hashtable, String, boolean) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute by looking up a key in a hashtable.
- getAvailablePlugins() - Method in class org.jvnet.lafplugin.PluginManager
-
Returns a collection of all available plugins.
- getAvailablePlugins(boolean) - Method in class org.jvnet.lafplugin.PluginManager
-
Returns a collection of all available plugins.
- getBooleanAttribute(String, String, String, boolean) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute of the element.
- getChildren() - Method in class org.jvnet.lafplugin.XMLElement
-
Returns the child elements as a Vector.
- getContent() - Method in class org.jvnet.lafplugin.XMLElement
-
Returns the PCDATA content of the object.
- getContents() - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getContent
instead. - getDefaults(Object) - Method in interface org.jvnet.lafplugin.LafComponentPlugin
-
Retrieves a collection of custom settings based on the specified theme.
- getDoubleAttribute(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute of the element.
- getDoubleAttribute(String, double) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute of the element.
- getDoubleAttribute(String, Hashtable, String, boolean) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute by looking up a key in a hashtable.
- getIntAttribute(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute of the element.
- getIntAttribute(String, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute of the element.
- getIntAttribute(String, Hashtable, String, boolean) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute by looking up a key in a hashtable.
- getIntProperty(String, Hashtable, String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getIntAttribute
instead. - getLineNr() - Method in class org.jvnet.lafplugin.XMLElement
-
Returns the line nr in the source data on which the element is found.
- getLineNr() - Method in exception org.jvnet.lafplugin.XMLParseException
-
Where the error occurred, or
NO_LINE
if the line number is unknown. - getName() - Method in class org.jvnet.lafplugin.XMLElement
-
Returns the name of the element.
- getProperty(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getStringAttribute
instead. - getProperty(String, double) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getDoubleAttribute
instead. - getProperty(String, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getIntAttribute
instead. - getProperty(String, String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getStringAttribute
instead. - getProperty(String, String, String, boolean) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getBooleanAttribute
instead. - getProperty(String, Hashtable, String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getAttribute
instead. - getSpecialDoubleProperty(String, Hashtable, String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getDoubleAttribute
instead. - getSpecialIntProperty(String, Hashtable, String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getIntAttribute
instead. - getStringAttribute(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute of the element.
- getStringAttribute(String, String) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute of the element.
- getStringAttribute(String, Hashtable, String, boolean) - Method in class org.jvnet.lafplugin.XMLElement
-
Returns an attribute by looking up a key in a hashtable.
- getStringProperty(String, Hashtable, String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getStringAttribute
instead. - getTagName() - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
getName
instead.
I
- initialize() - Method in interface org.jvnet.lafplugin.LafComponentPlugin
-
Initializes
this
plugin. - initializeAll() - Method in class org.jvnet.lafplugin.ComponentPluginManager
-
Helper function to initialize all available component plugins of
this
plugin manager.
L
- LafComponentPlugin - Interface in org.jvnet.lafplugin
-
Basic interface for look-and-feel plugins.
- LafPlugin - Interface in org.jvnet.lafplugin
-
Basic interface for look-and-feel plugins.
N
- NANOXML_MAJOR_VERSION - Static variable in class org.jvnet.lafplugin.XMLElement
-
Major version of NanoXML.
- NANOXML_MINOR_VERSION - Static variable in class org.jvnet.lafplugin.XMLElement
-
Minor version of NanoXML.
- NO_LINE - Static variable in exception org.jvnet.lafplugin.XMLParseException
-
Indicates that no line number has been associated with this exception.
O
- org.jvnet.lafplugin - package org.jvnet.lafplugin
P
- parseCharArray(char[], int, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Reads one XML element from a char array and parses it.
- parseCharArray(char[], int, int, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Reads one XML element from a char array and parses it.
- parseFromReader(Reader) - Method in class org.jvnet.lafplugin.XMLElement
-
Reads one XML element from a java.io.Reader and parses it.
- parseFromReader(Reader, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Reads one XML element from a java.io.Reader and parses it.
- parseString(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Reads one XML element from a String and parses it.
- parseString(String, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Reads one XML element from a String and parses it.
- parseString(String, int, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Reads one XML element from a String and parses it.
- parseString(String, int, int, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Reads one XML element from a String and parses it.
- PluginManager - Class in org.jvnet.lafplugin
-
Plugin manager for look-and-feels.
- PluginManager(String, String, String) - Constructor for class org.jvnet.lafplugin.PluginManager
-
Simple constructor.
- processAllDefaultsEntries(UIDefaults, Object) - Method in class org.jvnet.lafplugin.ComponentPluginManager
-
Helper function to process the (possibly) theme-dependent default settings of all available component plugins of
this
plugin manager.
R
- removeAttribute(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Removes an attribute.
- removeChild(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
removeAttribute
instead. - removeChild(XMLElement) - Method in class org.jvnet.lafplugin.XMLElement
-
Removes a child element.
- removeProperty(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
removeAttribute
instead.
S
- setAttribute(String, Object) - Method in class org.jvnet.lafplugin.XMLElement
-
Adds or modifies an attribute.
- setContent(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Changes the content string.
- setDoubleAttribute(String, double) - Method in class org.jvnet.lafplugin.XMLElement
-
Adds or modifies an attribute.
- setIntAttribute(String, int) - Method in class org.jvnet.lafplugin.XMLElement
-
Adds or modifies an attribute.
- setName(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Changes the name of the element.
- setTagName(String) - Method in class org.jvnet.lafplugin.XMLElement
-
Deprecated.Use
setName
instead.
T
- TAG_MAIN - Static variable in interface org.jvnet.lafplugin.LafPlugin
-
Main XML tag.
- toString() - Method in class org.jvnet.lafplugin.XMLElement
-
Writes the XML element to a string.
U
- uninitialize() - Method in interface org.jvnet.lafplugin.LafComponentPlugin
-
Unitializes
this
plugin. - uninitializeAll() - Method in class org.jvnet.lafplugin.ComponentPluginManager
-
Helper function to uninitialize all available component plugins of
this
plugin manager.
W
- write(Writer) - Method in class org.jvnet.lafplugin.XMLElement
-
Writes the XML element to a writer.
X
- XMLElement - Class in org.jvnet.lafplugin
-
XMLElement is a representation of an XML object.
- XMLElement() - Constructor for class org.jvnet.lafplugin.XMLElement
-
Creates and initializes a new XML element.
- XMLElement(boolean) - Constructor for class org.jvnet.lafplugin.XMLElement
-
Creates and initializes a new XML element.
- XMLElement(Hashtable) - Constructor for class org.jvnet.lafplugin.XMLElement
-
Creates and initializes a new XML element.
- XMLElement(Hashtable, boolean) - Constructor for class org.jvnet.lafplugin.XMLElement
-
Creates and initializes a new XML element.
- XMLElement(Hashtable, boolean, boolean) - Constructor for class org.jvnet.lafplugin.XMLElement
-
Creates and initializes a new XML element.
- XMLParseException - Exception in org.jvnet.lafplugin
-
An XMLParseException is thrown when an error occures while parsing an XML string.
- XMLParseException(String, int, String) - Constructor for exception org.jvnet.lafplugin.XMLParseException
-
Creates an exception.
- XMLParseException(String, String) - Constructor for exception org.jvnet.lafplugin.XMLParseException
-
Creates an exception.
All Classes All Packages