public class DebugBackendView
extends org.eclipse.ui.part.ViewPart
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
Constructor and Description |
---|
DebugBackendView() |
Modifier and Type | Method and Description |
---|---|
static GraphColorScheme |
createColorScheme()
Creates a new graph color scheme based on the values given in the configuration.
|
static GraphDrawer |
createGraphDrawer(org.eclipse.swt.widgets.Composite parent)
Creates a new graph drawer based on the type of drawer to use in the configuration.
|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
void |
reload()
Reloads the view entirely.
|
void |
setFocus() |
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String ID
public static GraphColorScheme createColorScheme()
public static GraphDrawer createGraphDrawer(org.eclipse.swt.widgets.Composite parent)
parent
- The parent of the graph drawer, if an SWT component is being used.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 reload()
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.part.WorkbenchPart
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class org.eclipse.ui.part.WorkbenchPart