org.esa.beam.framework.ui.application
Interface ApplicationDescriptor
- All Known Implementing Classes:
- DefaultApplicationDescriptor
public interface ApplicationDescriptor
Provides descriptive information for applications.
- See Also:
BasicApp
getApplicationId
String getApplicationId()
getSymbolicName
String getSymbolicName()
getDisplayName
String getDisplayName()
getVersion
String getVersion()
getBuildId
String getBuildId()
getBuildDate
String getBuildDate()
getFrameIconPath
String getFrameIconPath()
getImagePath
String getImagePath()
getResourceBundleName
String getResourceBundleName()
getCopyright
String getCopyright()
getExcludedActions
String[] getExcludedActions()
getExcludedToolViews
String[] getExcludedToolViews()
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.