| 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.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.grappa |
Contains all resources for the graphical programming editor Grappa.
|
| de.unihalle.informatik.Alida.gui |
Package containing GUI components for interactive operator selection/control.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Object> |
ALDBatchInputManagerSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement)
Reads data of given class from a specified source.
|
| 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 |
|---|---|
Iterator<Object> |
ALDBatchInputNativeArray1DSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
Iterator<Object> |
ALDBatchInputIteratorSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement)
Interface method for getting parameter values via a GUI element.
|
Iterator<Object> |
ALDBatchInputNumberSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
void |
ALDBatchInputNativeArray1DSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
void |
ALDBatchInputIteratorSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value)
Interface method for setting new parameter values in GUI.
|
void |
ALDBatchInputNumberSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ALDDataIOManagerSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement)
Reads data of given class from a specified source.
|
void |
ALDDataIOManagerSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value)
Update the value of a parameter in the GUI component.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ALDDataIOSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement)
Interface method for getting parameter values via a GUI element.
|
void |
ALDDataIOSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value)
Interface method for setting new parameter values in GUI.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
ALDFileDirectoryDataIOSwing.FileDirectoryDataIOPanel
GUI panel for IO of file and directory names.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ALDNativeArray2DDataIOSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
Object |
ALDParametrizedClassDataIOSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
Object |
ALDOperatorDataIOSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
Object |
ALDNativeArray1DDataIOSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
Object |
ALDNativeDataIOSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
Object |
ALDCollectionDataIOSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
Object |
ALDEnumDataIOSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
Object |
ALDFileDirectoryDataIOSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement) |
void |
ALDNativeArray2DDataIOSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
void |
ALDParametrizedClassDataIOSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
void |
ALDOperatorDataIOSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
void |
ALDNativeArray1DDataIOSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
void |
ALDNativeDataIOSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
void |
ALDCollectionDataIOSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
void |
ALDEnumDataIOSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
void |
ALDFileDirectoryDataIOSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ALDSwingComponentCheckBox
Alida-specific Swing component linked to a
JCheckBox. |
class |
ALDSwingComponentComboBox
Alida-specific Swing component linked to a
JComboBox. |
class |
ALDSwingComponentLabel
Alida-specific Swing component linked to a
JLabel. |
class |
ALDSwingComponentTextField
Alida-specific Swing component linked to a
JTextField. |
| Modifier and Type | Class and Description |
|---|---|
class |
ALDGrappaLinkDataIOSwing
Graphical component to represent Grappa links in Alida config windows.
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,ALDSwingComponent> |
ALDOperatorControlFrame.inputProviderComps
Components in GUI linked to the different input batch parameters.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.