Uses of Interface
org.esa.snap.ui.AppContext
Packages that use AppContext
Package
Description
Provides SNAP's Rich Client Platform (RPC) API and the implementation of the
SNAP Desktop application based on the NetBeans Platform.
Provides utility classes for building Swing user interfaces using the SNAP data model.
-
Uses of AppContext in org.esa.snap.rcp
Methods in org.esa.snap.rcp that return AppContextModifier and TypeMethodDescriptionSnapApp.getAppContext()
Gets anAppContext
representation of the SNAP application. -
Uses of AppContext in org.esa.snap.rcp.actions
Methods in org.esa.snap.rcp.actions that return AppContext -
Uses of AppContext in org.esa.snap.rcp.session
Methods in org.esa.snap.rcp.session with parameters of type AppContextModifier and TypeMethodDescriptionSession.restore
(AppContext appContext, URI rootURI, ProgressMonitor pm, Session.ProblemSolver problemSolver) -
Uses of AppContext in org.esa.snap.ui
Classes in org.esa.snap.ui that implement AppContextModifier and TypeClassDescriptionclass
This trivial implementation of theAppContext
class is only for testing. -
Uses of AppContext in org.esa.snap.ui.crs
Methods in org.esa.snap.ui.crs that return AppContextConstructors in org.esa.snap.ui.crs with parameters of type AppContextModifierConstructorDescriptionprotected
CrsForm
(AppContext appContext) CustomCrsForm
(AppContext appContext) PredefinedCrsForm
(AppContext appContext) ProductCrsForm
(AppContext appContext, Product product) -
Uses of AppContext in org.esa.snap.ui.product
Constructors in org.esa.snap.ui.product with parameters of type AppContext -
Uses of AppContext in org.esa.snap.ui.tooladapter.dialogs
Fields in org.esa.snap.ui.tooladapter.dialogs declared as AppContextMethods in org.esa.snap.ui.tooladapter.dialogs with parameters of type AppContextModifier and TypeMethodDescriptionstatic void
ToolAdaptersManagementDialog.showDialog
(AppContext appContext, String helpID) Constructors in org.esa.snap.ui.tooladapter.dialogs with parameters of type AppContextModifierConstructorDescriptionBundleForm
(AppContext appContext, Bundle windowsBundle, Bundle linuxBundle, Bundle macosxBundle, List<SystemVariable> variables) TemplateParameterEditorDialog
(AppContext appContext, TemplateParameterDescriptor parameter, ToolAdapterOperatorDescriptor parent) ToolAdapterEditorDialog
(AppContext appContext, JDialog parent, ToolAdapterOperatorDescriptor operatorDescriptor, int newNameIndex, OperationType operation) ToolAdapterEditorDialog
(AppContext appContext, JDialog parent, ToolAdapterOperatorDescriptor operatorDescriptor, OperationType operation) ToolAdapterExecutionDialog
(ToolAdapterOperatorDescriptor descriptor, AppContext appContext, String title) Constructor.ToolParameterEditorDialog
(AppContext appContext, ToolAdapterOperatorDescriptor operator, ToolParameterDescriptor inputParameter) -
Uses of AppContext in org.esa.snap.ui.tooladapter.model
Constructors in org.esa.snap.ui.tooladapter.model with parameters of type AppContextModifierConstructorDescriptionOperatorParametersTable
(ToolAdapterOperatorDescriptor operator, AppContext appContext) VariablesTable
(List<SystemVariable> variables, AppContext context)