Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.greenstone.gatherer.cdm
Class SubIndexes  view SubIndexes download SubIndexes.java

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byjavax.swing.DefaultListModel
          extended byorg.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.