public class OperatorCompletionWaiter extends CompletionWaiter
SwingWorker) of an operator is working.
This class does everything the CompletionWaiter does, but
additionally it re-enables the inputs on an opened operator GUI.
IOperatorGUI.enableInputs(),
IOperatorGUI.disableInputs()w| Constructor and Description |
|---|
OperatorCompletionWaiter(JDialog dialog) |
OperatorCompletionWaiter(JFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
enableOperatorGUIInputs()
A wrapper for
IOperatorGUI.enableInputs(). |
void |
propertyChange(PropertyChangeEvent event)
This operatorProgressListener disposes the dialog when the
SwingWorker is done. |
public OperatorCompletionWaiter(JDialog dialog)
public OperatorCompletionWaiter(JFrame frame)
public void propertyChange(PropertyChangeEvent event)
CompletionWaiterSwingWorker is done.propertyChange in interface PropertyChangeListenerpropertyChange in class CompletionWaiterprotected void enableOperatorGUIInputs()
IOperatorGUI.enableInputs().Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.