SPT RWT Application API

Package com.sptci.rwt.webui.model

Contains custom classes to display details of the MetaData classes in the detail area.

See:
          Description

Class Summary
AbstractView An abstract base class used to represent the various view components used to represent the details in the associated MetaData model objects.
CatalogueView A view component used to display the information contained in CatalogueMetaData.
ColumnsView A dummy view component since no pertinent data is available for the ColumnsNode.
ColumnView A view component used to display the information contained in ColumnMetaData.
ConstraintsView A dummy view component since no pertinent data is available for the ConstraintsNode.
DBMSView A view component used to display the information contained in DBMSMetaData.
ForeignKeysView A dummy view component since no pertinent data is available for the ForeignKeysNode.
ForeignKeyView A view component used to display the information contained in ForeignKeyMetaData.
IndexView A view component used to display the information contained in IndexMetaData.
IndicesView A dummy view component since no pertinent data is available for the IndicesNode.
JDBCView A view component used to display the information contained in JDBCMetaData.
KeyView An abstract view component for representing instances of KeyMetaData.
LimitsView A view component used to display the information contained in LimitsMetaData.
PrimaryKeysView A dummy view component since no pertinent data is available for the PrimaryKeysNode.
PrimaryKeyView A view component used to display the information contained in PrimaryKeyMetaData.
ProceduresView A dummy view component since no pertinent data is available for the ProceduresNode.
ProcedureView A view component used to display the information contained in ProcedureMetaData.
SchemasView A dummy view component since no pertinent data is available for the SchemasNode.
SchemaView A view component used to display the information contained in SchemaMetaData.
SequencesView A dummy view component since no pertinent data is available for the SequencesNode.
SequenceView A view component used to display the information contained in SequenceMetaData.
SourceView An abstract base class that represents MetaData objects that contain fields that hold SQL statements.
TablesView A dummy view component since no pertinent data is available for the TablesNode.
TableTypeDataListener The ActionListener for displaying the data contained in a table.
TableTypeDataView A view Component for displaying the data contained in a table.
TableView A view component used to display the information contained in TableMetaData.
TriggersView A dummy view component since no pertinent data is available for the TriggersNode.
TriggerView A view component used to display the information contained in TriggerMetaData.
ViewsView A dummy view component since no pertinent data is available for the ViewsNode.
ViewView A view component used to display the information contained in ViewMetaData.
 

Package com.sptci.rwt.webui.model Description

Contains custom classes to display details of the MetaData classes in the detail area.


SPT RWT Application API