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, setPartNameaddPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyaddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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.IWorkbenchPartcreatePartControl in class org.eclipse.ui.part.WorkbenchPartpublic void reload()
public void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.part.WorkbenchPartpublic void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartdispose in class org.eclipse.ui.part.WorkbenchPart