org.eclipse.gef.ui.console
Class DebugGEF

java.lang.Object
  extended byorg.eclipse.ui.part.WorkbenchPart
      extended byorg.eclipse.ui.part.ViewPart
          extended byorg.eclipse.gef.ui.console.DebugGEF
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2

public class DebugGEF
extends org.eclipse.ui.part.ViewPart

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

text

protected org.eclipse.swt.widgets.Text text
Text field


actions

protected java.util.List actions
Container for all DebugGEFActions

Constructor Detail

DebugGEF

public DebugGEF()
Creates a new DebugGEF ViewPart

Method Detail

createPartControl

public void createPartControl(org.eclipse.swt.widgets.Composite parent)
See Also:
IWorkbenchPart.createPartControl(org.eclipse.swt.widgets.Composite)

dispose

public void dispose()
See Also:
WorkbenchPart.dispose()

fillActions

protected void fillActions()
Called by createPartControl(Composite). Adds all actions to the IToolBarManager.


makeActions

protected void makeActions()
Called by createPartControl(Composite). Creates, initializes, and adds all actions.


setFocus

public void setFocus()
See Also:
IWorkbenchPart.setFocus()