|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use TripleDisplay | |
edu.stanford.smi.protegex.owl.ui.components.annotations | |
edu.stanford.smi.protegex.owl.ui.components.triples | |
edu.stanford.smi.protegex.owl.ui.results |
Uses of TripleDisplay in edu.stanford.smi.protegex.owl.ui.components.annotations |
Classes in edu.stanford.smi.protegex.owl.ui.components.annotations that implement TripleDisplay | |
class |
AnnotationsTable
A JTable optimized for displaying a AnnotationsTableModel. |
Uses of TripleDisplay in edu.stanford.smi.protegex.owl.ui.components.triples |
Classes in edu.stanford.smi.protegex.owl.ui.components.triples that implement TripleDisplay | |
class |
TriplesTable
A JTable optimized for displaying a TriplesTableModel. |
Uses of TripleDisplay in edu.stanford.smi.protegex.owl.ui.results |
Methods in edu.stanford.smi.protegex.owl.ui.results that return TripleDisplay | |
static TripleDisplay |
ResultsPanelManager.showTriple(Triple triple)
|
static TripleDisplay |
TripleDisplayUtil.displayTriple(Component comp,
Triple triple)
Does a simple depth-first traversal into the component tree and asks all of them whether they can display a given Triple, until one of them says Yes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |