org.objectweb.dolphin.configuration.views
Class ApplicationExplorerView

java.lang.Object
  extended byorg.eclipse.ui.part.WorkbenchPart
      extended byorg.eclipse.ui.part.ViewPart
          extended byorg.objectweb.dolphin.configuration.views.ApplicationExplorerView
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IPersistable, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.part.IWorkbenchPartOrientation

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


Field Summary
static java.lang.String ID_VIEW
           
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
ApplicationExplorerView()
           
 
Method Summary
 void createPartControl(org.eclipse.swt.widgets.Composite parent)
           
static void refreshTree()
           
 void setFocus()
           
 
Methods inherited from class org.eclipse.ui.part.ViewPart
getViewSite, init, init, saveState, setInitializationData
 
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPropertyListener, dispose, getAdapter, getContentDescription, getOrientation, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, showBusy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

ID_VIEW

public static final java.lang.String ID_VIEW
See Also:
Constant Field Values
Constructor Detail

ApplicationExplorerView

public ApplicationExplorerView()
Method Detail

createPartControl

public void createPartControl(org.eclipse.swt.widgets.Composite parent)

setFocus

public void setFocus()

refreshTree

public static void refreshTree()