Serialized Form


Package de.unihalle.informatik.Alida.dataio.provider.swing.components

Class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponentComboBox.ComboBoxTooltipRenderer extends javax.swing.plaf.basic.BasicComboBoxRenderer implements Serializable

Serialized Fields

items

java.util.Vector<E> items
List of items represented by combobox.

Class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDTableWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

dataTab

javax.swing.JTable dataTab
Data table (swing tables are nicer than imageJ tables).


dataTabModel

javax.swing.table.DefaultTableModel dataTabModel
Reference object to the data.


lastDir

java.io.File lastDir
For convenience: always open last directory for saving.


saveHeaders

boolean saveHeaders
Flag to indicate if headers should be saved to file.


optionsWindow

ALDTableWindow.TableConfigWindow optionsWindow
Window for configuration of table options.

Class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDTableWindow.TableConfigWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

delimiter

ALDTableWindow.TableModelDelimiter delimiter
Delimiter to be used for table export to file.


delimButtonTab

javax.swing.JRadioButton delimButtonTab
Button for selecting tabs as delimiters.


delimButtonSpace

javax.swing.JRadioButton delimButtonSpace
Button for selecting spaces as delimiters.


Package de.unihalle.informatik.Alida.dataio.provider.swing.events

Class de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeEvent extends ALDEvent implements Serializable


Package de.unihalle.informatik.Alida.exceptions

Class de.unihalle.informatik.Alida.exceptions.ALDBatchIOException extends ALDException implements Serializable

Class de.unihalle.informatik.Alida.exceptions.ALDBatchIOManagerException extends ALDBatchIOException implements Serializable

Serialized Fields

type

ALDBatchIOManagerException.ALDBatchIOManagerExceptionType type
Type of exception.

Class de.unihalle.informatik.Alida.exceptions.ALDBatchIOProviderException extends ALDBatchIOException implements Serializable

Serialized Fields

type

ALDBatchIOProviderException.ALDBatchIOProviderExceptionType type
Type of exception.

Class de.unihalle.informatik.Alida.exceptions.ALDDataConverterException extends ALDDataIOException implements Serializable

Serialized Fields

type

ALDDataConverterException.ALDDataIOProviderExceptionType type
Type of exception.

Class de.unihalle.informatik.Alida.exceptions.ALDDataConverterManagerException extends ALDProviderManagerException implements Serializable

Class de.unihalle.informatik.Alida.exceptions.ALDDataIOException extends ALDException implements Serializable

Class de.unihalle.informatik.Alida.exceptions.ALDDataIOManagerException extends ALDDataIOException implements Serializable

Serialized Fields

type

ALDDataIOManagerException.ALDDataIOManagerExceptionType type
Type of exception.

Class de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException extends ALDDataIOException implements Serializable

Serialized Fields

type

ALDDataIOProviderException.ALDDataIOProviderExceptionType type
Type of exception.

Class de.unihalle.informatik.Alida.exceptions.ALDException extends java.lang.Exception implements Serializable

Serialized Fields

comment

java.lang.String comment
Exception comment.

Class de.unihalle.informatik.Alida.exceptions.ALDOperatorException extends ALDException implements Serializable

Serialized Fields

type

ALDOperatorException.OperatorExceptionType type
Type of exception object.

Class de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException extends ALDException implements Serializable

Serialized Fields

type

ALDProcessingDAGException.DAGExceptionType type
Type of exception object.

Class de.unihalle.informatik.Alida.exceptions.ALDProviderManagerException extends ALDException implements Serializable

Serialized Fields

type

ALDProviderManagerException.ALDProviderManagerExceptionType type
Type of exception.

Class de.unihalle.informatik.Alida.exceptions.ALDWorkflowException extends ALDException implements Serializable

Serialized Fields

type

ALDWorkflowException.WorkflowExceptionType type
Type of exception object.


Package de.unihalle.informatik.Alida.grappa

Class de.unihalle.informatik.Alida.grappa.ALDGrappaFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

