SPT RWT Application API

Uses of Class
com.sptci.rwt.webui.model.AbstractView

Packages that use AbstractView
com.sptci.rwt.webui.model Contains custom classes to display details of the MetaData classes in the detail area. 
 

Uses of AbstractView in com.sptci.rwt.webui.model
 

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


SPT RWT Application API