|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageComponentContext | |
---|---|
org.springframework.richclient.application | Base application interfaces/classes. |
org.springframework.richclient.application.support | |
org.springframework.richclient.samples.simple.ui |
Uses of PageComponentContext in org.springframework.richclient.application |
---|
Subinterfaces of PageComponentContext in org.springframework.richclient.application | |
---|---|
interface |
ViewContext
|
Methods in org.springframework.richclient.application that return PageComponentContext | |
---|---|
PageComponentContext |
PageComponent.getContext()
|
Methods in org.springframework.richclient.application with parameters of type PageComponentContext | |
---|---|
void |
PageComponent.setContext(PageComponentContext context)
|
Uses of PageComponentContext in org.springframework.richclient.application.support |
---|
Classes in org.springframework.richclient.application.support that implement PageComponentContext | |
---|---|
class |
DefaultViewContext
Mediator between the application and the view. |
Methods in org.springframework.richclient.application.support that return PageComponentContext | |
---|---|
PageComponentContext |
AbstractView.getContext()
|
Methods in org.springframework.richclient.application.support with parameters of type PageComponentContext | |
---|---|
protected void |
AbstractView.registerLocalCommandExecutors(PageComponentContext context)
Template method called once when this view is initialized; allows subclasses to register local executors for shared commands with the view context. |
void |
AbstractView.setContext(PageComponentContext context)
|
Uses of PageComponentContext in org.springframework.richclient.samples.simple.ui |
---|
Methods in org.springframework.richclient.samples.simple.ui with parameters of type PageComponentContext | |
---|---|
protected void |
ContactView.registerLocalCommandExecutors(PageComponentContext context)
Register the local command executors to be associated with named commands. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |