SPT RWT Application API

Package com.sptci.rwt.webui.tree

Contains custom classes to represent the MetaData sub-classes in a Tree.

See:
          Description

Class Summary
AbstractNode<S extends MetaData> An abstract TreeNode that represents MetaData objects.
CatalogueNode A TreeNode that represents a catalogue in the active database connection.
ColumnNode A TreeNode that represents a column in the active database connection.
ColumnsNode A TreeNode that represents all columns in a table.
ConstraintsNode A TreeNode that contains nodes that represent the various types of constraints defined on tables.
ContainerNode<S extends MetaData> An abstract TreeNode that represents MetaData objects.
DBMSNode A root TreeNode that represents the currently active database connection.
ForeignKeyNode A TreeNode that represents the foreign key columns for a table in the active database connection.
ForeignKeysNode A TreeNode that contains nodes that represent the foreign key columns for the specified table.
IndexNode A TreeNode that represents a index in the active database connection.
IndicesNode A TreeNode that represents all the indices in schema in the active database connection.
LeafNode<S extends MetaData> A TreeNode that represents a leaf in a tree.
PrimaryKeyNode A TreeNode that represents the primary key columns for a table in the active database connection.
PrimaryKeysNode A TreeNode that contains nodes that represent the primary key columns for the specified table.
ProcedureNode A TreeNode that represents a procedure in the active database connection.
ProceduresNode A TreeNode that represents all the procedures in schema in the active database connection.
SchemaNode A TreeNode that represents a schema in the active database connection.
SchemasNode A TreeNode that represents all the schemas in catalogue in the active database connection.
SelectionListener A TreeSelectionListener for selections on AbstractNodes.
SequenceNode A TreeNode that represents a sequence in the active database connection.
SequencesNode A TreeNode that represents all the sequences in schema in the active database connection.
TableNode A TreeNode that represents a table in the active database connection.
TablesNode A TreeNode that represents all the tables in schema in the active database connection.
TriggerNode A TreeNode that represents a trigger in the active database connection.
TriggersNode<S extends MetaData> A TreeNode that represents all the triggers in schema in the active database connection.
ViewNode A TreeNode that represents a view in the active database connection.
ViewsNode A TreeNode that represents all the views in schema in the active database connection.
 

Package com.sptci.rwt.webui.tree Description

Contains custom classes to represent the MetaData sub-classes in a Tree.


SPT RWT Application API