Uses of Interface
org.esa.snap.ui.AppContext
-
Packages that use AppContext Package Description org.esa.snap.rcp Provides SNAP's Rich Client Platform (RPC) API and the implementation of the SNAP Desktop application based on the NetBeans Platform.org.esa.snap.rcp.actions org.esa.snap.rcp.session org.esa.snap.ui Provides utility classes for building Swing user interfaces using the SNAP data model.org.esa.snap.ui.crs org.esa.snap.ui.product org.esa.snap.ui.tooladapter.dialogs org.esa.snap.ui.tooladapter.model -
-
Uses of AppContext in org.esa.snap.rcp
Methods in org.esa.snap.rcp that return AppContext Modifier and Type Method Description AppContext
SnapApp. 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 Modifier and Type Method Description AppContext
AbstractSnapAction. getAppContext()
-
Uses of AppContext in org.esa.snap.rcp.session
Methods in org.esa.snap.rcp.session with parameters of type AppContext Modifier and Type Method Description RestoredSession
Session. 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 AppContext Modifier and Type Class Description class
DefaultAppContext
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 AppContext Modifier and Type Method Description protected AppContext
CrsForm. getAppContext()
Constructors in org.esa.snap.ui.crs with parameters of type AppContext Constructor Description 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 Constructor Description SourceProductList(AppContext appContext)
Constructor. -
Uses of AppContext in org.esa.snap.ui.tooladapter.dialogs
Fields in org.esa.snap.ui.tooladapter.dialogs declared as AppContext Modifier and Type Field Description protected AppContext
AbstractAdapterEditor. context
Methods in org.esa.snap.ui.tooladapter.dialogs with parameters of type AppContext Modifier and Type Method Description static void
ToolAdaptersManagementDialog. showDialog(AppContext appContext, String helpID)
Constructors in org.esa.snap.ui.tooladapter.dialogs with parameters of type AppContext Constructor Description BundleForm(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 AppContext Constructor Description OperatorParametersTable(ToolAdapterOperatorDescriptor operator, AppContext appContext)
VariablesTable(List<SystemVariable> variables, AppContext context)
-