@ALDDataIOProvider public class ALDNativeArray1DDataIOSwing extends Object implements ALDDataIOSwing
| Constructor and Description |
|---|
ALDNativeArray1DDataIOSwing()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ALDSwingComponent |
createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Generic reading of 1D arrays.
|
Collection<Class<?>> |
providedClasses()
Interface method to announce class for which IO is provided for.
|
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.
|
public ALDNativeArray1DDataIOSwing()
public Collection<Class<?>> providedClasses()
providedClasses in interface ALDDataIOpublic ALDSwingComponent createGUIElement(Field field, Class<?> cl, Object obj, ALDParameterDescriptor descr)
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) throws ALDDataIOProviderException
ALDDataIOSwingwriteData in interface ALDDataIOSwingobj - Object to be displayed or saved.descr - Optional descriptor to hand over additional information.ALDDataIOProviderExceptionCopyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.