Uses of Class
de.unihalle.informatik.Alida.exceptions.ALDBatchIOProviderException

Packages that use ALDBatchIOProviderException
de.unihalle.informatik.Alida.batch.provider.input.swing Package containing batch input providers for Swing GUIs. 
 

Uses of ALDBatchIOProviderException in de.unihalle.informatik.Alida.batch.provider.input.swing
 

Methods in de.unihalle.informatik.Alida.batch.provider.input.swing that throw ALDBatchIOProviderException
 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)
           
 Iterator<Object> ALDBatchInputIteratorSwing.readData(Field field, Class<?> cl, ALDSwingComponent guiElement)
          Interface method for getting parameter values via a GUI element.
 void ALDBatchInputNativeArray1DSwing.setValue(Field field, Class<?> cl, ALDSwingComponent guiElement, Object value)
           
 void ALDBatchInputIteratorSwing.setValue(Field field, Class<?> cl, ALDSwingComponent guiElement, Object value)
          Interface method for setting new parameter values in GUI.
 void ALDBatchInputNumberSwing.setValue(Field field, Class<?> cl, ALDSwingComponent guiElement, Object value)
           
 



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.