|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.bus.bean.Bean
net.sf.doolin.gui.action.support.AbstractActionContext
net.sf.doolin.gui.app.support.ApplicationActionContext
public class ApplicationActionContext
Action context for an application
| Constructor Summary | |
|---|---|
ApplicationActionContext(GUIApplication application)
Constructor |
|
| Method Summary | ||
|---|---|---|
GUIApplication |
getApplication()
Gets the running application |
|
JComponent |
getComponent()
No component |
|
Object |
getData()
No data |
|
SubscriberValidator |
getSubscriberValidator()
Gets the validator to use for any subscription managed by this context. |
|
|
getView()
No view |
|
|
getWindow()
No window |
|
| Methods inherited from class net.sf.doolin.gui.action.support.AbstractActionContext |
|---|
createValidationSupport, getContext, getValidationSupport, setContext |
| Methods inherited from class net.sf.doolin.bus.bean.Bean |
|---|
getBeanNotificationSupport, getParentBean, notify, setParentBean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationActionContext(GUIApplication application)
application - Application| Method Detail |
|---|
public GUIApplication getApplication()
ActionContext
null)public JComponent getComponent()
public <T> GUIView<T> getView()
T - Type of model for the view
null if no view is associated to this
contextpublic <T> GUIWindow<T> getWindow()
T - Type of model for the window
null is no window can be associated with
this context.public Object getData()
public SubscriberValidator getSubscriberValidator()
ActionContextfalse as soon as this ActionContext is no
longer valid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||