Uses of Class
org.mockcentral.editor.viewers.TableViewerAdapter

Packages that use TableViewerAdapter
org.mockcentral.editor.components Contains the main ui components for building the editor display. 
org.mockcentral.editor.nodes.expectation Contains Plug-in-specific view components to handle user input and interact with the logical elements defined the MockCentralEditor-Core's corresponding package. 
org.mockcentral.editor.nodes.fixture Contains Plug-in-specific view components to handle user input and interact with the logical elements defined the MockCentralEditor-Core's corresponding package. 
 

Uses of TableViewerAdapter in org.mockcentral.editor.components
 

Fields in org.mockcentral.editor.components declared as TableViewerAdapter
protected  TableViewerAdapter MockCentralPluginNodeGroupView.tableViewerAdapter
          the TableViewerAdapter containing the viewer for the group of MockCentralNode children.
 

Methods in org.mockcentral.editor.components that return TableViewerAdapter
 TableViewerAdapter MockCentralPluginNodeGroupView.getTableViewerAdapter()
          Returns the TableViewerAdapter.
 

Uses of TableViewerAdapter in org.mockcentral.editor.nodes.expectation
 

Fields in org.mockcentral.editor.nodes.expectation declared as TableViewerAdapter
protected  TableViewerAdapter EditExpectationPage.parametersTableViewerAdapter
           
protected  TableViewerAdapter EditExpectationPage.resultTableViewerAdapter
           
 

Methods in org.mockcentral.editor.nodes.expectation that return TableViewerAdapter
protected  TableViewerAdapter EditExpectationPartActions.getParametersTableAdapter()
          Returns the TableViewerAdapter for the parameters table.
protected  TableViewerAdapter EditExpectationPartActions.getResultTableAdapter()
          Returns the TableViewerAdapter for the result table.
 

Methods in org.mockcentral.editor.nodes.expectation with parameters of type TableViewerAdapter
 void EditExpectationPartActions.setParametersTableAdapter(TableViewerAdapter parametersTableAdapter)
           
 void IEditExpectationPartActions.setParametersTableAdapter(TableViewerAdapter parametersTableAdapter)
          Assigns the TableViewerAdapter for the parameters table.
 void EditExpectationPartActions.setResultAdapter(TableViewerAdapter resultTableAdapter)
           
 void IEditExpectationPartActions.setResultAdapter(TableViewerAdapter resultTableAdapter)
          Assigns the TableViewerAdapter for the result table.
 

Uses of TableViewerAdapter in org.mockcentral.editor.nodes.fixture
 

Fields in org.mockcentral.editor.nodes.fixture declared as TableViewerAdapter
protected  TableViewerAdapter EditFixturePage.simpleBoundObjectsTableViewerAdapter
           
 

Methods in org.mockcentral.editor.nodes.fixture with parameters of type TableViewerAdapter
 void EditFixtureActions.createSimpleBoundObjectsTableActions(org.eclipse.swt.widgets.Table table, TableViewerAdapter adapter)
           
 void IEditFixtureActions.createSimpleBoundObjectsTableActions(org.eclipse.swt.widgets.Table table, TableViewerAdapter adapter)
          Creates the IAction instances for editing the list of simple (non-Mock) JNDI-bound Objects displayed in the Table on the page.