Uses of Interface
org.springframework.richclient.image.config.IconConfigurable

Packages that use IconConfigurable
org.springframework.richclient.application.config   
org.springframework.richclient.application.setup   
org.springframework.richclient.dialog   
org.springframework.richclient.preference   
org.springframework.richclient.wizard   
 

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

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

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

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

Uses of IconConfigurable in org.springframework.richclient.dialog
 

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

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

Uses of IconConfigurable in org.springframework.richclient.wizard
 

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