org.springframework.richclient.factory
Interface ControlFactory

All Known Subinterfaces:
ApplicationPage, Binding, DialogPage, Editor, Form, FormUIProvider, MessagePane, PageComponent, PageComponentPane, Reporter, StatusBar, View, WizardPage
All Known Implementing Classes:
AbstractApplicationPage, AbstractBinding, AbstractControlFactory, AbstractDateFieldBinding, AbstractDetailForm, AbstractDialogPage, AbstractForm, AbstractFormUIProvider, AbstractListBinding, AbstractMasterForm, AbstractObjectTable, AbstractReporterForm, AbstractTableMasterForm, AbstractView, AbstractWizardPage, AlertMessageAreaPane, ComboBoxBinding, CompositeDialogPage, ContactForm, ContactTable, ContactView, CustomBinding, DecoratedControlBinding, DefaultApplicationPage, DefaultFormUIProvider, DefaultMessageAreaPane, DefaultPageComponentPane, DefaultStatusBar, DesktopApplicationPage, EnumComboBoxBinding, ExceptionDetailsPane, ExceptionHandlingView, ExtTabbedPane, FileChooserComboBox, FlexDockApplicationPage, FormattedTextFieldBinding, FormBackedDialogPage, FormBackedPreferencePage, FormBackedWizardPage, GeneratedForm, InitialView, InitialView, JCalendarDateFieldBinding, JXDatePickerDateFieldBinding, LabelBinding, ListBinding, ListItemUpDownButtonPanel, ListSelectionDialogBinding, LoginForm, NachoCalendarDateFieldBinding, NumberBinding, OwnerAddressForm, OwnerGeneralForm, OwnerManagerView, PetForm, PreferencePage, ScriptedView, ScrollPaneDecoratedBinding, SelectField, SetupIntroWizardPage, SetupLicenseWizardPage, ShuttleListBinding, SimplePageComponentPane, SimpleSelectField, StatusBarProgressMonitor, StringLenghtConstraintDialog.StringLengthConstraintForm, TabbedApplicationPage, TabbedDialogPage, TextComponentBinding, TitlePane, ToggleButtonBinding, TreeCompositeDialogPage, VetManagerView, VLDockingApplicationPage

public interface ControlFactory

A factory for producing GUI control components.

Author:
Keith Donald

Method Summary
 JComponent getControl()
          Returns the control that this factory is responsible for producing.
 

Method Detail

getControl

JComponent getControl()
Returns the control that this factory is responsible for producing. Depending on the implementation, this control may or not be a singleton instance.

Returns:
The control, never null.


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