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

Packages that use ALDDataIOException
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. 
 

Uses of ALDDataIOException in de.unihalle.informatik.Alida.dataio
 

Methods in de.unihalle.informatik.Alida.dataio that throw ALDDataIOException
 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.
 

Uses of ALDDataIOException in de.unihalle.informatik.Alida.dataio.provider.swing.components
 

Methods in de.unihalle.informatik.Alida.dataio.provider.swing.components that throw ALDDataIOException
 void ALDOperatorParameterPanel.copyConfiguration(ALDOperatorParameterPanel opParameterPanel)
           
 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.
 

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

Subclasses of ALDDataIOException in de.unihalle.informatik.Alida.exceptions
 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–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.