public class ProfilerView extends org.eclipse.ui.part.ViewPart implements IProfilerListener
Constructor and Description |
---|
ProfilerView()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
This is a callback that will allow us
to create the viewer and initialize it.
|
org.eclipse.jface.viewers.TableViewer |
getViewer() |
boolean |
isAutoRefresh() |
boolean |
isShowAggregatedWork() |
boolean |
isSortChildrenTargetsByTime() |
void |
refresh() |
void |
setAutoRefresh(boolean autoRefresh) |
void |
setFocus()
Passing the focus request to the viewer's control.
|
void |
setShowAggregatedWork(boolean showAggregatedWork) |
void |
setSortChildrenTargetsByTime(boolean sortChildrenTargetsByTime) |
void |
targetStarted(java.lang.String task) |
void |
targetStopped(java.lang.String task) |
getViewSite, init, init, saveState, setInitializationData
addPartPropertyListener, addPropertyListener, dispose, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
createPartControl
in class org.eclipse.ui.part.WorkbenchPart
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.part.WorkbenchPart
public void targetStarted(java.lang.String task)
targetStarted
in interface IProfilerListener
public void targetStopped(java.lang.String task)
targetStopped
in interface IProfilerListener
public void refresh()
refresh
in interface IProfilerListener
public boolean isAutoRefresh()
public void setAutoRefresh(boolean autoRefresh)
public org.eclipse.jface.viewers.TableViewer getViewer()
public boolean isSortChildrenTargetsByTime()
public void setSortChildrenTargetsByTime(boolean sortChildrenTargetsByTime)
public boolean isShowAggregatedWork()
public void setShowAggregatedWork(boolean showAggregatedWork)