org.edna.workbench.application.intro
Class DawbIntroPart

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.ui.part.IntroPart
          extended by org.edna.workbench.application.intro.DawbIntroPart
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.intro.IIntroPart

public class DawbIntroPart
extends org.eclipse.ui.part.IntroPart

DawbIntroPart

Author:
gerring

Field Summary
 
Fields inherited from interface org.eclipse.ui.intro.IIntroPart
PROP_TITLE
 
Constructor Summary
DawbIntroPart()
           
 
Method Summary
 void createPartControl(org.eclipse.swt.widgets.Composite parent)
           
 void dispose()
           
 void setFocus()
           
 void standbyStateChanged(boolean standby)
           
 
Methods inherited from class org.eclipse.ui.part.IntroPart
addPropertyListener, getAdapter, getIntroSite, getTitle, getTitleImage, init, removePropertyListener, saveState, setInitializationData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DawbIntroPart

public DawbIntroPart()
Method Detail

createPartControl

public void createPartControl(org.eclipse.swt.widgets.Composite parent)
Specified by:
createPartControl in interface org.eclipse.ui.intro.IIntroPart
Specified by:
createPartControl in class org.eclipse.ui.part.IntroPart

setFocus

public void setFocus()
Specified by:
setFocus in interface org.eclipse.ui.intro.IIntroPart
Specified by:
setFocus in class org.eclipse.ui.part.IntroPart

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.ui.intro.IIntroPart
Overrides:
dispose in class org.eclipse.ui.part.IntroPart

standbyStateChanged

public void standbyStateChanged(boolean standby)