opTree

ALDOperatorChooserTree opTree
Tree of available operators.


opTreePane

javax.swing.JScrollPane opTreePane
Scroll pane displaying the operator tree.


lastSelectedLocation

ALDOperatorLocation lastSelectedLocation
Stores the recently selected path in the chooser tree.


workBench

ALDGrappaWorkbench workBench
Component which holds the graph.


grappaMenu

ALDGrappaMenuBar grappaMenu
Menubar.


filterField

javax.swing.JTextField filterField
Text field to enter filter to select operators

Class de.unihalle.informatik.Alida.grappa.ALDGrappaLinkDataIOSwing.GrappaLinkTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

dataIOObj

ALDGrappaLinkDataIOSwing dataIOObj

Class de.unihalle.informatik.Alida.grappa.ALDGrappaMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

grappaMainWin

ALDGrappaFrame grappaMainWin
Reference to main window of grappa.


opTree

ALDOperatorChooserTree opTree
Reference to the operator chooser tree of window this menubar belongs to.


workBench

ALDGrappaWorkbench workBench
Reference to the workbench of window this menubar belongs to.


aboutIcon

javax.swing.ImageIcon aboutIcon
Icon to be shown in about box.

Class de.unihalle.informatik.Alida.grappa.ALDGrappaNodeInfo extends java.lang.Object implements Serializable

Serialized Fields

nodeName

java.lang.String nodeName
Name of the node, i.e. name of corresponding operator.


refID

java.lang.Integer refID
Reference ID in workflow, required for loading from file.

Class de.unihalle.informatik.Alida.grappa.ALDGrappaNodePortInfo extends java.lang.Object implements Serializable

Serialized Fields

node

com.mxgraph.model.mxCell node
Node to which the port is attached.


portLabel

java.lang.String portLabel
Label of the associated operator parameter.


portName

java.lang.String portName
Variable name of the associated operator parameter.


portExplanation

java.lang.String portExplanation
Explanation of the parameter.


portClassName

java.lang.String portClassName
(Simple) class name of the parameter datatype.


portDirection

Parameter.Direction portDirection
Direction of the port.

Class de.unihalle.informatik.Alida.grappa.ALDGrappaWorkbench extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

mainFrame

ALDGrappaFrame mainFrame

renameWin

javax.swing.JFrame renameWin

renameTextField

javax.swing.JTextField renameTextField

lastLoadFilePath

java.io.File lastLoadFilePath

lastSaveFilePath

java.io.File lastSaveFilePath

workflows

java.util.LinkedList<E> workflows
List of workflows currently managed.

Class de.unihalle.informatik.Alida.grappa.ALDGrappaWorkbenchTab extends com.mxgraph.swing.mxGraphComponent implements Serializable

Serialized Fields

workBench

ALDGrappaWorkbench workBench
Reference to the surrounding work bench object.


alidaWorkflow

ALDWorkflow alidaWorkflow
Reference to the underlying Alida workflow object.


graphNodeIDs

java.util.HashMap<K,V> graphNodeIDs
Map of node cells and their corresponding Alida workflow IDs.


graphNodes

java.util.HashMap<K,V> graphNodes
Map of Alida workflow IDs and their corresponding node cells.


graphEdgeIDs

java.util.HashMap<K,V> graphEdgeIDs
Map of edge cells and their corresponding Alida workflow IDs.


graphEdges

java.util.HashMap<K,V> graphEdges
Map of Alida workflow IDs and their corresponding edge cells.


configWindows

java.util.HashMap<K,V> configWindows
Map of node cells and their corresponding configuration windows.


workflowTitle

java.lang.String workflowTitle
Title of this workflow as shown on the tab.


actionsOnWorkflow

java.util.HashMap<K,V> actionsOnWorkflow
List of actions performed on the Alida workflow object.


interruptWin

javax.swing.JFrame interruptWin
Message window shown while workflow execution is aborted.


debug

boolean debug
for debug message to stdout

