@ALDDataIOProvider public class ALDCollectionDataIOSwing extends ALDDataIOSwingInitialGUIValueDefaultHandler
| Modifier and Type | Class and Description |
|---|---|
private class |
ALDCollectionDataIOSwing.CollectionConfigButton
GUI element for configuring collections.
|
private class |
ALDCollectionDataIOSwing.CollectionConfigWindow
Collection configuration window.
|
private class |
ALDCollectionDataIOSwing.CollectionShowButton
GUI element for displaying collections.
|
| Constructor and Description |
|---|
ALDCollectionDataIOSwing() |
| Modifier and Type | Method and Description |
|---|---|
ALDSwingComponent |
createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Generic reading of collections.
|
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.
|
getInitialGUIValuepublic Collection<Class<?>> providedClasses()
public ALDSwingComponent createGUIElement(Field field, Class<?> cl, Object obj, ALDParameterDescriptor descr)
field - Field of the parameter the GUI element is linked to.cl - Class of object to be returned.obj - The value of this object to be set as inital value.descr - Optional descriptor to provide additional information.public void setValue(Field field, Class<?> cl, ALDSwingComponent guiElement, Object value) throws ALDDataIOProviderException
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.ALDDataIOProviderException - Thrown in case of failure.public Object readData(Field field, Class<?> cl, ALDSwingComponent guiElement) throws ALDDataIOProviderException
ALDDataIOSwingfield - Field associated with object to be returned.cl - Class of object to be returned.guiElement - Component from where to read data.null.ALDDataIOProviderException - Thrown in case of failure.public JComponent writeData(Object obj, ALDParameterDescriptor descr) throws ALDDataIOProviderException
ALDDataIOSwingobj - Object to be displayed or saved.descr - Optional descriptor to hand over additional information.ALDDataIOProviderException - Thrown in case of failure.Copyright © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.