| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.dataio |
Package containing I/O related classes like managers and providers.
|
| de.unihalle.informatik.Alida.dataio.provider.swing.components | |
| de.unihalle.informatik.Alida.exceptions |
Defines Alida exceptions.
|
| 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. |
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.
|
JComponent |
ALDDataIOManagerSwing.writeData(Object obj,
ALDParameterDescriptor descr)
Return a gui element displaying the
obj or null. |
| Modifier and Type | Method and Description |
|---|---|
void |
ALDOperatorParameterPanel.copyConfiguration(ALDOperatorParameterPanel opParameterPanel)
TODO Function should usually not be required...
|
void |
ALDParameterPanel.copyConfiguration(ALDParameterPanel parameterPanel) |
Object |
ALDParametrizedClassConfigWindow.readData(Field field,
Class<?> cl)
Extracts current parametrized class configuration.
|
void |
ALDParametrizedClassConfigWindow.setValue(Object obj)
Update parameter values in GUI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDDataConverterException
Alida exception thrown by data type converters.
|
class |
ALDDataIOManagerException
Alida exception thrown by data IO managers.
|
class |
ALDDataIOProviderException
Alida exception thrown by data IO providers.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.