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

Packages that use TitleConfigurable
org.springframework.richclient.application.config   
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.context.test   
org.springframework.richclient.core Basic interfaces/classes used throughout the richclient. 
org.springframework.richclient.dialog   
org.springframework.richclient.preference   
org.springframework.richclient.samples.petclinic.ui   
org.springframework.richclient.samples.showcase.binding   
org.springframework.richclient.samples.showcase.command   
org.springframework.richclient.samples.showcase.component   
org.springframework.richclient.samples.showcase.conversion   
org.springframework.richclient.samples.showcase.dialog   
org.springframework.richclient.samples.showcase.util   
org.springframework.richclient.samples.showcase.validation   
org.springframework.richclient.samples.showcase.wizard   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.selection.dialog   
org.springframework.richclient.wizard   
 

Uses of TitleConfigurable in org.springframework.richclient.application.config
 

Methods in org.springframework.richclient.application.config with parameters of type TitleConfigurable
protected  void DefaultApplicationObjectConfigurer.configureTitle(TitleConfigurable configurable, String objectName)
          Sets the title of the given object.
 

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

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

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

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

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

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

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

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

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

Classes in org.springframework.richclient.application.support that implement TitleConfigurable
protected  class AboutBox.AboutDialog
           
 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 TitleConfigurable in org.springframework.richclient.context.test
 

Classes in org.springframework.richclient.context.test that implement TitleConfigurable
 class TestBean
           
 

Uses of TitleConfigurable in org.springframework.richclient.core
 

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

Uses of TitleConfigurable in org.springframework.richclient.dialog
 

Classes in org.springframework.richclient.dialog that implement TitleConfigurable
 class AbstractDialogPage
          A convenience implementation of the DialogPage interface.
 class ApplicationDialog
           Abstract Base Class for a dialog with standard layout, buttons, and behavior.
 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 ConfirmationDialog
          Dialog for asking confirmation to the user.
 class FormBackedDialogPage
          An implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages.
 class InputApplicationDialog
          Simple input application dialog consisting of a label and a text field for accepting input.
 class MessageDialog
          Dialog for showing an message to the user.
 class TabbedDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a JTabbedPane.
 class TitledApplicationDialog
           
 class TitledPageApplicationDialog
          A TitledApplicationDialog that delegates to a single DialogPage for its title, content and messages.
 class TitlePane
          A container class that that has a title area for displaying a title and an image as well as a common area for displaying a description, a message, or an error message.
 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 TitleConfigurable in org.springframework.richclient.preference
 

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

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

Classes in org.springframework.richclient.samples.petclinic.ui that implement TitleConfigurable
 class NewOwnerWizard
           
 

Uses of TitleConfigurable in org.springframework.richclient.samples.showcase.binding
 

Classes in org.springframework.richclient.samples.showcase.binding that implement TitleConfigurable
 class DerivedValueModelDialog
           
 class GenericKeyMapBindingDialog
           
 class ListSelectionBindingDialog
           
 class ParentChildFormDialog
           
 

Uses of TitleConfigurable in org.springframework.richclient.samples.showcase.command
 

Classes in org.springframework.richclient.samples.showcase.command that implement TitleConfigurable
 class ToolbarSample
           
 

Uses of TitleConfigurable in org.springframework.richclient.samples.showcase.component
 

Classes in org.springframework.richclient.samples.showcase.component that implement TitleConfigurable
 class ShuttleSortableTableDialog
          This sample shows a ShuttleSortableTableModel being used.
 

Uses of TitleConfigurable in org.springframework.richclient.samples.showcase.conversion
 

Classes in org.springframework.richclient.samples.showcase.conversion that implement TitleConfigurable
 class NumberConversionDialog
           
 

Uses of TitleConfigurable in org.springframework.richclient.samples.showcase.dialog
 

Classes in org.springframework.richclient.samples.showcase.dialog that implement TitleConfigurable
 class BasicApplicationDialog
           Very simple dialog showing only the basics.
 class BasicConfirmationDialog
          Shows the usage of the confirmation dialog.
 class BasicInputApplicationDialog
           
 class BasicMessageDialog
           
 class BasicTitledApplicationDialog
           
 

Uses of TitleConfigurable in org.springframework.richclient.samples.showcase.util
 

Classes in org.springframework.richclient.samples.showcase.util that implement TitleConfigurable
 class AbstractReporterTitledApplicationDialog
           
 

Uses of TitleConfigurable in org.springframework.richclient.samples.showcase.validation
 

Classes in org.springframework.richclient.samples.showcase.validation that implement TitleConfigurable
 class BasicRegExpConstraintDialog
          Show a basic dialog with a regular expression input field and a value input field.
 class StringLenghtConstraintDialog
          Dialog showing a number of fields to manipulate the StringLengthConstraint and see it in action on the value field.
 

Uses of TitleConfigurable in org.springframework.richclient.samples.showcase.wizard
 

Classes in org.springframework.richclient.samples.showcase.wizard that implement TitleConfigurable
 class BasicWizardDialog
           
 class InstallWizard
           
 

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

Classes in org.springframework.richclient.samples.simple.ui that implement TitleConfigurable
 class ContactPropertiesDialog
          This is a dialog for editing the properties of a Contact object.
 

Uses of TitleConfigurable in org.springframework.richclient.selection.dialog
 

Classes in org.springframework.richclient.selection.dialog that implement TitleConfigurable
 class AbstractSelectionDialog
          Base class for selection dialogs.
 class FilterListSelectionDialog
          Filtered ListSelectionDialog.
 class ListSelectionDialog
          A ListSelectionDialog can be used to select an item from a list.
 

Uses of TitleConfigurable in org.springframework.richclient.wizard
 

Classes in org.springframework.richclient.wizard that implement TitleConfigurable
 class AbstractWizard
          A convenience implementation of the Wizard interface.
 class AbstractWizardPage
           
 class FormBackedWizardPage
          An implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages.
 class WizardDialog
          Dialog for wizards.
 



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