net.sourceforge.squirrel_sql.plugins.hibernate.configuration
Class ClassPathItemListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by javax.swing.DefaultListModel
          extended by net.sourceforge.squirrel_sql.plugins.hibernate.configuration.ClassPathItemListModel
All Implemented Interfaces:
Serializable, ListModel

public class ClassPathItemListModel
extends DefaultListModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
ClassPathItemListModel()
           
 
Method Summary
 void addElement(Object obj)
           
 void addItem(ClassPathItem item)
           
 void addJar(String path)
           
 void addJarDir(String path)
           
 String[] getClassPathArray()
           
 ClassPathItem getClassPathItemAt(int i)
           
 
Methods inherited from class javax.swing.DefaultListModel
add, 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, toString, 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

ClassPathItemListModel

public ClassPathItemListModel()
Method Detail

getClassPathArray

public String[] getClassPathArray()

getClassPathItemAt

public ClassPathItem getClassPathItemAt(int i)

addJar

public void addJar(String path)

addJarDir

public void addJarDir(String path)

addElement

public void addElement(Object obj)
Overrides:
addElement in class DefaultListModel

addItem

public void addItem(ClassPathItem item)


Copyright © 2001-2012. All Rights Reserved.