de.unihalle.informatik.Alida.batch.provider.output.swing
Interface ALDBatchOutputSummarizerSwing
- All Superinterfaces:
- ALDBatchOutputSummarizer
- All Known Implementing Classes:
- ALDSummarizerNativeDataSwing
public interface ALDBatchOutputSummarizerSwing
- extends ALDBatchOutputSummarizer
Interface for Alida's automatic batch result data I/O via GUI based on Swing.
- Author:
- moeller
writeData
javax.swing.JComponent writeData(ALDBatchRunResultInfo obj,
ALDParameterDescriptor desc)
- Generates a graphical component to visualize set of result data.
- Parameters:
obj
- Info object containing set of result data.desc
- Optional descriptor for additional information on parameter.
- Returns:
- Graphical component visualizing the data.