Uses of Class
org.eclipse.datatools.sqltools.result.internal.ui.view.ResultSection

Packages that use ResultSection
org.eclipse.datatools.sqltools.result.internal.ui.view   
org.eclipse.datatools.sqltools.result.ui.view   
 

Uses of ResultSection in org.eclipse.datatools.sqltools.result.internal.ui.view
 

Subclasses of ResultSection in org.eclipse.datatools.sqltools.result.internal.ui.view
 class MultipleTabsGridSection
          This UI component displays the execution result on multiple tabs in grid mode(using tables to display result sets).
 class MultipleTabsModeSection
          Parent class of MultipleTabsTextSection and MultipleTabsGridSection.
 class MultipleTabsTextSection
          Displays the SQL result in multiple tabs in text mode
 class SingleWindowGridSection
           
 class SingleWindowModeSection
          Parent class of SingleWindowTextSection and SingleWindowGridSection
 class SingleWindowTextSection
          This UI component displays the execution result on one tab in text mode(using text widgets to display result sets).
 

Methods in org.eclipse.datatools.sqltools.result.internal.ui.view that return ResultSection
static ResultSection ResultSectionFactory.createResultSection(org.eclipse.swt.widgets.Composite comp, ResultsViewControl resultsViewControl)
          Returns a result set section according current setting
 ResultSection ResultsView.getResultSection()
           
 

Methods in org.eclipse.datatools.sqltools.result.internal.ui.view with parameters of type ResultSection
 void ResultsView.setResultSection(ResultSection section)
           
 

Uses of ResultSection in org.eclipse.datatools.sqltools.result.ui.view
 

Methods in org.eclipse.datatools.sqltools.result.ui.view that return ResultSection
 ResultSection ResultsViewControl.getResultSection()
           
 

Methods in org.eclipse.datatools.sqltools.result.ui.view with parameters of type ResultSection
 void ResultsViewControl.setResultSection(ResultSection section)