|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.action.path.ActionBarContext
public class ActionBarContext
Menu bar and its context.
| Constructor Summary | |
|---|---|
ActionBarContext(ActionPathList actionPaths,
ActionContext actionContext)
Instantiates a new menu bar context. |
|
| Method Summary | |
|---|---|
ActionContext |
getActionContext()
Gets the action context. |
ActionPathList |
getActionPaths()
Gets the action paths. |
Map<Object,Object> |
getProperties()
Properties associated with this context |
Object |
getProperty(Object key)
Retrieves a property from this view |
boolean |
isEmpty()
|
void |
setProperty(Object key,
Object value)
Attaches a property to the view. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionBarContext(ActionPathList actionPaths,
ActionContext actionContext)
actionPaths - List of action pathsactionContext - the action context| Method Detail |
|---|
public ActionContext getActionContext()
public ActionPathList getActionPaths()
public Map<Object,Object> getProperties()
public Object getProperty(Object key)
PropertyContainer
getProperty in interface PropertyContainerkey - Property key
null if not definedpublic boolean isEmpty()
true if the action bar contains no action
public void setProperty(Object key,
Object value)
PropertyContainervalue is
null, the property will be removed from the view instead.
setProperty in interface PropertyContainerkey - Property keyvalue - Property value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||