| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.batch |
Package containing classes for batch mode.
|
| de.unihalle.informatik.Alida.batch.provider.input.swing |
Package containing batch input providers for Swing GUIs.
|
| de.unihalle.informatik.Alida.batch.provider.output.swing |
Package containing batch output providers for Swing GUIs.
|
| de.unihalle.informatik.Alida.dataio |
Package containing I/O related classes like managers and providers.
|
| de.unihalle.informatik.Alida.dataio.provider |
Package containing data I/O providers and helpers.
|
| 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.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 |
|---|---|
ALDSwingComponent |
ALDBatchInputManagerSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Create a gui element which may be used to request the user to input data.
|
JComponent |
ALDBatchOutputManagerSwing.writeData(ALDBatchRunResultInfo obj,
ALDParameterDescriptor descr)
Interface method for displaying a batch summary in the GUI.
|
| Modifier and Type | Method and Description |
|---|---|
ALDSwingComponent |
ALDBatchInputNativeArray1DSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr) |
ALDSwingComponent |
ALDBatchInputIteratorSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Interface method to create a GUI element for batch data input.
|
ALDSwingComponent |
ALDBatchInputNumberSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr) |
| Modifier and Type | Method and Description |
|---|---|
JComponent |
ALDBatchOutputSummarizerSwing.writeData(ALDBatchRunResultInfo obj,
ALDParameterDescriptor desc)
Generates a graphical component to visualize set of result data.
|
JComponent |
ALDSummarizerNativeDataSwing.writeData(ALDBatchRunResultInfo batchInfo,
ALDParameterDescriptor descr) |
JComponent |
ALDSummarizerNativeArray1DSwing.writeData(ALDBatchRunResultInfo batchInfo,
ALDParameterDescriptor descr) |
| Modifier and Type | Method and Description |
|---|---|
ALDSwingComponent |
ALDDataIOManagerSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Create a gui element which may be used to request the user to
input data of class
cl. |
JComponent |
ALDDataIOManagerSwing.writeData(Object obj,
ALDParameterDescriptor descr)
Return a gui element displaying the
obj or null. |
| Modifier and Type | Method and Description |
|---|---|
ALDSwingComponent |
ALDDataIOSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Interface method to create a GUI element for data input.
|
JComponent |
ALDDataIOSwing.writeData(Object obj,
ALDParameterDescriptor d)
Interface method for displaying an object in the GUI.
|
| Modifier and Type | Method and Description |
|---|---|
de.unihalle.informatik.Alida.dataio.provider.swing.ALDNativeArray2DDataIOSwing.ArrayConfigButton |
ALDNativeArray2DDataIOSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Generic reading of 2D arrays.
|
de.unihalle.informatik.Alida.dataio.provider.swing.ALDParametrizedClassDataIOSwing.ParametrizedClassPanel |
ALDParametrizedClassDataIOSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr) |
ALDSwingComponent |
ALDOperatorDataIOSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr) |
ALDSwingComponent |
ALDNativeArray1DDataIOSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Generic reading of 1D arrays.
|
ALDSwingComponent |
ALDNativeDataIOSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr) |
ALDSwingComponent |
ALDCollectionDataIOSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Generic reading of collections.
|
ALDSwingComponent |
ALDEnumDataIOSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Generate GUI element for generic reading of enumeration types.
|
ALDSwingComponent |
ALDFileDirectoryDataIOSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr) |
JComponent |
ALDNativeArray2DDataIOSwing.writeData(Object obj,
ALDParameterDescriptor descr) |
JComponent |
ALDParametrizedClassDataIOSwing.writeData(Object obj,
ALDParameterDescriptor descr) |
JComponent |
ALDOperatorDataIOSwing.writeData(Object obj,
ALDParameterDescriptor descr) |
JComponent |
ALDNativeArray1DDataIOSwing.writeData(Object obj,
ALDParameterDescriptor descr) |
JComponent |
ALDNativeDataIOSwing.writeData(Object obj,
ALDParameterDescriptor descr) |
JComponent |
ALDCollectionDataIOSwing.writeData(Object obj,
ALDParameterDescriptor descr) |
JComponent |
ALDEnumDataIOSwing.writeData(Object obj,
ALDParameterDescriptor descr) |
JComponent |
ALDFileDirectoryDataIOSwing.writeData(Object obj,
ALDParameterDescriptor descr) |
| Constructor and Description |
|---|
OperatorConfigWindow(ALDOperator ops,
Class<?> cl,
ALDParameterDescriptor descr,
boolean editable)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<ALDParameterDescriptor,String> |
ALDOperatorParameterPanel.validateOperatorParameters(boolean deepValidate)
Check if operator is ready to run.
|
HashMap<ALDParameterDescriptor,String> |
ALDParameterPanel.validateParameters()
Check if all GUI elements can deliver a proper (non-null) value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDParameterPanel.changePanel(ALDParameterDescriptor descr,
Object value)
Deprecated.
|
void |
ALDParameterPanel.markParameter(ALDParameterDescriptor descr)
Sets label color of parameter to red (e.g. if validation failed).
|
void |
ALDParameterPanel.markParameterProbablyConf(ALDParameterDescriptor descr) |
Object |
ALDParameterPanel.readParameter(ALDParameterDescriptor descr)
Get value of given parameter from the GUI element.
|
void |
ALDParameterPanel.setParameter(ALDParameterDescriptor descr,
Object value)
Set value of given parameter, i.e. pass the value to GUI component.
|
boolean |
ALDParameterPanel.setParamExternallyConfigured(ALDParameterDescriptor desc,
String val) |
boolean |
ALDParameterPanel.setParamNotExternallyConfigured(ALDParameterDescriptor desc) |
void |
ALDParameterPanel.unmarkParameter(ALDParameterDescriptor descr)
Sets label color of parameter to black or of link to blue (e.g. if
validation successful).
|
| Constructor and Description |
|---|
ALDParameterPanel(LinkedList<? extends ALDParameterDescriptor> paramDescrips,
String title,
boolean topCall)
Default constructor.
|
ALDParameterPanel(LinkedList<? extends ALDParameterDescriptor> paramDescrips,
String title,
boolean topLevel,
boolean noEdit)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDOperatorControlFrame.addBatchInputParameter(ALDParameterDescriptor d,
ButtonGroup inButtonSet,
JComponent[][] boxArray,
int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
ALDOpParameterDescriptor
This class describes the parameters of an operator.
|
| Modifier and Type | Method and Description |
|---|---|
ALDParameterDescriptor |
ALDParameterDescriptor.clone()
Clones an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDWorkflowParameterDescriptor
Extends the class
ALDOpParameterDescriptor to hold the value
of a parameter. |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.