|
||||||||||
| 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.View
com.aptana.ide.scripting.views.ActionsView
public class ActionsView
| 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 | |
|---|---|
ActionsView(org.mozilla.javascript.Scriptable scope,
org.eclipse.ui.IWorkbenchPart view)
Create a new instance of ActiveLibrariesView |
|
| Method Summary | |
|---|---|
Action |
addAction(java.lang.String name,
java.lang.String filepath)
addAction |
ActionSet |
createActionSet(java.lang.String name)
addProfile |
void |
editAction(java.lang.String path)
open a file via the actions view (so events bind) |
void |
expandActionSet(java.lang.String name)
expandProfile |
void |
expandAll()
expandAll |
IAction[] |
getActions()
getActions |
ActionSet |
getActionSet(java.lang.String name)
getProfile return a specific named profile |
ActionSet[] |
getActionSets()
getProfiles Returns all profiles |
void |
onActionsViewEvent(ActionsViewEvent e)
onActionsViewEvent |
void |
refresh()
refresh |
void |
removeActionSet(java.lang.String name)
removeProfile |
void |
selectAndReveal(java.lang.String path)
selectAndReveal |
void |
setView(org.eclipse.ui.IWorkbenchPart view)
setView |
| Methods inherited from class com.aptana.ide.scripting.views.View |
|---|
getClassName, getView |
| 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 ActionsView(org.mozilla.javascript.Scriptable scope,
org.eclipse.ui.IWorkbenchPart view)
scope - view - | Method Detail |
|---|
public Action addAction(java.lang.String name,
java.lang.String filepath)
name - filepath -
public IAction[] getActions()
public void expandAll()
public void refresh()
public void editAction(java.lang.String path)
path - public void selectAndReveal(java.lang.String path)
path - public void setView(org.eclipse.ui.IWorkbenchPart view)
View
setView in class ViewView.setView(org.eclipse.ui.IWorkbenchPart)public void expandActionSet(java.lang.String name)
name - public ActionSet createActionSet(java.lang.String name)
name -
public void removeActionSet(java.lang.String name)
name - public ActionSet getActionSet(java.lang.String name)
name -
public ActionSet[] getActionSets()
public void onActionsViewEvent(ActionsViewEvent e)
onActionsViewEvent in interface IActionsViewEventListenere -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||