Protege 3.4.4

Package edu.stanford.smi.protegex.widget.abstracttable

Interface Summary
TableEditorInterface Description of the Interface
 

Class Summary
AbstractTable Description of the Class
AbstractTableWidgetCellEditor Delegates UI to a specific TableEditorInterface Aggregates a whole bunch of simple editors Chooses the right one based on value type.
AbstractTableWidgetConfigurationSubPanel Configuration tab panel
AbstractTableWidgetState State consists of three things-- A set of visible slot descriptions An ordering on visible slot descriptions Information on the global editing model of the widget In addition, we have an extensive query API (so that the associated TableModel is fairly simple) Adds information to button related information state (1) is inplace editing supported (2) if so, which cell editors to use For frame there is a choice of two editors (1) combobox containing all matching instances (2) protege dialog
AbstractTableWidgetValue Value of TableModels used with AbstractTable
BooleanEditor Description of the Class
ClassEditor_PullDownMenu Flattens subclasses to a list for a combo box
ClassEditor_UseDialog Pops up the Protege dialog
ComboBoxEditor Description of the Class
FloatEditor Description of the Class
FrameEditor Description of the Class
FrameEditor_PullDownMenu Description of the Class
FrameEditor_UseDialog Description of the Class
GenericTableCellRenderer Renderer for everything Note: it uses AbstractTableWidgetValue, but only really uses the color and value slots.
InPlaceEditingConfigurationPanel Description of the Class
InstanceEditor_PullDownMenu Description of the Class
InstanceEditor_UseDialog Description of the Class
IntegerEditor Description of the Class
StringEditor Description of the Class
SymbolEditor Description of the Class
TableEditorListenerManager Unused
TextFieldEditor Description of the Class
UseDialogPanel Description of the Class
 


Protege 3.4.4

Submit a bug report or feature request