|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use TriplesTable | |
edu.stanford.smi.protegex.owl.ui.components.annotations | |
edu.stanford.smi.protegex.owl.ui.components.triples |
Uses of TriplesTable in edu.stanford.smi.protegex.owl.ui.components.annotations |
Subclasses of TriplesTable in edu.stanford.smi.protegex.owl.ui.components.annotations | |
class |
AnnotationsTable
A JTable optimized for displaying a AnnotationsTableModel. |
Fields in edu.stanford.smi.protegex.owl.ui.components.annotations declared as TriplesTable | |
private TriplesTable |
AddTodoAction.table
|
Methods in edu.stanford.smi.protegex.owl.ui.components.annotations that return TriplesTable | |
protected TriplesTable |
AnnotationsComponent.createTable(edu.stanford.smi.protege.model.Project project)
|
Constructors in edu.stanford.smi.protegex.owl.ui.components.annotations with parameters of type TriplesTable | |
AddTodoAction(TriplesTable table)
|
Uses of TriplesTable in edu.stanford.smi.protegex.owl.ui.components.triples |
Fields in edu.stanford.smi.protegex.owl.ui.components.triples declared as TriplesTable | |
private TriplesTable |
DeleteValueAction.table
Deprecated. |
protected TriplesTable |
CreateValueAction.table
|
private TriplesTable |
DeleteTripleAction.table
|
private TriplesTable |
AbstractTriplesComponent.table
|
private TriplesTable |
AddResourceAction.table
|
Methods in edu.stanford.smi.protegex.owl.ui.components.triples that return TriplesTable | |
protected TriplesTable |
AbstractTriplesComponent.createTable(edu.stanford.smi.protege.model.Project project)
|
TriplesTable |
AbstractTriplesComponent.getTable()
|
Methods in edu.stanford.smi.protegex.owl.ui.components.triples with parameters of type TriplesTable | |
void |
TriplesTableModel.setTable(TriplesTable table)
|
Constructors in edu.stanford.smi.protegex.owl.ui.components.triples with parameters of type TriplesTable | |
DeleteValueAction(TriplesTable table)
Deprecated. |
|
CreateValueAction(TriplesTable table)
|
|
CreateValueAction(TriplesTable table,
String name,
Icon icon)
|
|
DeleteTripleAction(TriplesTable table)
|
|
DeleteTripleAction(TriplesTable table,
String name,
Icon icon)
|
|
AddResourceAction(TriplesTable table)
|
|
AddResourceAction(TriplesTable table,
String name,
Icon icon)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |