com.aptana.ide.scripting.views
Class View

java.lang.Object
  extended by org.mozilla.javascript.ScriptableObject
      extended by com.aptana.ide.scripting.events.EventTarget
          extended by com.aptana.ide.scripting.views.View
All Implemented Interfaces:
IEventTarget, java.io.Serializable, org.mozilla.javascript.ConstProperties, org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable
Direct Known Subclasses:
ActionsView, ProfilesView, ResourceNavigator, ScriptableView

public class View
extends EventTarget

Author:
Kevin Lindsey
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
View(org.mozilla.javascript.Scriptable scope, org.eclipse.ui.IWorkbenchPart view)
          Create a new instance of View
 
Method Summary
 java.lang.String getClassName()
          getClassName
 org.eclipse.ui.IWorkbenchPart getView()
          Get the underlying view
 void setView(org.eclipse.ui.IWorkbenchPart view)
          setView
 
Methods inherited from class com.aptana.ide.scripting.events.EventTarget
addEventListener, fireEventListeners, fireEventListeners, removeEventListener
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
associateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View

public View(org.mozilla.javascript.Scriptable scope,
            org.eclipse.ui.IWorkbenchPart view)
Create a new instance of View

Parameters:
scope -
view -
Method Detail

getClassName

public java.lang.String getClassName()
getClassName

Specified by:
getClassName in interface org.mozilla.javascript.Scriptable
Specified by:
getClassName in class org.mozilla.javascript.ScriptableObject
Returns:
String

getView

public org.eclipse.ui.IWorkbenchPart getView()
Get the underlying view

Returns:
IWorkbenchPart

setView

public void setView(org.eclipse.ui.IWorkbenchPart view)
setView

Parameters:
view -