|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDParameterDescriptor | |
---|---|
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. |
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.batch |
---|
Methods in de.unihalle.informatik.Alida.batch with parameters of type ALDParameterDescriptor | |
---|---|
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. |
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.batch.provider.input.swing |
---|
Methods in de.unihalle.informatik.Alida.batch.provider.input.swing with parameters of type ALDParameterDescriptor | |
---|---|
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)
|
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.batch.provider.output.swing |
---|
Methods in de.unihalle.informatik.Alida.batch.provider.output.swing with parameters of type ALDParameterDescriptor | |
---|---|
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)
|
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.dataio |
---|
Methods in de.unihalle.informatik.Alida.dataio with parameters of type ALDParameterDescriptor | |
---|---|
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. |
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.dataio.provider |
---|
Methods in de.unihalle.informatik.Alida.dataio.provider with parameters of type ALDParameterDescriptor | |
---|---|
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. |
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.dataio.provider.swing |
---|
Methods in de.unihalle.informatik.Alida.dataio.provider.swing with parameters of type ALDParameterDescriptor | |
---|---|
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)
|
Constructors in de.unihalle.informatik.Alida.dataio.provider.swing with parameters of type ALDParameterDescriptor | |
---|---|
ALDOperatorDataIOSwing.OperatorConfigWindow(ALDOperator ops,
Class<?> cl,
ALDParameterDescriptor descr,
boolean editable)
Default constructor. |
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.dataio.provider.swing.components |
---|
Methods in de.unihalle.informatik.Alida.dataio.provider.swing.components that return types with arguments of type ALDParameterDescriptor | |
---|---|
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. |
Methods in de.unihalle.informatik.Alida.dataio.provider.swing.components with parameters of type ALDParameterDescriptor | |
---|---|
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 parameters in de.unihalle.informatik.Alida.dataio.provider.swing.components with type arguments of type ALDParameterDescriptor | |
---|---|
ALDParameterPanel(LinkedList<? extends ALDParameterDescriptor> paramDescrips,
String title,
boolean topCall)
Default constructor. |
|
ALDParameterPanel(LinkedList<? extends ALDParameterDescriptor> paramDescrips,
String title,
boolean topLevel,
boolean noEdit)
Constructor. |
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.gui |
---|
Methods in de.unihalle.informatik.Alida.gui with parameters of type ALDParameterDescriptor | |
---|---|
protected void |
ALDOperatorControlFrame.addBatchInputParameter(ALDParameterDescriptor d,
ButtonGroup inButtonSet,
JComponent[][] boxArray,
int index)
|
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.operator |
---|
Subclasses of ALDParameterDescriptor in de.unihalle.informatik.Alida.operator | |
---|---|
class |
ALDOpParameterDescriptor
This class describes the parameters of an operator. |
Methods in de.unihalle.informatik.Alida.operator that return ALDParameterDescriptor | |
---|---|
ALDParameterDescriptor |
ALDParameterDescriptor.clone()
Clones an instance. |
Uses of ALDParameterDescriptor in de.unihalle.informatik.Alida.workflows |
---|
Subclasses of ALDParameterDescriptor in de.unihalle.informatik.Alida.workflows | |
---|---|
class |
ALDWorkflowParameterDescriptor
Extends the class ALDOpParameterDescriptor to hold the value
of a parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |