|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
org.eclipse.gef.ui.console.DebugGEF
View used for debugging information in GEF
| Field Summary | |
protected java.util.List |
actions
Container for all DebugGEFActions |
protected org.eclipse.swt.widgets.Text |
text
Text field |
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
PROP_TITLE |
| Constructor Summary | |
DebugGEF()
Creates a new DebugGEF ViewPart |
|
| Method Summary | |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
|
void |
dispose()
|
protected void |
fillActions()
Called by createPartControl(Composite). |
protected void |
makeActions()
Called by createPartControl(Composite). |
void |
setFocus()
|
| Methods inherited from class org.eclipse.ui.part.ViewPart |
getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName |
| Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPropertyListener, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
| Field Detail |
protected org.eclipse.swt.widgets.Text text
protected java.util.List actions
DebugGEFActions
| Constructor Detail |
public DebugGEF()
| Method Detail |
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
IWorkbenchPart.createPartControl(org.eclipse.swt.widgets.Composite)public void dispose()
WorkbenchPart.dispose()protected void fillActions()
IToolBarManager.
protected void makeActions()
public void setFocus()
IWorkbenchPart.setFocus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||