org.esa.beam.framework.gpf.ui
Class OperatorMenu
java.lang.Object
org.esa.beam.framework.gpf.ui.OperatorMenu
public class OperatorMenu
- extends Object
WARNING: This class belongs to a preliminary API and may change in future releases.
Provides an operator menu with action for loading, saving and displaying the parameters of an operator
in the file menu section and actions for help and about in the help menu section.
- Author:
- Norman Fomferra, Marco Zühlke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperatorMenu
public OperatorMenu(Component parentComponent,
Class<? extends Operator> opType,
OperatorParameterSupport parameterSupport,
String helpId)
getSaveParametersAction
public Action getSaveParametersAction()
getDisplayParametersAction
public Action getDisplayParametersAction()
getOpenParametersAction
public Action getOpenParametersAction()
getAboutOperatorAction
public Action getAboutOperatorAction()
createDefaultMenu
public JMenuBar createDefaultMenu()
- Creates the default menu.
- Returns:
- The menu
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.