com.aptana.ide.scripting.views
Class ScriptedViewDescriptor

java.lang.Object
  extended by org.eclipse.ui.internal.registry.ViewDescriptor
      extended by com.aptana.ide.scripting.views.ScriptedViewDescriptor
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IPluginContribution, org.eclipse.ui.IWorkbenchPartDescriptor, org.eclipse.ui.views.IViewDescriptor

public class ScriptedViewDescriptor
extends org.eclipse.ui.internal.registry.ViewDescriptor

Author:
Ingo Muschenetz

Constructor Summary
ScriptedViewDescriptor(org.eclipse.core.runtime.IConfigurationElement element, org.eclipse.ui.IViewPart view)
           
 
Method Summary
 org.eclipse.ui.IViewPart createView()
           
 
Methods inherited from class org.eclipse.ui.internal.registry.ViewDescriptor
activateHandler, deactivateHandler, getAccelerator, getAdapter, getAllowMultiple, getCategoryPath, getConfigurationElement, getDescription, getFastViewWidthRatio, getId, getImageDescriptor, getLabel, getLocalId, getPluginId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptedViewDescriptor

public ScriptedViewDescriptor(org.eclipse.core.runtime.IConfigurationElement element,
                              org.eclipse.ui.IViewPart view)
                       throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException
Method Detail

createView

public org.eclipse.ui.IViewPart createView()
                                    throws org.eclipse.core.runtime.CoreException
Specified by:
createView in interface org.eclipse.ui.views.IViewDescriptor
Overrides:
createView in class org.eclipse.ui.internal.registry.ViewDescriptor
Throws:
org.eclipse.core.runtime.CoreException