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

Packages that use ALDBatchIOException
de.unihalle.informatik.Alida.batch Package containing classes for batch mode. 
de.unihalle.informatik.Alida.exceptions Defines Alida exceptions. 
de.unihalle.informatik.Alida.gui Package containing GUI components for interactive operator selection/control. 
 

Uses of ALDBatchIOException in de.unihalle.informatik.Alida.batch
 

Methods in de.unihalle.informatik.Alida.batch that throw ALDBatchIOException
 ALDSwingComponent ALDBatchInputManagerSwing.createGUIElement(Field field, Class<?> cl, Object obj, ALDParameterDescriptor descr)
          Create a gui element which may be used to request the user to input data.
 Iterator<Object> ALDBatchInputManagerSwing.readData(Field field, Class<?> cl, ALDSwingComponent guiElement)
          Reads data of given class from a specified source.
 JComponent ALDBatchOutputManagerSwing.writeData(ALDBatchRunResultInfo obj, ALDParameterDescriptor descr)
          Interface method for displaying a batch summary in the GUI.
 

Uses of ALDBatchIOException in de.unihalle.informatik.Alida.exceptions
 

Subclasses of ALDBatchIOException in de.unihalle.informatik.Alida.exceptions
 class ALDBatchIOManagerException
          Alida exception thrown by batch I/O managers.
 class ALDBatchIOProviderException
          Alida exception thrown by batch data IO providers.
 

Uses of ALDBatchIOException in de.unihalle.informatik.Alida.gui
 

Methods in de.unihalle.informatik.Alida.gui that throw ALDBatchIOException
 Iterator<Object> ALDOperatorControlFrame.getInputParamIterator(String param)
          Returns an iterator for a specific input parameter in batch mode.
 void ALDOperatorGUIExecutionProxy.runWorkflowInBatchMode()
           
 



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