|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mozilla.javascript.ScriptableObject
com.aptana.ide.scripting.events.EventTarget
com.aptana.ide.scripting.views.Views
public class Views
| 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 | |
|---|---|
Views(org.mozilla.javascript.Scriptable scope)
Create a new instance of Views |
|
| Method Summary | |
|---|---|
org.mozilla.javascript.Scriptable |
getActionsView()
getActionsView |
static org.mozilla.javascript.Scriptable |
getAll(org.mozilla.javascript.ScriptableObject thisObj)
get all views |
java.lang.String |
getClassName()
|
org.mozilla.javascript.Scriptable |
getNavigatorView()
getNavigatorView |
ScriptableView |
getProblemsView()
getProblemsView |
org.mozilla.javascript.Scriptable |
getProfilesView()
|
ScriptableView |
getView(java.lang.String id)
getView Get a generic scritable view |
static org.mozilla.javascript.Scriptable |
getView2(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
java.lang.Object[] args,
org.mozilla.javascript.Function funObj)
getView |
static org.eclipse.ui.IWorkbenchPart |
getViewInternal(java.lang.String id)
getViewInternal |
static org.eclipse.ui.IWorkbenchPart |
getViewInternal(java.lang.String id,
java.lang.String secondaryId)
getViewInternal |
void |
setInternalProfilesView(org.eclipse.ui.IWorkbenchPart part)
setProfilesView |
| 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 |
|---|
public Views(org.mozilla.javascript.Scriptable scope)
scope - | Method Detail |
|---|
public java.lang.String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectScriptableObject.getClassName()public org.mozilla.javascript.Scriptable getProfilesView()
public org.mozilla.javascript.Scriptable getActionsView()
public void setInternalProfilesView(org.eclipse.ui.IWorkbenchPart part)
part - public static org.mozilla.javascript.Scriptable getAll(org.mozilla.javascript.ScriptableObject thisObj)
thisObj -
public ScriptableView getView(java.lang.String id)
id -
public ScriptableView getProblemsView()
public org.mozilla.javascript.Scriptable getNavigatorView()
public static org.mozilla.javascript.Scriptable getView2(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
java.lang.Object[] args,
org.mozilla.javascript.Function funObj)
cx - thisObj - args - funObj -
public static org.eclipse.ui.IWorkbenchPart getViewInternal(java.lang.String id)
id -
public static org.eclipse.ui.IWorkbenchPart getViewInternal(java.lang.String id,
java.lang.String secondaryId)
id - secondaryId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||