@Deprecated public abstract class CellCounterDetectOperatorConfigWin extends de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent implements ActionListener, de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeListener
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | debugDeprecated.  Local flag for debug output. | 
| protected HashMap<String,de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent> | guiElementsDeprecated.  | 
| protected String | lastDirectoryDeprecated.  Last directory visited, initially it's user's home. | 
| protected File | lastFileDeprecated.  Last selected file. | 
| protected JFrame | mainFrameDeprecated.  The top level frame. | 
| protected JPanel | mainPanelDeprecated.  The top level panel of this frame. | 
| protected Object[] | okOptionDeprecated.  Ok label to be used on button of Ok message boxes. | 
| protected de.unihalle.informatik.Alida.operator.ALDOperator | opDeprecated.  The operator associated with this frame. | 
| protected String | titleStringDeprecated.  Title string of window. | 
| private static int | windowHeightDeprecated.  Height of the frame. | 
| private static int | windowWidthDeprecated.  Width of the frame. | 
| protected Object[] | yesnoOptionDeprecated.  Labels to be used on buttons of Yes/No message boxes. | 
| Constructor and Description | 
|---|
| CellCounterDetectOperatorConfigWin(de.unihalle.informatik.Alida.operator.ALDOperator _op)Deprecated.  Constructs a control frame for an operator object. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | actionPerformed(ActionEvent e)Deprecated.  | 
| protected JPanel | addCloseButtonPanel()Deprecated.  Adds set of control buttons to the main panel. | 
| protected abstract void | addParameterInputFields(JPanel parentPanel)Deprecated.  Adds the input fields for all relevant parameters. | 
| void | disableComponent()Deprecated.  | 
| void | dispose()Deprecated.  | 
| void | enableComponent()Deprecated.  | 
| protected JMenu | generateHelpMenu()Deprecated.  Set up the help menu. | 
| JComponent | getJComponent()Deprecated.  | 
| void | handleValueChangeEvent(de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeEvent event)Deprecated.  | 
| boolean | quit()Deprecated.  Clean-up on termination. | 
| protected void | setupWindow()Deprecated.  Construct the frame to configure an operator. | 
| void | setVisible(boolean flag)Deprecated.  Set visibility of configuration window. | 
| protected void | updateGUI()Deprecated.  | 
protected boolean debug
private static final int windowWidth
private static final int windowHeight
protected de.unihalle.informatik.Alida.operator.ALDOperator op
protected JFrame mainFrame
protected JPanel mainPanel
protected String titleString
protected String lastDirectory
protected File lastFile
protected final Object[] okOption
protected final Object[] yesnoOption
public CellCounterDetectOperatorConfigWin(de.unihalle.informatik.Alida.operator.ALDOperator _op)
                                   throws de.unihalle.informatik.Alida.exceptions.ALDOperatorException
_op - Operator to be associated with this frame object.de.unihalle.informatik.Alida.exceptions.ALDOperatorExceptionprotected void setupWindow()
protected abstract void addParameterInputFields(JPanel parentPanel)
protected JPanel addCloseButtonPanel()
protected JMenu generateHelpMenu()
protected void updateGUI()
                  throws de.unihalle.informatik.Alida.exceptions.ALDOperatorException,
                         de.unihalle.informatik.Alida.exceptions.ALDDataIOException
de.unihalle.informatik.Alida.exceptions.ALDOperatorExceptionde.unihalle.informatik.Alida.exceptions.ALDDataIOExceptionpublic boolean quit()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void handleValueChangeEvent(de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeEvent event)
handleValueChangeEvent in interface de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeListenerpublic void setVisible(boolean flag)
flag - If true, frame will be visible.public JComponent getJComponent()
getJComponent in class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponentpublic void disableComponent()
disableComponent in class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponentpublic void enableComponent()
enableComponent in class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponentpublic void dispose()
dispose in class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponentCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.