Uses of Interface
org.springframework.richclient.core.VisualizedElement

Packages that use VisualizedElement
org.springframework.binding.form FormModel related interfaces. 
org.springframework.binding.form.support   
org.springframework.richclient.application Base application interfaces/classes. 
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.command.config   
org.springframework.richclient.core Basic interfaces/classes used throughout the richclient. 
org.springframework.richclient.dialog   
org.springframework.richclient.preference   
org.springframework.richclient.samples.petclinic.exceptionhandling   
org.springframework.richclient.samples.petclinic.ui   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.script   
org.springframework.richclient.wizard   
 

Uses of VisualizedElement in org.springframework.binding.form
 

Subinterfaces of VisualizedElement in org.springframework.binding.form
 interface FieldFace
          Provides metadata related to the visualization of a form property and convenience methods for configuring GUI components using the metadata.
 

Uses of VisualizedElement in org.springframework.binding.form.support
 

Classes in org.springframework.binding.form.support that implement VisualizedElement
 class DefaultFieldFace
          A default implementation of FieldFace
 

Uses of VisualizedElement in org.springframework.richclient.application
 

Subinterfaces of VisualizedElement in org.springframework.richclient.application
 interface ApplicationDescriptor
           
 interface Editor
           
 interface PageComponent
          A page component is displayed within an area on the page associated with an application window.
 interface PageComponentDescriptor
          Metadata about a page component; a page component is effectively a singleton page component definition.
 interface PageDescriptor
           
 interface View
          A view is a panel-like component displayed within an area on the page associated with an application window.
 interface ViewDescriptor
          Metadata about a view; a view descriptor is effectively a singleton view definition.
 

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

Classes in org.springframework.richclient.application.docking.flexdock that implement VisualizedElement
 class FlexDockViewDescriptor
           
 

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

Classes in org.springframework.richclient.application.docking.vldocking that implement VisualizedElement
 class VLDockingPageDescriptor
           
 class VLDockingViewDescriptor
           
 

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

Classes in org.springframework.richclient.application.mdi that implement VisualizedElement
 class DesktopPageDescriptor
           
 class DesktopViewDescriptor
           
 

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

Classes in org.springframework.richclient.application.setup that implement VisualizedElement
 class SetupIntroWizardPage
           
 class SetupLicenseWizardPage
          A WizardPage which shows a license text and confirmation radio buttons at the bottom.
 

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

Classes in org.springframework.richclient.application.support that implement VisualizedElement
 class AbstractPageDescriptor
          Abstract base class for PageDescriptor implementations.
 class AbstractView
           
 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 VisualizedElement in org.springframework.richclient.command.config
 

Classes in org.springframework.richclient.command.config that implement VisualizedElement
 class CommandButtonIconInfo
          A parameter object consisting of the various icons that may be displayed on a single command button depending on its state.
 class CommandFaceDescriptor
          A parameter object that contains the information to describe the visual representation of a command object.
 

Uses of VisualizedElement in org.springframework.richclient.core
 

Classes in org.springframework.richclient.core that implement VisualizedElement
 class LabeledObjectSupport
          A convenient super class for objects that can be labeled for display in a GUI.
 

Uses of VisualizedElement in org.springframework.richclient.dialog
 

Classes in org.springframework.richclient.dialog that implement VisualizedElement
 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 VisualizedElement in org.springframework.richclient.preference
 

Classes in org.springframework.richclient.preference that implement VisualizedElement
 class FormBackedPreferencePage
           
 class PreferencePage
           
 

Uses of VisualizedElement in org.springframework.richclient.samples.petclinic.exceptionhandling
 

Classes in org.springframework.richclient.samples.petclinic.exceptionhandling that implement VisualizedElement
 class ExceptionHandlingView
           
 

Uses of VisualizedElement in org.springframework.richclient.samples.petclinic.ui
 

Classes in org.springframework.richclient.samples.petclinic.ui that implement VisualizedElement
 class OwnerManagerView
          Shows the owners and their pets in a tree structure.
 class VetManagerView
           
 

Uses of VisualizedElement in org.springframework.richclient.samples.simple.ui
 

Classes in org.springframework.richclient.samples.simple.ui that implement VisualizedElement
 class ContactView
          This class provides the main view of the contacts.
 class InitialView
          This class defines the initial view to be presented in the sample application.
 

Uses of VisualizedElement in org.springframework.richclient.script
 

Classes in org.springframework.richclient.script that implement VisualizedElement
 class ScriptedView
          A View implementation that uses ScriptEngine to build its control.
 

Uses of VisualizedElement in org.springframework.richclient.wizard
 

Classes in org.springframework.richclient.wizard that implement VisualizedElement
 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.