org.springframework.richclient.core
Interface DescriptionConfigurable

All Known Implementing Classes:
AbstractDialogPage, AbstractPageDescriptor, AbstractReporterTitledApplicationDialog, AbstractWizardPage, BasicRegExpConstraintDialog, BasicTitledApplicationDialog, BasicWizardDialog, CommandFaceDescriptor, CompositeDialogPage, ContactPropertiesDialog, DefaultApplicationDescriptor, DefaultViewDescriptor, DerivedValueModelDialog, DesktopPageDescriptor, DesktopViewDescriptor, FlexDockViewDescriptor, FormBackedDialogPage, FormBackedPreferencePage, FormBackedWizardPage, GenericKeyMapBindingDialog, LabeledObjectSupport, ListSelectionBindingDialog, LookupViewDescriptor, MultiViewPageDescriptor, NumberConversionDialog, ParentChildFormDialog, PreferenceDialog, PreferencePage, SetupIntroWizardPage, SetupLicenseWizardPage, SetupWizardDialog, ShuttleSortableTableDialog, SingleViewPageDescriptor, StringLenghtConstraintDialog, TabbedDialogPage, TitledApplicationDialog, TitledPageApplicationDialog, TreeCompositeDialogPage, VLDockingPageDescriptor, VLDockingViewDescriptor, WizardDialog

public interface DescriptionConfigurable

Implemented by object that can be described for display in a GUI.

Author:
Keith Donald

Method Summary
 void setCaption(String shortDescription)
           
 void setDescription(String longDescription)
           
 

Method Detail

setCaption

void setCaption(String shortDescription)
Parameters:
shortDescription -

setDescription

void setDescription(String longDescription)
Parameters:
longDescription -


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