org.esa.beam.framework.ui.application
Interface ApplicationDescriptor

All Known Implementing Classes:
DefaultApplicationDescriptor

public interface ApplicationDescriptor

Provides descriptive information for applications.

See Also:
BasicApp

Method Summary
 String getApplicationId()
           
 String getBuildDate()
           
 String getBuildId()
           
 String getCopyright()
           
 String getDisplayName()
           
 String[] getExcludedActions()
           
 String[] getExcludedToolViews()
           
 String getFrameIconPath()
           
 String getImagePath()
           
 String getResourceBundleName()
           
 String getSymbolicName()
           
 String getVersion()
           
 

Method Detail

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.