|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ cdm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.greenstone.gatherer.cdm
Class SubIndexes

java.lang.Objectjavax.swing.AbstractListModel
javax.swing.DefaultListModel
org.greenstone.gatherer.cdm.SubIndexes
- All Implemented Interfaces:
- javax.swing.ListModel, java.io.Serializable
- public class SubIndexes
- extends javax.swing.DefaultListModel
Not to be confused with the SubIndex class, SubIndexes holds a Vector of SubIndex objects.
- Version:
- 2.2
| Field Summary |
| Fields inherited from class javax.swing.DefaultListModel |
|
| Fields inherited from class javax.swing.AbstractListModel |
listenerList |
| Constructor Summary | |
SubIndexes()
|
|
| Method Summary | |
void |
changed()
|
java.lang.String |
toString()
Method to display the contents of this class as an entry in the collection configuration file. |
| Methods inherited from class javax.swing.DefaultListModel |
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, getElementAt, getSize, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, trimToSize |
| Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
SubIndexes
public SubIndexes()
| Method Detail |
changed
public void changed()
toString
public java.lang.String toString()
- Method to display the contents of this class as an entry in the collection configuration file. The line contains the key word, then a space separated series of index entries.
|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ cdm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC