|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.greenstone.gs3client.data.CollectionData.PluginData
public static class CollectionData.PluginData
PluginData inner class of CollectionData, represents the data stored in a <plugin></plugin> element. This class just stores the Plugin's name, as well as option subelements (in variable optionnames).
| Field Summary | |
|---|---|
java.lang.String |
name
name of the plugin represented by this PluginData object |
java.lang.String[] |
optionnames
A plugin's option subelements. |
| Constructor Summary | |
|---|---|
CollectionData.PluginData(org.w3c.dom.Element pluginTag)
Gets a <plugin></plugin> element and sets its members using info extracted from it. |
|
| Method Summary | |
|---|---|
java.lang.String |
show()
|
java.lang.String |
toString()
Useful when adding PluginData objects to a JList or JCombobox. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String name
public final java.lang.String[] optionnames
| Constructor Detail |
|---|
public CollectionData.PluginData(org.w3c.dom.Element pluginTag)
pluginTag - is the the <plugin></plugin> element
whose data is used to construct this PluginData object.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String show()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||