| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.annotations |
Defines all annotations used within the Alida framework.
|
| de.unihalle.informatik.Alida.dataio.provider.swing |
Package containing data I/O providers for GUIs based on Java Swing.
|
| de.unihalle.informatik.Alida.dataio.provider.swing.components | |
| de.unihalle.informatik.Alida.grappa |
Contains all resources for the graphical programming editor Grappa.
|
| de.unihalle.informatik.Alida.gui |
Package containing GUI components for interactive operator selection/control.
|
| de.unihalle.informatik.Alida.operator |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
| de.unihalle.informatik.Alida.workflows |
Classes related to workflows in Alida.
|
| Modifier and Type | Method and Description |
|---|---|
static Parameter.ExpertMode |
Parameter.ExpertMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.ExpertMode[] |
Parameter.ExpertMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Parameter.ExpertMode |
ALDOperatorDataIOSwing.OperatorConfigWindow.displayMode
Mode for displaying parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDParameterPanel.changeViewMode(Parameter.ExpertMode mode)
Changes the view mode.
|
void |
ALDOperatorParameterPanel.changeViewMode(Parameter.ExpertMode mode)
Switches view mode of the panel.
|
| Constructor and Description |
|---|
ALDOperatorParameterPanel(ALDOperator op,
Parameter.ExpertMode mode,
boolean topLevel,
ALDSwingValueChangeListener listener)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDGrappaWorkbenchTab.setWorkflowNodeViewMode(com.mxgraph.model.mxCell cell,
Parameter.ExpertMode mode)
Switches the mode for displaying parameters of a node.
|
| Modifier and Type | Field and Description |
|---|---|
protected Parameter.ExpertMode |
ALDOperatorConfigurationFrame.displayMode
Mode for displaying parameters.
|
| Modifier and Type | Field and Description |
|---|---|
protected Parameter.ExpertMode |
ALDParameterDescriptor.handlingMode |
| Modifier and Type | Method and Description |
|---|---|
Parameter.ExpertMode |
ALDParameterDescriptor.getHandlingMode()
Returns mode of parameter handling.
|
| Constructor and Description |
|---|
ALDOpParameterDescriptor(String name,
Parameter.Direction direction,
Boolean supplemental,
Class<?> cl,
String explanation,
String label,
boolean required,
Object defaultValue,
Field field,
int guiOrder,
Parameter.ExpertMode mode)
Construct a descriptor
|
ALDParameterDescriptor(String name,
Class<?> cl,
String explanation,
String label,
boolean required,
Object defaultValue,
Field field,
int guiOrder,
Parameter.ExpertMode mode)
Constructor.
|
| Constructor and Description |
|---|
ALDWorkflowParameterDescriptor(String name,
Parameter.Direction direction,
Boolean supplemental,
Class<?> cl,
String explanation,
String label,
boolean required,
Object defaultValue,
Field field,
int guiOrder,
Parameter.ExpertMode mode) |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.