Package edu.stanford.smi.protegex.owl.ui.owltable

Interface Summary
OWLTableAction An AbstractAction that's enabling state depends on the chosen row in the table.
OWLTableModel The base TableModel for all OWLTables.
SymbolTableModel  
 

Class Summary
AbstractOWLTableAction A simple base implementation of OWLTableAction for simple subclassing.
AbstractOWLTableModel An AbstractTableModel that represents superclasses/equivalent classes with one row.
DefaultOWLTableTransferHandler A default OWLTableTransferHandler that assumes that the class maintain their rows after changing something.
DeleteRowAction A OWLTableAction that deletes the selected row from the table.
OWLTable A JTable in which one column displays an OWL expression in the syntax defined by the OWLModel's OWLClassDisplay.
OWLTableTransferHandler A TransferHandler for transferring parsable OWL expressions with an OWLTable.
SymbolTable A JTable in which one column displays an expression in an expression language like the OWL compact syntax or SWRL.