|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ViewDescriptor in org.springframework.richclient.application |
|---|
| Methods in org.springframework.richclient.application that return ViewDescriptor | |
|---|---|
ViewDescriptor |
ViewDescriptorRegistry.getViewDescriptor(String viewDescriptorId)
Returns the view descriptor with the given identifier, or null if no such descriptor exists in the registry. |
ViewDescriptor[] |
ViewDescriptorRegistry.getViewDescriptors()
Returns an array of all the view descriptors in the registry. |
| Uses of ViewDescriptor in org.springframework.richclient.application.docking.flexdock |
|---|
| Classes in org.springframework.richclient.application.docking.flexdock that implement ViewDescriptor | |
|---|---|
class |
FlexDockViewDescriptor
|
| Methods in org.springframework.richclient.application.docking.flexdock with parameters of type ViewDescriptor | |
|---|---|
protected void |
FlexDockApplicationPage.configureView(PageComponent component,
org.flexdock.view.View view,
ViewDescriptor descriptor)
|
| Uses of ViewDescriptor in org.springframework.richclient.application.docking.vldocking |
|---|
| Classes in org.springframework.richclient.application.docking.vldocking that implement ViewDescriptor | |
|---|---|
class |
VLDockingViewDescriptor
|
| Methods in org.springframework.richclient.application.docking.vldocking with parameters of type ViewDescriptor | |
|---|---|
protected com.vlsolutions.swing.docking.Dockable |
VLDockingApplicationPage.createDockable(ViewDescriptor descriptor,
PageComponent pageComponent)
|
| Constructors in org.springframework.richclient.application.docking.vldocking with parameters of type ViewDescriptor | |
|---|---|
ViewDescriptorDockable(ViewDescriptor viewDescriptor)
|
|
ViewDescriptorDockable(ViewDescriptor viewDescriptor,
PageComponent pageComponent)
|
|
| Uses of ViewDescriptor in org.springframework.richclient.application.mdi |
|---|
| Classes in org.springframework.richclient.application.mdi that implement ViewDescriptor | |
|---|---|
class |
DesktopViewDescriptor
|
| Uses of ViewDescriptor in org.springframework.richclient.application.support |
|---|
| Classes in org.springframework.richclient.application.support that implement ViewDescriptor | |
|---|---|
class |
DefaultViewDescriptor
Provides a standard implementation of ViewDescriptor. |
class |
LookupViewDescriptor
An implementation of ViewDescriptor that instantiates new Views
by looking them up in a Spring BeanFactory. |
class |
SimpleViewDescriptor
ViewDescriptor implementation for internal purposes (mostly testing). |
class |
WidgetViewDescriptor
|
| Methods in org.springframework.richclient.application.support that return ViewDescriptor | |
|---|---|
ViewDescriptor |
BeanFactoryViewDescriptorRegistry.getViewDescriptor(String viewName)
Returns the view descriptor with the given identifier, or null if no such bean definition with the given name exists in the current application context. |
ViewDescriptor |
SimpleViewDescriptorRegistry.getViewDescriptor(String viewDescriptorId)
|
protected ViewDescriptor |
AbstractApplicationPage.getViewDescriptor(String viewDescriptorId)
|
ViewDescriptor[] |
BeanFactoryViewDescriptorRegistry.getViewDescriptors()
Returns an array of all the view descriptors in the registry. |
ViewDescriptor[] |
SimpleViewDescriptorRegistry.getViewDescriptors()
|
| Methods in org.springframework.richclient.application.support with parameters of type ViewDescriptor | |
|---|---|
void |
SimpleViewDescriptorRegistry.addViewDescriptor(ViewDescriptor descriptor)
|
void |
SimpleViewDescriptorRegistry.removeViewDescriptor(ViewDescriptor descriptor)
|
| Constructors in org.springframework.richclient.application.support with parameters of type ViewDescriptor | |
|---|---|
SingleViewPageDescriptor(ViewDescriptor viewDescriptor)
|
|
| Constructor parameters in org.springframework.richclient.application.support with type arguments of type ViewDescriptor | |
|---|---|
SimpleViewDescriptorRegistry(List<ViewDescriptor> descriptors)
|
|
| Uses of ViewDescriptor in org.springframework.richclient.command.support |
|---|
| Methods in org.springframework.richclient.command.support with parameters of type ViewDescriptor | |
|---|---|
void |
ShowViewCommand.setViewDescriptor(ViewDescriptor viewDescriptor)
Sets the descriptor for the view that is to be opened by this command object. |
| Constructors in org.springframework.richclient.command.support with parameters of type ViewDescriptor | |
|---|---|
ShowViewCommand(ViewDescriptor viewDescriptor,
ApplicationWindow applicationWindow)
Creates a new ShowViewCommand with the given view descriptor and associated
application window. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||