Uses of Class
org.springframework.richclient.dialog.ApplicationDialog

Packages that use ApplicationDialog
org.springframework.richclient.application.setup   
org.springframework.richclient.application.support   
org.springframework.richclient.command.support   
org.springframework.richclient.dialog   
org.springframework.richclient.form.binding.swing   
org.springframework.richclient.preference   
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.security Integrates Spring Security System into RCP. 
org.springframework.richclient.selection.binding   
org.springframework.richclient.selection.binding.support   
org.springframework.richclient.selection.dialog   
org.springframework.richclient.wizard   
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.application.setup
 class SetupWizardDialog
           
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.application.support
protected  class AboutBox.AboutDialog
           
 

Uses of ApplicationDialog in org.springframework.richclient.command.support
 

Methods in org.springframework.richclient.command.support that return ApplicationDialog
protected  ApplicationDialog WidgetDialogCommand.createDialog()
           
 

Methods in org.springframework.richclient.command.support with parameters of type ApplicationDialog
 void DialogCommand.setDialog(ApplicationDialog dialog)
          Set the dialog to open.
 

Constructors in org.springframework.richclient.command.support with parameters of type ApplicationDialog
ShowDialogCommand(String id, ApplicationDialog dialog)
           
 

Uses of ApplicationDialog in org.springframework.richclient.dialog
 

Subclasses of ApplicationDialog in org.springframework.richclient.dialog
 class ConfirmationDialog
          Dialog for asking confirmation to the user.
 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 TitledApplicationDialog
           
 class TitledPageApplicationDialog
          A TitledApplicationDialog that delegates to a single DialogPage for its title, content and messages.
 class TitledWidgetApplicationDialog
          Allows to create an applicationDialog in which a given widget can be shown
 

Uses of ApplicationDialog in org.springframework.richclient.form.binding.swing
 

Fields in org.springframework.richclient.form.binding.swing declared as ApplicationDialog
protected  ApplicationDialog AbstractGlazedListsBinding.formDialog
          Dialog used to add/create rowObjects.
 

Uses of ApplicationDialog in org.springframework.richclient.preference
 

Subclasses of ApplicationDialog in org.springframework.richclient.preference
 class PreferenceDialog
           
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.samples.showcase.binding
 class CalendarBindingDialog
           
 class DerivedValueModelDialog
           
 class DocumentBindingDialog
          This dialog shows how the TextComponentBinder can be used to create a binding with a specific Document as model behind the JTextField.
 class GenericKeyMapBindingDialog
           
 class ListSelectionBindingDialog
           
 class ParentChildFormDialog
           
 class RadioButtonEnumDialog
           
 class ShuttleListBindingDialog
          This dialog shows a ShuttleList in which several items can be selected and added to a list on the backing formObject.
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.samples.showcase.command
 class ButtonStackBarSample
           
 class ToolbarSample
           
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.samples.showcase.component
 class ShuttleSortableTableDialog
          This sample shows a ShuttleSortableTableModel being used.
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.samples.showcase.conversion
 class NumberConversionDialog
           
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.samples.showcase.dialog
 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 ApplicationDialog in org.springframework.richclient.samples.showcase.util
 

Subclasses of ApplicationDialog in org.springframework.richclient.samples.showcase.util
 class AbstractReporterTitledApplicationDialog
           
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.samples.showcase.validation
 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 ApplicationDialog in org.springframework.richclient.samples.showcase.wizard
 

Subclasses of ApplicationDialog in org.springframework.richclient.samples.showcase.wizard
 class BasicWizardDialog
           
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.samples.simple.ui
 class ContactPropertiesDialog
          This is a dialog for editing the properties of a Contact object.
 

Uses of ApplicationDialog in org.springframework.richclient.security
 

Methods in org.springframework.richclient.security that return ApplicationDialog
protected  ApplicationDialog LoginCommand.getDialog()
          Get the dialog in use, if available.
 

Uses of ApplicationDialog in org.springframework.richclient.selection.binding
 

Methods in org.springframework.richclient.selection.binding that return ApplicationDialog
protected  ApplicationDialog ListSelectionDialogBinding.createSelectionDialog()
           
 

Uses of ApplicationDialog in org.springframework.richclient.selection.binding.support
 

Methods in org.springframework.richclient.selection.binding.support with parameters of type ApplicationDialog
 void SelectField.setSelectionDialog(ApplicationDialog dialog)
           
 

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

Subclasses of ApplicationDialog in org.springframework.richclient.selection.dialog
 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 ApplicationDialog in org.springframework.richclient.wizard
 

Subclasses of ApplicationDialog in org.springframework.richclient.wizard
 class ExtendedWizardDialog
          Wizard dialog that additionally adds a panel to the dialog showing the page path and the current page.
 class WizardDialog
          Dialog for wizards.
 



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