Class de.unihalle.informatik.Alida.grappa.ALDGrappaWorkbenchTab.ContextMenuGraph extends javax.swing.JPopupMenu implements Serializable

Class de.unihalle.informatik.Alida.grappa.ALDGrappaWorkbenchTab.ContextMenuNodeEdge extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

cell

com.mxgraph.model.mxCell cell

Package de.unihalle.informatik.Alida.gui

Class de.unihalle.informatik.Alida.gui.ALDBatchOperatorResultFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

debug

boolean debug
Local debug flag.

Class de.unihalle.informatik.Alida.gui.ALDChooseOpNameFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

debug

boolean debug
Debug flag (not accessible from outside).


opLocation

ALDOperatorLocation opLocation
Location of recently selected operator.


opTree

ALDOperatorChooserTree opTree
JComponent containing both trees of available operators.


mainPanel

javax.swing.JRootPane mainPanel
Main panel of chooser window.


opNameJText

javax.swing.JLabel opNameJText
Label to display selected operator.


filterField

javax.swing.JTextField filterField
Text field to enter filter to select operators


opTreePane

javax.swing.JScrollPane opTreePane
Scroll pane displaying the operator tree.


aboutIcon

javax.swing.ImageIcon aboutIcon
Icon to be shown in about box.


titleString

java.lang.String titleString
Title of frame.


guiProxys

java.util.LinkedList<E> guiProxys
List of active GUI managers.

Class de.unihalle.informatik.Alida.gui.ALDOperatorChooserTree extends javax.swing.JTree implements Serializable

Serialized Fields

level

ALDAOperator.Level level
Mode of usage.

In application mode only operators annotated as applications are available, otherwise all annotated operators are displayed.


favoriteOperators

java.util.Vector<E> favoriteOperators
List of favorite operators to be unfolded at startup.


standardTreeModel

javax.swing.tree.DefaultTreeModel standardTreeModel
Tree of available operators for standard level.


applicationTreeModel

javax.swing.tree.DefaultTreeModel applicationTreeModel
Tree of available operators for standard level.


standardLocations

java.util.Collection<E> standardLocations

applicationLocations

java.util.Collection<E> applicationLocations

opNameFilter

java.lang.String opNameFilter
if non null regular expression select operators

Class de.unihalle.informatik.Alida.gui.ALDOperatorChooserTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

location

ALDOperatorLocation location
The location object for this node. Is null for inner nodes, i.e. nodes which are not operators

Class de.unihalle.informatik.Alida.gui.ALDOperatorConfigurationFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

debug

boolean debug
Local flag for debug output.


op

ALDOperator op
The operator associated with this frame.


inputPanel

javax.swing.JPanel inputPanel
The top level panel of this frame.


titleString

java.lang.String titleString
Title string of window.


displayMode

Parameter.ExpertMode displayMode
Mode for displaying parameters.

In standard mode only parameters annotated as standard are shown, in advanced mode all parameters annotated are displayed.


lastDirectory

java.lang.String lastDirectory
Last directory visited, initially it's user's home.


lastFile

java.io.File lastFile
Last selected file.


pLevel

ALDDataIOManagerSwing.ProviderInteractionLevel pLevel
Level of interaction providers are allowed to perform.


operatorParameterPanel

ALDOperatorParameterPanel operatorParameterPanel
Panel where operator parameters are embedded.


status

javax.swing.JLabel status
Label of status bar, changes dynamically.


okOption

java.lang.Object[] okOption
Ok label to be used on button of Ok message boxes.


yesnoOption

java.lang.Object[] yesnoOption
Labels to be used on buttons of Yes/No message boxes.


listenerList

javax.swing.event.EventListenerList listenerList
List of registered event listeners.


radioItemStandard

javax.swing.JRadioButtonMenuItem radioItemStandard
Radio button for selecting standard configuration mode.


radioItemAdvanced

javax.swing.JRadioButtonMenuItem radioItemAdvanced
Radio button for selecting advanced configuration mode.


