|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A common interface for user interface components that can select triples from an ontology.
Method Summary | |
List |
getPrototypeTriples()
Gets triples with an empty object or subject, indicating the typical values of this. |
List |
getSelectedTriples()
Gets the selected triples in an order that is meaningful to the component. |
void |
setSelectedTriples(Collection triples)
Attempts to select given Triples in this. |
Methods inherited from interface edu.stanford.smi.protege.util.Selectable |
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener |
Method Detail |
public List getPrototypeTriples()
public List getSelectedTriples()
public void setSelectedTriples(Collection triples)
triples
- the Triples to show
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |