1.0.0 beam-ui 5.0 BEAM User Interface Library org.esa.beam.BeamUiActivator This module provides user interface components used e.g. by VISAT. Changes in 5.0
[BEAM-1059] User-defined band sets shall be saved/restored
[BEAM-1287] Default RGB profile of MERIS L1b is Landsat but should be Tristimulus
[BEAM-1423] Negative value used as stroke-width in vector data layer editor leads to Exception
[BEAM-1561] Slider labels of colour manipulation tool are all zero for small value ranges
[BEAM-1457] Display a spectral band's wavelengths next to its name
[BEAM-1404] Image views shall draw pixel grid at high zoom levels
[BEAM-1401] Null pointer exception when closing image views
]]>
Brockmann Consult GmbH Max Planck Str.2, 21502 Geesthacht (Germany) (C) 2014 by Brockmann Consult GmbH http://envisat.esa.int/beam http://www.gnu.org/licenses/gpl.html beam-core ceres-ui ceres-binding System,Library org.esa.beam.framework.ui.application.support.DefaultApplicationDescriptor org.esa.beam.framework.ui.application.support.DefaultToolViewDescriptor <description type="java.lang.String"/> <accelerator type="javax.swing.KeyStroke"/> <icon field="iconPath" type="java.lang.String"/> <mnemonic type="char"/> </toolView> </extensionPoint> <!-- Extension point 'actions': Adds new actions to an application. Extensions are instances of org.esa.beam.framework.ui.command.Command specified by the 'class' element. --> <extensionPoint id="actions"> <action type="org.esa.beam.framework.ui.command.Command" class="@class" autoConfig="false"> <id type="java.lang.String"/> <class type="java.lang.Class"/> <parent type="java.lang.String"/> <text type="java.lang.String"/> <context type="java.lang.String"/> <mnemonic type="char"/> <accelerator type="javax.swing.KeyStroke"/> <placeAtContextTop type="boolean"/> <placeFirst type="boolean"/> <placeLast type="boolean"/> <placeBefore type="java.lang.String"/> <placeAfter type="java.lang.String"/> <separatorBefore type="boolean"/> <separatorAfter type="boolean"/> <shortDescr type="java.lang.String"/> <description type="java.lang.String"/> <smallIcon type="java.lang.String"/> <largeIcon type="java.lang.String"/> <helpId type="java.lang.String"/> </action> </extensionPoint> <!-- Extension point 'actionGroups': Adds new action groups to an application. The 'items' element is composed of 'separator', 'action' and 'actionGroup' elements. The values of the 'action' and 'actionGroup' elements are the referenced action's and actionGroup's 'id' values. --> <extensionPoint id="actionGroups"> <actionGroup type="org.esa.beam.framework.ui.command.CommandGroup" class="@descriptorClass" autoConfig="false"> <descriptorClass type="java.lang.Class">org.esa.beam.framework.ui.command.CommandGroup</descriptorClass> <id type="java.lang.String"/> <class type="java.lang.Class"/> <parent type="java.lang.String"/> <text type="java.lang.String"/> <context type="java.lang.String"/> <mnemonic type="char"/> <accelerator type="javax.swing.KeyStroke"/> <placeAtContextTop type="boolean"/> <placeFirst type="boolean"/> <placeLast type="boolean"/> <placeBefore type="java.lang.String"/> <placeAfter type="java.lang.String"/> <separatorBefore type="boolean"/> <separatorAfter type="boolean"/> <shortDescr type="java.lang.String"/> <description type="java.lang.String"/> <smallIcon type="java.lang.String"/> <largeIcon type="java.lang.String"/> <helpId type="java.lang.String"/> <items type="java.lang.Object[]"/> </actionGroup> </extensionPoint> <!-- The extension point 'layerEditors' comprises any number of 'layerEditor' elements. These are mappings from a specific layer or layer type to an appropriate layer editor or editor factory. The value of the 'editor' element is the name of a class that implements the org.esa.beam.framework.ui.layer.LayerEditor interface. The value of the 'editorFactory' element is the name of a class that implements the com.bc.ceres.core.ExtensionFactory interface. --> <extensionPoint id="layerEditors"> <layerEditor type="org.esa.beam.framework.ui.layer.LayerEditorDescriptor" class="@descriptorClass" autoConfig="true"> <descriptorClass type="java.lang.Class">org.esa.beam.framework.ui.layer.DefaultLayerEditorDescriptor </descriptorClass> <!-- Either 'editor' or 'editorFactory' must be given: - 'editor' must be a 'org.esa.beam.framework.ui.layer.LayerEditor' - 'editorFactory' must be a 'com.bc.ceres.core.ExtensionFactory' that produces instances of 'org.esa.beam.framework.ui.layer.LayerEditor'. --> <editor field="layerEditorClass" type="java.lang.Class"/> <editorFactory field="layerEditorFactoryClass" type="java.lang.Class"/> <!-- At least 'layer' or 'layerType' must be given: - 'layer' must be a 'com.bc.ceres.glayer.Layer' - 'layerType' must be a 'com.bc.ceres.glayer.LayerType'. --> <layer field="layerClass" type="java.lang.Class"/> <layerType field="layerTypeClass" type="java.lang.Class"/> </layerEditor> </extensionPoint> <!-- The extension point 'layerSources' comprises any number of 'layerSource' elements. The value of the 'layerSourceClass' element is the name of a class that implements the org.esa.beam.framework.ui.layer.LayerSource interface. --> <extensionPoint id="layerSources"> <layerSource type="org.esa.beam.framework.ui.layer.LayerSourceDescriptor" class="@descriptorClass" autoConfig="true"> <descriptorClass type="java.lang.Class">org.esa.beam.framework.ui.layer.DefaultLayerSourceDescriptor </descriptorClass> <id field="id" type="java.lang.String"/> <name field="name" type="java.lang.String"/> <description field="description" type="java.lang.String"/> <class field="layerSourceClass" type="java.lang.Class"/> <layerType field="layerTypeClassName" type="java.lang.String"/> </layerSource> </extensionPoint> <!-- Experimental code added by Norman. Demonstrates how we create layers for special feature types, e.g. "org.esa.beam.TrackPoint". See class org.esa.beam.framework.ui.product.TrackLayerTypeFactory. --> <extension point="ceres-core:adapters"> <adapter> <extensibleType>org.esa.beam.framework.datamodel.VectorDataNode</extensibleType> <extensionFactory>org.esa.beam.framework.ui.product.TrackLayerTypeFactory</extensionFactory> </adapter> </extension> </module>