Uses of Class
org.springframework.richclient.core.LabeledObjectSupport

Packages that use LabeledObjectSupport
org.springframework.richclient.application.docking.flexdock   
org.springframework.richclient.application.docking.vldocking   
org.springframework.richclient.application.mdi   
org.springframework.richclient.application.setup   
org.springframework.richclient.application.support   
org.springframework.richclient.dialog   
org.springframework.richclient.preference   
org.springframework.richclient.wizard   
 

Uses of LabeledObjectSupport in org.springframework.richclient.application.docking.flexdock
 

Subclasses of LabeledObjectSupport in org.springframework.richclient.application.docking.flexdock
 class FlexDockViewDescriptor
           
 

Uses of LabeledObjectSupport in org.springframework.richclient.application.docking.vldocking
 

Subclasses of LabeledObjectSupport in org.springframework.richclient.application.docking.vldocking
 class VLDockingPageDescriptor
           
 class VLDockingViewDescriptor
           
 

Uses of LabeledObjectSupport in org.springframework.richclient.application.mdi
 

Subclasses of LabeledObjectSupport in org.springframework.richclient.application.mdi
 class DesktopPageDescriptor
           
 class DesktopViewDescriptor
           
 

Uses of LabeledObjectSupport in org.springframework.richclient.application.setup
 

Subclasses of LabeledObjectSupport in org.springframework.richclient.application.setup
 class SetupIntroWizardPage
           
 class SetupLicenseWizardPage
          A WizardPage which shows a license text and confirmation radio buttons at the bottom.
 

Uses of LabeledObjectSupport in org.springframework.richclient.application.support
 

Subclasses of LabeledObjectSupport in org.springframework.richclient.application.support
 class AbstractPageDescriptor
          Abstract base class for PageDescriptor implementations.
 class DefaultApplicationDescriptor
          Metadata about a application.
 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 MultiViewPageDescriptor
          Base class for PageDescriptor implementations that support multiple PageComponents
 class SingleViewPageDescriptor
           
 

Uses of LabeledObjectSupport in org.springframework.richclient.dialog
 

Subclasses of LabeledObjectSupport in org.springframework.richclient.dialog
 class AbstractDialogPage
          A convenience implementation of the DialogPage interface.
 class CompositeDialogPage
          An implementation of the DialogPage interface that collects a group of dialog pages together so that they can be used in place of a single DialogPage
 class FormBackedDialogPage
          An implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages.
 class TabbedDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a JTabbedPane.
 class TreeCompositeDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a tree on the left, and the pages itself on the right.
 

Uses of LabeledObjectSupport in org.springframework.richclient.preference
 

Subclasses of LabeledObjectSupport in org.springframework.richclient.preference
 class FormBackedPreferencePage
           
 class PreferencePage
           
 

Uses of LabeledObjectSupport in org.springframework.richclient.wizard
 

Subclasses of LabeledObjectSupport in org.springframework.richclient.wizard
 class AbstractWizardPage
           
 class FormBackedWizardPage
          An implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.