SPT RWT Application API

Uses of Class
com.sptci.rwt.webui.MainController

Packages that use MainController
com.sptci.rwt.webui The primary package for the Echo2/EPNG based web UI built around the com.sptci.rwt database abstraction API. 
com.sptci.rwt.webui.model Contains custom classes to display details of the MetaData classes in the detail area. 
com.sptci.rwt.webui.tree Contains custom classes to represent the MetaData sub-classes in a Tree
 

Uses of MainController in com.sptci.rwt.webui
 

Fields in com.sptci.rwt.webui declared as MainController
private  MainController SaveQueryComponent.controller
          The controller to use to interact with the rest of the application.
private  MainController SaveConnectionComponent.controller
          The controller to use to interact with the rest of the application.
private  MainController MetaDataTree.controller
          The controller for interacting with the application.
private  MainController MenuComponent.controller
          The main application controller to use for this component.
private  MainController ManageSavedQueriesView.controller
          The controller used to interact with the application.
private  MainController ManageSavedConnectionsView.controller
          The controller used to interact with the application.
private  MainController MainView.controller
          The controller for this view component.
private  MainController HistoryView.controller
          Parent Controller.
protected  MainController ExecutorView.controller
          Parent Controller.
private  MainController ConnectionDialogue.controller
          The main controller for the application.
 

Methods in com.sptci.rwt.webui that return MainController
 MainController MainView.getController()
          Returns MainView.controller.
static MainController MainController.getController()
          Return the instance stored for the session.
 

Constructors in com.sptci.rwt.webui with parameters of type MainController
BatchQueryExecutorListener(MainController controller)
          Create a new instance of the listener using the specified controller.
BatchQueryExecutorView(MainController controller)
          Create instance of the pane using the specified controller.
BatchQueryExecutorView(MainController controller, String statement)
          Create instance of the pane using the specified controller.
ConnectionDialogue(MainController controller)
          Create a new instance blank of the view.
ConnectionDialogueListener(MainController controller)
          Create a new instance using the specified controller.
ConnectListener(MainController controller)
          Create a new instance of the listener using the specified controller.
DataSourceListener(MainController controller)
          Create a new instance using the specified controller.
DeleteSavedConnectionListener(String databaseType, String name, MainController controller)
          Create a new instance of the listener using the specified controller.
DeleteSavedQueryListener(String category, String name, MainController controller)
          Create a new instance of the listener using the specified controller.
ExecuteBatchQueryListener(MainController controller)
          Create a new instance of the listener using the specified Controller to interact with the application.
ExecuteQueryListener(MainController controller)
          Create a new instance of the listener using the specified Controller to interact with the application.
ExecutorListener(MainController controller)
          Create a new instance of the listener using the specified Controller to interact with the application.
ExecutorView(MainController controller)
          Create instance of the pane using the specified controller.
ExportListener(MainController controller)
          Create a new instance of the listener using the specified controller.
HistoryListener(MainController controller)
          Create a new instance of the listener for the specified controller.
HistoryView(ExecutorView view, MainController controller)
          Create instance of the pane using the specified controller.
ManageSavedConnectionsListener(MainController controller)
          Create a new instance of the listener using the specified controller.
ManageSavedConnectionsView(MainController controller)
          Create a new instance using the specified controller.
ManageSavedQueriesListener(MainController controller)
          Create a new instance of the listener using the specified controller.
ManageSavedQueriesView(MainController controller)
          Create a new instance using the specified controller.
MenuComponent(MainController controller)
          Default constructor.
MetaDataTree(MainController controller)
          Create a new instance using the specified controller.
QueryExecutorListener(MainController controller)
          Create a new instance of the listener using the specified Controller to interact with the application.
QueryExecutorView(MainController controller)
          Create instance of the pane using the specified controller.
SaveConnectionComponent(MainController controller)
          Create a new instance with the specified controller.
SaveConnectionListener(MainController controller)
          Create a new instance of the listener using the specified controller.
SavedConnectionListener(DatabaseType databaseType, String name, MainController controller)
          Create a new instance of the listener using the specified query and controller.
SavedQueryExecutorListener(String statement, MainController controller)
          Create a new instance of the listener using the specified query and controller.
SaveQueryComponent(MainController controller)
          Create a new instance with the specified controller.
SaveQueryListener(MainController controller)
          Create a new instance of the listener using the specified controller.
 

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

Constructors in com.sptci.rwt.webui.model with parameters of type MainController
TableTypeDataListener(MainController controller, TableTypeMetaData metaData)
          Create a new instance using the specified controller.
 

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

Fields in com.sptci.rwt.webui.tree declared as MainController
protected  MainController SelectionListener.controller
          The controller used to interact with the rest of the application.
 

Constructors in com.sptci.rwt.webui.tree with parameters of type MainController
SelectionListener(MainController controller)
          Create a new instance of the listener using the specified controller.
 


SPT RWT Application API