| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.result.ui.ResultsViewUIPlugin.ResultViewControlListener
public static class ResultsViewUIPlugin.ResultViewControlListener
check result view first, then fire listener and delegate work to ResultViewConstrol
| Constructor Summary | |
|---|---|
| ResultsViewUIPlugin.ResultViewControlListener() | |
| Method Summary | |
|---|---|
|  void | allResultInstancesRemoved()Will be invoked when all instances are removed | 
|  boolean | equals(java.lang.Object obj) | 
|  void | parametersShow(IResultInstance instance,
               java.util.List params)Will be invoked when showing the parameters in a result instance | 
|  void | resultInstanceAppended(IResultInstance instance,
                       ResultItem result,
                       int index)Will be invoked when the instance is appended | 
|  void | resultInstanceCreated(IResultInstance instance)Will be invoked when a new instance is created | 
|  void | resultInstanceRemoved(IResultInstance instance)Will be invoked when an instance is removed | 
|  void | resultInstanceReset(IResultInstance instance)Will be invoked when an instance if reseted | 
|  void | resultInstancesRemoved(IResultInstance[] instances)Will be invoked when an arry of instances is removed | 
|  void | resultInstanceStatusUpdated(IResultInstance instance)Will be invoked when the status of the instance is changed | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ResultsViewUIPlugin.ResultViewControlListener()
| Method Detail | 
|---|
public void allResultInstancesRemoved()
IResultManagerListener
allResultInstancesRemoved in interface IResultManagerListener
public void parametersShow(IResultInstance instance,
                           java.util.List params)
IResultManagerListener
parametersShow in interface IResultManagerListenerinstance - the result instanceparams - the Parameter instances listParameter
public void resultInstanceAppended(IResultInstance instance,
                                   ResultItem result,
                                   int index)
IResultManagerListener
resultInstanceAppended in interface IResultManagerListenerinstance - the result instanceresult - the result itemindex - the index of the result itempublic void resultInstanceCreated(IResultInstance instance)
IResultManagerListener
resultInstanceCreated in interface IResultManagerListenerinstance - the result instancepublic void resultInstanceRemoved(IResultInstance instance)
IResultManagerListener
resultInstanceRemoved in interface IResultManagerListenerinstance - the result instancepublic void resultInstanceReset(IResultInstance instance)
IResultManagerListener
resultInstanceReset in interface IResultManagerListenerinstance - the result instancepublic void resultInstanceStatusUpdated(IResultInstance instance)
IResultManagerListener
resultInstanceStatusUpdated in interface IResultManagerListenerinstance - the result instancepublic void resultInstancesRemoved(IResultInstance[] instances)
IResultManagerListener
resultInstancesRemoved in interface IResultManagerListenerinstances - the result instancespublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||