| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ResultItem in org.eclipse.datatools.sqltools.result | 
|---|
| Methods in org.eclipse.datatools.sqltools.result with parameters of type ResultItem | |
|---|---|
|  void | ResultManager.fireAppended(IResultInstance instance,
             ResultItem r,
             int index) | 
| Uses of ResultItem in org.eclipse.datatools.sqltools.result.core | 
|---|
| Methods in org.eclipse.datatools.sqltools.result.core with parameters of type ResultItem | |
|---|---|
|  void | IResultManagerListener.resultInstanceAppended(IResultInstance instance,
                       ResultItem result,
                       int index)Will be invoked when the instance is appended | 
| Uses of ResultItem in org.eclipse.datatools.sqltools.result.internal.core | 
|---|
| Methods in org.eclipse.datatools.sqltools.result.internal.core with parameters of type ResultItem | |
|---|---|
|  void | IResultManager.fireAppended(IResultInstance instance,
             ResultItem r,
             int index)Notifies all the listeners of this append event | 
| Uses of ResultItem in org.eclipse.datatools.sqltools.result.internal.index | 
|---|
| Methods in org.eclipse.datatools.sqltools.result.internal.index with parameters of type ResultItem | |
|---|---|
|  void | HistoryIndexListener.resultInstanceAppended(IResultInstance instance,
                       ResultItem result,
                       int index) | 
| Uses of ResultItem in org.eclipse.datatools.sqltools.result.internal.model | 
|---|
| Methods in org.eclipse.datatools.sqltools.result.internal.model that return ResultItem | |
|---|---|
|  ResultItem | ResultInstance.getItem(int index) | 
| Methods in org.eclipse.datatools.sqltools.result.internal.model with parameters of type ResultItem | |
|---|---|
|  void | ResultInstance.moreResultItem(ResultItem item) | 
| Uses of ResultItem in org.eclipse.datatools.sqltools.result.internal.ui.view | 
|---|
| Methods in org.eclipse.datatools.sqltools.result.internal.ui.view with parameters of type ResultItem | |
|---|---|
| static java.lang.String | ColumnAlignedResultItem.getResultItemDisplayString(ResultItem item,
                           java.lang.String nullValue,
                           boolean showHeading,
                           boolean showRowCountMsg)Returns the item's display string when using text mode. | 
|  void | SingleWindowGridSection.onNewItemAppended(ResultItem item,
                  int index) | 
|  void | ResultSection.onNewItemAppended(ResultItem item,
                  int index)Shows the newly-appended result item (when resultInstanceAppended event occurs) for the current result instance | 
|  void | MultipleTabsModeSection.onNewItemAppended(ResultItem item,
                  int index) | 
|  void | SingleWindowTextSection.onNewItemAppended(ResultItem item,
                  int index) | 
| Uses of ResultItem in org.eclipse.datatools.sqltools.result.model | 
|---|
| Methods in org.eclipse.datatools.sqltools.result.model that return ResultItem | |
|---|---|
|  ResultItem | IResultInstance.getItem(int index)Returns the result item at given index (base on 0) | 
| Methods in org.eclipse.datatools.sqltools.result.model with parameters of type ResultItem | |
|---|---|
|  void | IResultInstance.moreResultItem(ResultItem item)Appends a new result item. | 
| Uses of ResultItem in org.eclipse.datatools.sqltools.result.ui | 
|---|
| Methods in org.eclipse.datatools.sqltools.result.ui with parameters of type ResultItem | |
|---|---|
|  void | ResultsViewUIPlugin.ResultViewControlListener.resultInstanceAppended(IResultInstance instance,
                       ResultItem result,
                       int index) | 
| Uses of ResultItem in org.eclipse.datatools.sqltools.result.ui.view | 
|---|
| Methods in org.eclipse.datatools.sqltools.result.ui.view with parameters of type ResultItem | |
|---|---|
|  void | ResultsViewControl.resultInstanceAppended(IResultInstance instance,
                       ResultItem result,
                       int index)When an item is appended to the CURRENT result instance, we perform the following steps: Invokes the onNewItemAppendedmethod to show the new item | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||