| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.result.internal.ui.view.ResultHistorySection
public class ResultHistorySection
This UI component is in charge of displaying the left panel (result history) of SQL Results View.
| Field Summary | |
|---|---|
| static java.lang.String | TAG_COLUMN_WIDTH | 
| Constructor Summary | |
|---|---|
| ResultHistorySection(org.eclipse.swt.widgets.Composite parent,
                     org.eclipse.swt.widgets.Composite detailArea,
                     ResultsViewControl resultsViewControl) | |
| Method Summary | |
|---|---|
|  void | applyState(org.eclipse.ui.IMemento memento)Applies the memento to this section | 
|  void | dispose() | 
|  org.eclipse.jface.viewers.TreeViewer | getResultTable() | 
|  org.eclipse.jface.viewers.ISelection | getSelection() | 
|  IResultInstance[] | getVisibleInstances()Returns all visible result instances | 
|  boolean | isFilteredOut(IResultInstance instance)Checks if the given result instance is filtered out or not | 
|  void | reDisplayResults()Re-displays the result history table (Configured columns are changed) | 
|  void | refresh() | 
|  void | saveState(org.eclipse.ui.IMemento memento)Saves the current column width status | 
|  void | search()Searches the result instances using current input expression | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String TAG_COLUMN_WIDTH
| Constructor Detail | 
|---|
public ResultHistorySection(org.eclipse.swt.widgets.Composite parent,
                            org.eclipse.swt.widgets.Composite detailArea,
                            ResultsViewControl resultsViewControl)
| Method Detail | 
|---|
public void applyState(org.eclipse.ui.IMemento memento)
memento - the mementopublic org.eclipse.jface.viewers.TreeViewer getResultTable()
public org.eclipse.jface.viewers.ISelection getSelection()
public IResultInstance[] getVisibleInstances()
public boolean isFilteredOut(IResultInstance instance)
instance - a result instance
true if the given instance is filtered out, false otherwisepublic void reDisplayResults()
public void refresh()
public void dispose()
public void saveState(org.eclipse.ui.IMemento memento)
memento - the mementopublic void search()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||