| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DescribedElement in org.springframework.binding.form | 
|---|
| Subinterfaces of DescribedElement in org.springframework.binding.form | |
|---|---|
|  interface | FieldFaceProvides metadata related to the visualization of a form property and convenience methods for configuring GUI components using the metadata. | 
| Uses of DescribedElement in org.springframework.binding.form.support | 
|---|
| Classes in org.springframework.binding.form.support that implement DescribedElement | |
|---|---|
|  class | DefaultFieldFaceA default implementation of FieldFace | 
| Uses of DescribedElement in org.springframework.richclient.application | 
|---|
| Subinterfaces of DescribedElement in org.springframework.richclient.application | |
|---|---|
|  interface | ApplicationDescriptor | 
|  interface | Editor | 
|  interface | PageComponentA page component is displayed within an area on the page associated with an application window. | 
|  interface | PageComponentDescriptorMetadata about a page component; a page component is effectively a singleton page component definition. | 
|  interface | PageDescriptor | 
|  interface | ViewA view is a panel-like component displayed within an area on the page associated with an application window. | 
|  interface | ViewDescriptorMetadata about a view; a view descriptor is effectively a singleton view definition. | 
| Uses of DescribedElement in org.springframework.richclient.application.docking.flexdock | 
|---|
| Classes in org.springframework.richclient.application.docking.flexdock that implement DescribedElement | |
|---|---|
|  class | FlexDockViewDescriptor | 
| Uses of DescribedElement in org.springframework.richclient.application.docking.vldocking | 
|---|
| Classes in org.springframework.richclient.application.docking.vldocking that implement DescribedElement | |
|---|---|
|  class | VLDockingPageDescriptor | 
|  class | VLDockingViewDescriptor | 
| Uses of DescribedElement in org.springframework.richclient.application.mdi | 
|---|
| Classes in org.springframework.richclient.application.mdi that implement DescribedElement | |
|---|---|
|  class | DesktopPageDescriptor | 
|  class | DesktopViewDescriptor | 
| Uses of DescribedElement in org.springframework.richclient.application.setup | 
|---|
| Classes in org.springframework.richclient.application.setup that implement DescribedElement | |
|---|---|
|  class | SetupIntroWizardPage | 
|  class | SetupLicenseWizardPageA WizardPagewhich shows a license text and confirmation radio
 buttons at the bottom. | 
| Uses of DescribedElement in org.springframework.richclient.application.support | 
|---|
| Classes in org.springframework.richclient.application.support that implement DescribedElement | |
|---|---|
|  class | AbstractNavigatorViewAbstract class for views that use some sort of navigation component for the overall application. | 
|  class | AbstractPageDescriptorAbstract base class for PageDescriptorimplementations. | 
|  class | AbstractView | 
|  class | DefaultApplicationDescriptorMetadata about a application. | 
|  class | DefaultViewDescriptorProvides a standard implementation of ViewDescriptor. | 
|  class | EmptyPageDescriptorEmpty PageDescriptor. | 
|  class | LookupViewDescriptorAn implementation of ViewDescriptorthat instantiates new Views
 by looking them up in a SpringBeanFactory. | 
|  class | MultiViewPageDescriptorBase class for PageDescriptorimplementations that support multiplePageComponents | 
|  class | SimpleViewDescriptorViewDescriptorimplementation for internal purposes (mostly testing). | 
|  class | SingleViewPageDescriptor | 
|  class | WidgetViewDescriptor | 
| Uses of DescribedElement in org.springframework.richclient.command.config | 
|---|
| Classes in org.springframework.richclient.command.config that implement DescribedElement | |
|---|---|
|  class | CommandFaceDescriptorA parameter object that contains the information to describe the visual representation of a command object. | 
| Uses of DescribedElement in org.springframework.richclient.core | 
|---|
| Classes in org.springframework.richclient.core that implement DescribedElement | |
|---|---|
|  class | LabeledObjectSupportA convenient super class for objects that can be labeled for display in a GUI. | 
| Uses of DescribedElement in org.springframework.richclient.dialog | 
|---|
| Classes in org.springframework.richclient.dialog that implement DescribedElement | |
|---|---|
|  class | AbstractDialogPageA convenience implementation of the DialogPage interface. | 
|  class | CompositeDialogPageAn implementation of the DialogPageinterface that collects a
 group of dialog pages together so that they can be used in place of a singleDialogPage | 
|  class | FormBackedDialogPageAn implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages. | 
|  class | TabbedDialogPageA concrete implementation of CompositeDialogPagethat presents
 the child pages in aJTabbedPane. | 
|  class | TreeCompositeDialogPageA concrete implementation of CompositeDialogPagethat presents
 the child pages in a tree on the left, and the pages itself on the right. | 
| Uses of DescribedElement in org.springframework.richclient.preference | 
|---|
| Classes in org.springframework.richclient.preference that implement DescribedElement | |
|---|---|
|  class | FormBackedPreferencePage | 
|  class | PreferencePage | 
| Uses of DescribedElement in org.springframework.richclient.samples.showcase.view | 
|---|
| Classes in org.springframework.richclient.samples.showcase.view that implement DescribedElement | |
|---|---|
|  class | ViewWithInput | 
| Uses of DescribedElement in org.springframework.richclient.samples.simple.ui | 
|---|
| Classes in org.springframework.richclient.samples.simple.ui that implement DescribedElement | |
|---|---|
|  class | ContactViewThis class provides the main view of the contacts. | 
|  class | InitialViewThis class defines the initial view to be presented in the sample application. | 
| Uses of DescribedElement in org.springframework.richclient.script | 
|---|
| Classes in org.springframework.richclient.script that implement DescribedElement | |
|---|---|
|  class | ScriptedViewA Viewimplementation that usesScriptEngineto build its control. | 
| Uses of DescribedElement in org.springframework.richclient.taskpane | 
|---|
| Classes in org.springframework.richclient.taskpane that implement DescribedElement | |
|---|---|
|  class | TaskPaneNavigatorView | 
| Uses of DescribedElement in org.springframework.richclient.tree | 
|---|
| Subinterfaces of DescribedElement in org.springframework.richclient.tree | |
|---|---|
|  interface | TreeObjectA interface to be implemented by any object participating in a hierarchical tree structure. | 
| Uses of DescribedElement in org.springframework.richclient.widget | 
|---|
| Classes in org.springframework.richclient.widget that implement DescribedElement | |
|---|---|
|  class | WidgetViewView implementation to show a widget | 
| Uses of DescribedElement in org.springframework.richclient.wizard | 
|---|
| Classes in org.springframework.richclient.wizard that implement DescribedElement | |
|---|---|
|  class | AbstractWizardPage | 
|  class | FormBackedWizardPageAn implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||