org.esa.beam.framework.ui.application.support
Class DefaultApplicationDescriptor
java.lang.Object
org.esa.beam.framework.ui.application.support.DefaultApplicationDescriptor
- All Implemented Interfaces:
- com.bc.ceres.core.runtime.ConfigurableExtension, ApplicationDescriptor
public class DefaultApplicationDescriptor
- extends Object
- implements com.bc.ceres.core.runtime.ConfigurableExtension, ApplicationDescriptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultApplicationDescriptor
public DefaultApplicationDescriptor()
getApplicationId
public String getApplicationId()
- Specified by:
getApplicationId in interface ApplicationDescriptor
getCopyright
public String getCopyright()
- Specified by:
getCopyright in interface ApplicationDescriptor
getResourceBundleName
public String getResourceBundleName()
- Specified by:
getResourceBundleName in interface ApplicationDescriptor
getSymbolicName
public String getSymbolicName()
- Specified by:
getSymbolicName in interface ApplicationDescriptor
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface ApplicationDescriptor
getVersion
public String getVersion()
- Specified by:
getVersion in interface ApplicationDescriptor
getFrameIconPath
public String getFrameIconPath()
- Specified by:
getFrameIconPath in interface ApplicationDescriptor
getImagePath
public String getImagePath()
- Specified by:
getImagePath in interface ApplicationDescriptor
getExcludedActions
public String[] getExcludedActions()
- Specified by:
getExcludedActions in interface ApplicationDescriptor
getExcludedToolViews
public String[] getExcludedToolViews()
- Specified by:
getExcludedToolViews in interface ApplicationDescriptor
setDisplayName
public void setDisplayName(String displayName)
setApplicationId
public void setApplicationId(String applicationId)
setResourceBundleName
public void setResourceBundleName(String resourceBundleName)
setFrameIconPath
public void setFrameIconPath(String frameIconPath)
setCopyright
public void setCopyright(String copyright)
setImagePath
public void setImagePath(String imagePath)
setSymbolicName
public void setSymbolicName(String symbolicName)
setLoggerName
public void setLoggerName(String loggerName)
setVersion
public void setVersion(String version)
getBuildId
public String getBuildId()
- Specified by:
getBuildId in interface ApplicationDescriptor
setBuildId
public void setBuildId(String buildId)
getBuildDate
public String getBuildDate()
- Specified by:
getBuildDate in interface ApplicationDescriptor
setBuildDate
public void setBuildDate(String buildDate)
configure
public void configure(com.bc.ceres.core.runtime.ConfigurationElement config)
throws com.bc.ceres.core.CoreException
- Configures this extension with the supplied configuration data.
- Specified by:
configure in interface com.bc.ceres.core.runtime.ConfigurableExtension
- Parameters:
config - The configuration data.
- Throws:
com.bc.ceres.core.CoreException - if an error occurred during configuration.
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.