Package | Description |
---|---|
org.esa.snap.ui.tooladapter.model |
Modifier and Type | Field and Description |
---|---|
static CustomParameterClass |
CustomParameterClass.AfterTemplateFileClass
Represents a template file that is supposed to be executed after the actual tool execution
|
static CustomParameterClass |
CustomParameterClass.BeforeTemplateFileClass
Represents a template file that is supposed to be executed before the actual tool execution
|
static CustomParameterClass |
CustomParameterClass.BooleanClass
Represents a boolean parameter
|
static CustomParameterClass |
CustomParameterClass.FileListClass
Represents a file list parameter
|
static CustomParameterClass |
CustomParameterClass.FloatClass
Represents a float parameter
|
static CustomParameterClass |
CustomParameterClass.IntegerClass
Represents an integer parameter
|
static CustomParameterClass |
CustomParameterClass.ListClass
Represents a string list parameter
|
static CustomParameterClass |
CustomParameterClass.RegularFileClass
Represents a file parameter
|
static CustomParameterClass |
CustomParameterClass.StringClass
Represents a string/text parameter
|
static CustomParameterClass |
CustomParameterClass.TemplateFileClass
Represents a the template file of the actual tool execution
|
Modifier and Type | Method and Description |
---|---|
static CustomParameterClass |
CustomParameterClass.getObject(Class<?> aClass,
String typeMask)
Returns the CustomParameterClass instance matching the given type mask
|
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.