|
Protege 3.4.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
edu.stanford.smi.protegex.queries_tab.SlotsModel
public class SlotsModel
Field Summary |
---|
Fields inherited from class javax.swing.AbstractListModel |
---|
listenerList |
Constructor Summary | |
---|---|
SlotsModel(String[] names,
String[] types,
Collection slotCol)
|
Method Summary | |
---|---|
String[] |
getSlotNames()
|
Collection |
getSlots()
|
String[] |
getSlotTypes()
|
String |
getType()
|
void |
initialize(String[] names,
String[] types,
Collection slotCol)
|
void |
removeName(String name)
|
void |
setUpComboBox(String type)
|
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 |
---|
public SlotsModel(String[] names, String[] types, Collection slotCol)
Method Detail |
---|
public String[] getSlotNames()
public Collection getSlots()
public String[] getSlotTypes()
public String getType()
public void initialize(String[] names, String[] types, Collection slotCol)
public void removeName(String name)
public void setUpComboBox(String type)
|
Protege 3.4.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |