Protege 3.4.1

edu.stanford.smi.protege.widget
Interface ValuesComponent

All Superinterfaces:
Selectable
All Known Implementing Classes:
InstanceValuesComponent

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

void dispose()

getComponent

JComponent getComponent()

getValues

Collection getValues()

setEditable

void setEditable(boolean b)

setValues

void setValues(Collection values)

Protege 3.4.1

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