org.eclipse.mat.ui.internal.panes
Class QueryTextResultPane

java.lang.Object
  extended by org.eclipse.mat.ui.editor.AbstractEditorPane
      extended by org.eclipse.mat.ui.internal.panes.QueryTextResultPane

public class QueryTextResultPane
extends AbstractEditorPane


Constructor Summary
QueryTextResultPane()
           
 
Method Summary
 void addSelectionChangedListener(ISelectionChangedListener listener)
           
 void changed(LocationEvent event)
           
 void changing(LocationEvent event)
           
 void contributeToToolBar(IToolBarManager manager)
           
 void createPartControl(Composite parent)
           
 void dispose()
           
 ISelection getSelection()
           
 java.lang.String getTitle()
           
 Image getTitleImage()
           
 java.lang.String getTitleToolTip()
           
 void initWithArgument(java.lang.Object argument)
           
 void removeSelectionChangedListener(ISelectionChangedListener listener)
           
 void setFocus()
           
 void setSelection(ISelection selection)
           
 
Methods inherited from class org.eclipse.mat.ui.editor.AbstractEditorPane
addPropertyListener, doSave, doSaveAs, getAdapter, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTextResultPane

public QueryTextResultPane()
Method Detail

createPartControl

public void createPartControl(Composite parent)

initWithArgument

public void initWithArgument(java.lang.Object argument)
Overrides:
initWithArgument in class AbstractEditorPane

contributeToToolBar

public void contributeToToolBar(IToolBarManager manager)
Overrides:
contributeToToolBar in class AbstractEditorPane

setFocus

public void setFocus()
Overrides:
setFocus in class AbstractEditorPane

getSelection

public ISelection getSelection()

changing

public void changing(LocationEvent event)

changed

public void changed(LocationEvent event)

getTitle

public java.lang.String getTitle()

getTitleImage

public Image getTitleImage()
Overrides:
getTitleImage in class AbstractEditorPane

getTitleToolTip

public java.lang.String getTitleToolTip()
Overrides:
getTitleToolTip in class AbstractEditorPane

addSelectionChangedListener

public void addSelectionChangedListener(ISelectionChangedListener listener)

removeSelectionChangedListener

public void removeSelectionChangedListener(ISelectionChangedListener listener)

setSelection

public void setSelection(ISelection selection)

dispose

public void dispose()
Overrides:
dispose in class AbstractEditorPane