public class ALDBatchOutputManagerSwing extends ALDBatchOutputManager
For data summary, it essentially looks up the correct provider for GUI-based summaries using the method of its super class and invokes its method.
It does its work in collaboration with
ALDBatchOutputSummarizer.
| Modifier and Type | Class and Description |
|---|---|
static class |
ALDBatchOutputManagerSwing.ProviderInteractionLevel
Levels to enable/disable interactive provider behaviour.
|
debug, mapTable| Modifier and Type | Method and Description |
|---|---|
static ALDBatchOutputManagerSwing |
getInstance()
Return the single instance of this class
|
ALDBatchOutputManagerSwing.ProviderInteractionLevel |
getProviderInteractionLevel()
Returns the current level of provider interaction.
|
boolean |
isTriggerValueChangeEvents()
Returns value of event trigger flag.
|
void |
setProviderInteractionLevel(ALDBatchOutputManagerSwing.ProviderInteractionLevel level)
Set the level of provider interaction which is allowed.
|
void |
setTriggerValueChangeEvents(boolean b)
Set the value change event trigger flag.
|
JComponent |
writeData(ALDBatchRunResultInfo obj,
ALDParameterDescriptor descr)
Interface method for displaying a batch summary in the GUI.
|
getProvider, initMapTable, providerAvailablepublic static ALDBatchOutputManagerSwing getInstance()
public ALDBatchOutputManagerSwing.ProviderInteractionLevel getProviderInteractionLevel()
public void setProviderInteractionLevel(ALDBatchOutputManagerSwing.ProviderInteractionLevel level)
level - New level of interaction providers have to obey.public boolean isTriggerValueChangeEvents()
public void setTriggerValueChangeEvents(boolean b)
b - New value of the event trigger flag.public JComponent writeData(ALDBatchRunResultInfo obj, ALDParameterDescriptor descr) throws ALDBatchIOException
obj - Object to be displayed or saved.ALDDataIOManagerExceptionALDBatchIOExceptionCopyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.