Protege 3.4.4

edu.stanford.smi.protegex.queries_tab.toolbox
Class SymbolSlotModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by javax.swing.DefaultComboBoxModel
          extended by edu.stanford.smi.protegex.queries_tab.toolbox.SymbolSlotModel
All Implemented Interfaces:
Serializable, ComboBoxModel, ListModel, MutableComboBoxModel

public class SymbolSlotModel
extends DefaultComboBoxModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
SymbolSlotModel()
           
SymbolSlotModel(String[] names)
           
 
Method Summary
 String[] getValues()
           
 void initialize(String[] names)
           
 void setUpComboBox()
           
 
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, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Constructor Detail

SymbolSlotModel

public SymbolSlotModel()

SymbolSlotModel

public SymbolSlotModel(String[] names)
Method Detail

getValues

public String[] getValues()

initialize

public void initialize(String[] names)

setUpComboBox

public void setUpComboBox()

Protege 3.4.4

Submit a bug report or feature request