org.springframework.richclient.core
Interface VisualizedElement

All Known Subinterfaces:
ApplicationDescriptor, Editor, FieldFace, PageComponent, PageComponentDescriptor, PageDescriptor, View, ViewDescriptor
All Known Implementing Classes:
AbstractDialogPage, AbstractPageDescriptor, AbstractView, AbstractWizardPage, CommandButtonIconInfo, CommandFaceDescriptor, CompositeDialogPage, ContactView, DefaultApplicationDescriptor, DefaultFieldFace, DefaultViewDescriptor, DesktopPageDescriptor, DesktopViewDescriptor, ExceptionHandlingView, FlexDockViewDescriptor, FormBackedDialogPage, FormBackedPreferencePage, FormBackedWizardPage, InitialView, InitialView, LabeledObjectSupport, LookupViewDescriptor, MultiViewPageDescriptor, OwnerManagerView, PreferencePage, ScriptedView, SetupIntroWizardPage, SetupLicenseWizardPage, SingleViewPageDescriptor, TabbedDialogPage, TreeCompositeDialogPage, VetManagerView, VLDockingPageDescriptor, VLDockingViewDescriptor

public interface VisualizedElement

An application component that has a graphical visual representation that is either an image or an icon.

Author:
Keith Donald

Method Summary
 Icon getIcon()
          Returns the icon associated with the application component, or null.
 Image getImage()
          Returns the image associated with the application component, or null.
 

Method Detail

getImage

Image getImage()
Returns the image associated with the application component, or null.


getIcon

Icon getIcon()
Returns the icon associated with the application component, or null.



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