@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 |
debug
Deprecated.
Local flag for debug output.
|
protected HashMap<String,de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent> |
guiElements
Deprecated.
|
protected String |
lastDirectory
Deprecated.
Last directory visited, initially it's user's home.
|
protected File |
lastFile
Deprecated.
Last selected file.
|
protected JFrame |
mainFrame
Deprecated.
The top level frame.
|
protected JPanel |
mainPanel
Deprecated.
The top level panel of this frame.
|
protected Object[] |
okOption
Deprecated.
Ok label to be used on button of Ok message boxes.
|
protected de.unihalle.informatik.Alida.operator.ALDOperator |
op
Deprecated.
The operator associated with this frame.
|
protected String |
titleString
Deprecated.
Title string of window.
|
private static int |
windowHeight
Deprecated.
Height of the frame.
|
private static int |
windowWidth
Deprecated.
Width of the frame.
|
protected Object[] |
yesnoOption
Deprecated.
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.ALDOperatorException
protected 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.ALDOperatorException
de.unihalle.informatik.Alida.exceptions.ALDDataIOException
public boolean quit()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void handleValueChangeEvent(de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeEvent event)
handleValueChangeEvent
in interface de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeListener
public 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.ALDSwingComponent
public void disableComponent()
disableComponent
in class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent
public void enableComponent()
enableComponent
in class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent
public void dispose()
dispose
in class de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.