SPT RWT Application API

Uses of Class
com.sptci.rwt.webui.tree.AbstractNode

Packages that use AbstractNode
com.sptci.rwt.webui.tree Contains custom classes to represent the MetaData sub-classes in a Tree
 

Uses of AbstractNode in com.sptci.rwt.webui.tree
 

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

Methods in com.sptci.rwt.webui.tree with parameters of type AbstractNode
protected  void SelectionListener.displayNode(AbstractNode node)
          Display details for the node selected in the MainView.right component.
 


SPT RWT Application API