Synergy Home Page

au.edu.swin.synergy.plugin.rtp
Class BDirectoryComboModel

java.lang.Object
  |
  +--javax.swing.AbstractListModel
        |
        +--javax.swing.DefaultComboBoxModel
              |
              +--au.edu.swin.synergy.plugin.rtp.BDirectoryComboModel

public class BDirectoryComboModel
extends DefaultComboBoxModel

Combo box model for using with the check in and check out panels

Author:
Shane Fitzgibbon
Copyright Belongs To:
Synergy Software 1999
See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
BDirectoryComboModel()
           
 
Method Summary
 boolean itemExists(Object item)
           
 
Methods inherited from class javax.swing.DefaultComboBoxModel
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BDirectoryComboModel

public BDirectoryComboModel()
Method Detail

itemExists

public boolean itemExists(Object item)

Synergy Home Page