org.springframework.richclient.application.support
Class DefaultApplicationDescriptor
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.core.LabeledObjectSupport
org.springframework.richclient.application.support.DefaultApplicationDescriptor
- All Implemented Interfaces:
- ApplicationDescriptor, CommandLabelConfigurable, DescribedElement, DescriptionConfigurable, TitleConfigurable, VisualizedElement, ImageConfigurable
public class DefaultApplicationDescriptor
- extends LabeledObjectSupport
- implements ApplicationDescriptor
Metadata about a application.
- Author:
- Keith Donald
Methods inherited from class org.springframework.richclient.core.LabeledObjectSupport |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getAccelerator, getCaption, getDescription, getDisplayName, getIcon, getImage, getLabel, getMnemonic, getMnemonicIndex, hasChanged, hasChanged, hasChanged, removePropertyChangeListener, removePropertyChangeListener, setCaption, setDescription, setImage, setLabelInfo, setTitle, toString |
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor |
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getMessageSource, getObjectConfigurer, getService |
DefaultApplicationDescriptor
public DefaultApplicationDescriptor()
getBuildId
public String getBuildId()
- Description copied from interface:
ApplicationDescriptor
- Returns a string used to idetify the build number of the applicaiton.
- Specified by:
getBuildId
in interface ApplicationDescriptor
setBuildId
public void setBuildId(String buildId)
getVersion
public String getVersion()
- Description copied from interface:
ApplicationDescriptor
- Returns a string used to idetify the version of the applicaiton.
- Specified by:
getVersion
in interface ApplicationDescriptor
setVersion
public void setVersion(String version)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.