Protege 3.0

edu.stanford.smi.protege.widget
Interface ValuesComponent

All Superinterfaces:
Selectable
All Known Implementing Classes:
edu.stanford.smi.protege.widget.AbstractValuesComponent

public interface ValuesComponent
extends Selectable

Interface for the component that appears below the combo box in the value-type widget on the slot form. This component needs a number of different implementations, depending on the current value of the value-type.

Author:
Ray Fergerson

Method Summary
 void dispose()
           
 JComponent getComponent()
           
 Collection getValues()
           
 void setEditable(boolean b)
           
 void setValues(Collection values)
           
 
Methods inherited from interface edu.stanford.smi.protege.util.Selectable
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener
 

Method Detail

dispose

public void dispose()

getComponent

public JComponent getComponent()

getValues

public Collection getValues()

setEditable

public void setEditable(boolean b)

setValues

public void setValues(Collection values)

Protege 3.0

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2005 Stanford University.