jcreek.cke.visualizer
Class RelationComboBoxModel

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

public class RelationComboBoxModel
extends EntityListModel
implements javax.swing.ComboBoxModel

Title: Description: Copyright: Copyright (c) 2002 Company:

Version:
1.0
Author:

Constructor Summary
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

RelationComboBoxModel

public 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