jcreek.cke.visualizer
Class DomainRelationDlg.RelationComboBoxModel

java.lang.Object
  extended byjcreek.cke.visualizer.EntityListModel
      extended byjcreek.cke.visualizer.DomainRelationDlg.RelationComboBoxModel
All Implemented Interfaces:
javax.swing.ComboBoxModel, javax.swing.ListModel
Enclosing class:
DomainRelationDlg

public class DomainRelationDlg.RelationComboBoxModel
extends EntityListModel
implements javax.swing.ComboBoxModel


Constructor Summary
DomainRelationDlg.RelationComboBoxModel(KnowledgeModel km)
           
 
Method Summary
protected  Entity[] getConceptList()
           
 java.lang.Object getSelectedItem()
           
 void setSelectedItem(java.lang.Object ob)
           
 
Methods inherited from class jcreek.cke.visualizer.EntityListModel
addListDataListener, clear, getConcept, getConceptAt, getElementAt, getSize, removeListDataListener, updateList
 
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, getElementAt, getSize, removeListDataListener
 

Constructor Detail

DomainRelationDlg.RelationComboBoxModel

public DomainRelationDlg.RelationComboBoxModel(KnowledgeModel km)
Method Detail

getSelectedItem

public java.lang.Object getSelectedItem()
Specified by:
getSelectedItem in interface javax.swing.ComboBoxModel

setSelectedItem

public void setSelectedItem(java.lang.Object ob)
Specified by:
setSelectedItem in interface javax.swing.ComboBoxModel

getConceptList

protected Entity[] getConceptList()
Overrides:
getConceptList in class EntityListModel


Created at IDI, NTNU by the Artificial Intelligence and Learning group