@ALDDataIOProvider public class ALDOperatorDataIOSwing extends Object implements ALDDataIOSwing
This class provides GUI elements and functionality for configuring operators in GUI. Note that the class has to operation modes:
ALDOperatorControlFrame:If you do any changes to this class, please make sure that the panel is always properly built, independent of how the class object in constructed!
| Modifier and Type | Class and Description |
|---|---|
protected class |
ALDOperatorDataIOSwing.OperatorConfigWindow
Configuration window for operator.
|
| Modifier and Type | Field and Description |
|---|---|
protected ALDOperator |
op
The operator of this frame, may be abstract!
|
protected LinkedList<ALDOpParameterDescriptor> |
opParamDescrips
List of all parameter descriptors associated with operator.
|
protected boolean |
topLevelCall
Local flag to indicate if object is created on OpRunner top level or not;
flag modules if deep validation is done or not.
|
| Constructor and Description |
|---|
ALDOperatorDataIOSwing()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ALDSwingComponent |
createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Interface method to create a GUI element for data input.
|
Collection<Class<?>> |
providedClasses()
Interface method to announce all classes handled by this provider.
|
Object |
readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement)
Interface method for getting parameter values via a GUI element.
|
void |
setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value)
Interface method for setting new parameter values in GUI.
|
JComponent |
writeData(Object obj,
ALDParameterDescriptor descr)
Interface method for displaying an object in the GUI.
|
protected boolean topLevelCall
protected ALDOperator op
protected LinkedList<ALDOpParameterDescriptor> opParamDescrips
public ALDSwingComponent createGUIElement(Field field, Class<?> cl, Object obj, ALDParameterDescriptor descr)
ALDDataIOSwing
Optionally an object may be supplied which is assumed to be of
type cl and used as default.
createGUIElement in interface ALDDataIOSwingcl - Class of object to be returned.obj - The value of this object to be set as inital value.descr - Optional descriptor to hand over additional information.public void setValue(Field field, Class<?> cl, ALDSwingComponent guiElement, Object value) throws ALDDataIOProviderException
ALDDataIOSwingsetValue in interface ALDDataIOSwingfield - Field of parameter object to be handled.cl - Class of parameter object to be handled.guiElement - Corresponding GUI element.value - New value of the parameter.ALDDataIOProviderExceptionpublic Object readData(Field field, Class<?> cl, ALDSwingComponent guiElement) throws ALDDataIOProviderException
ALDDataIOSwingreadData in interface ALDDataIOSwingfield - Field associated with object to be returned.cl - Class of object to be returned.guiElement - Component from where to read data.null.ALDDataIOProviderExceptionpublic JComponent writeData(Object obj, ALDParameterDescriptor descr)
ALDDataIOSwingwriteData in interface ALDDataIOSwingobj - Object to be displayed or saved.descr - Optional descriptor to hand over additional information.public Collection<Class<?>> providedClasses()
ALDDataIOprovidedClasses in interface ALDDataIOCopyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.