org.esa.beam.framework.ui.application.support
Class DefaultApplicationDescriptor

java.lang.Object
  extended by 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


Nested Class Summary
static class DefaultApplicationDescriptor.ID
           
static class DefaultApplicationDescriptor.IDC
           
static class DefaultApplicationDescriptor.IDSVC
           
 
Constructor Summary
DefaultApplicationDescriptor()
           
 
Method Summary
 void configure(com.bc.ceres.core.runtime.ConfigurationElement config)
          Configures this extension with the supplied configuration data.
 String getApplicationId()
           
 String getBuildDate()
           
 String getBuildId()
           
 String getCopyright()
           
 String getDisplayName()
           
 String[] getExcludedActions()
           
 String[] getExcludedToolViews()
           
 String getFrameIconPath()
           
 String getImagePath()
           
 String getResourceBundleName()
           
 String getSymbolicName()
           
 String getVersion()
           
 void setApplicationId(String applicationId)
           
 void setBuildDate(String buildDate)
           
 void setBuildId(String buildId)
           
 void setCopyright(String copyright)
           
 void setDisplayName(String displayName)
           
 void setFrameIconPath(String frameIconPath)
           
 void setImagePath(String imagePath)
           
 void setLoggerName(String loggerName)
           
 void setResourceBundleName(String resourceBundleName)
           
 void setSymbolicName(String symbolicName)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultApplicationDescriptor

public DefaultApplicationDescriptor()
Method Detail

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-2012 Brockmann Consult GmbH. All Rights Reserved.