tabPane

javax.swing.JTabbedPane tabPane

Class de.unihalle.informatik.Alida.gui.ALDOperatorControlFrame extends ALDOperatorConfigurationFrame implements Serializable

Serialized Fields

debug

boolean debug
Local flag for debug output.


execProxy

ALDOperatorGUIExecutionProxy execProxy
Reference to the surrounding workflow manager.


resultDisplayButton

javax.swing.JButton resultDisplayButton
Result display button.


runButton

javax.swing.JButton runButton
Run button.


pauseButton

javax.swing.JButton pauseButton
Pause button, changes its label.


stopButton

javax.swing.JButton stopButton
Stop button to stop snake optimization (after end of iteration).


stepButton

javax.swing.JButton stepButton
Button for stepping through optimization process.


stepThroughBox

javax.swing.JCheckBox stepThroughBox
Box for activating step-through mode.


stepThroughStepSize

javax.swing.JTextField stepThroughStepSize
Field for specifying number of iterations per step-through step.


batchConfigPanel

javax.swing.JPanel batchConfigPanel
Configuration panel for batch mode.


activateBatchMode

javax.swing.JCheckBox activateBatchMode
Checkbox for enabling/disabling batch mode.


inputCheckBoxes

java.util.Vector<E> inputCheckBoxes
Set of checkboxes to select input parameters in batch mode.


inputProviderComps

java.util.HashMap<K,V> inputProviderComps
Components in GUI linked to the different input batch parameters.


outputCheckBoxes

java.util.Vector<E> outputCheckBoxes
Set of checkboxed to select parameters to summarize in batch mode.

Class de.unihalle.informatik.Alida.gui.ALDOperatorResultFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

debug

boolean debug
Local debug flag.


componentMap

java.util.HashMap<K,V> componentMap
Map of compenents displayed in frame.


op

ALDOperator op
Associated operator.


Package de.unihalle.informatik.Alida.helpers

Class de.unihalle.informatik.Alida.helpers.ALDConcReadWeakHashMap.BarrierLock extends java.lang.Object implements Serializable


Package de.unihalle.informatik.Alida.operator.events

Class de.unihalle.informatik.Alida.operator.events.ALDConfigurationEvent extends ALDEvent implements Serializable

Serialized Fields

stepwiseExecution

boolean stepwiseExecution
Flag for stepwise execution.


stepsize

int stepsize
Size of one step in step-wise execution mode.

Class de.unihalle.informatik.Alida.operator.events.ALDControlEvent extends ALDEvent implements Serializable

Serialized Fields

eType

ALDControlEvent.ALDControlEventType eType
Type of the event.

Class de.unihalle.informatik.Alida.operator.events.ALDEvent extends java.util.EventObject implements Serializable

Serialized Fields

eventMessage

java.lang.String eventMessage
Message string, freely configurable.

Class de.unihalle.informatik.Alida.operator.events.ALDOpParameterChangeEvent extends ALDEvent implements Serializable

Serialized Fields

stepwiseExecution

boolean stepwiseExecution
Flag for stepwise execution.


stepsize

int stepsize
Size of one step in step-wise execution mode.


Package de.unihalle.informatik.Alida.workflows.events

Class de.unihalle.informatik.Alida.workflows.events.ALDWorkflowClassEvent extends ALDEvent implements Serializable

Serialized Fields

eType

ALDWorkflowClassEvent.ALDWorkflowClassEventType eType
Type of the event.


info

java.lang.Object info
ID of work flow object

Class de.unihalle.informatik.Alida.workflows.events.ALDWorkflowEvent extends ALDEvent implements Serializable

Serialized Fields

eType

ALDWorkflowEvent.ALDWorkflowEventType eType
Type of the event.


info

java.lang.Object info
ID of work flow object


timeStamp

java.lang.Integer timeStamp
This is not a real time stamp rather an integer incremented each time a new event is instantiate with the only exception of using new ALDWorkflowEvent( event)