private class ALDOperatorDataIOSwing.OperatorShowButton extends ALDSwingComponent
This button has an operator display window attached to it.
| Modifier and Type | Field and Description |
|---|---|
(package private) ALDOperatorDataIOSwing.OperatorConfigWindow |
confWin
Operator configuration window.
|
private JButton |
mainButton
Button to open configuration window.
|
listenerList| Constructor and Description |
|---|
OperatorShowButton(Object obj,
ALDParameterDescriptor descr)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disableComponent()
Method to disable the component, i.e. all graphical elements, to
prohibit parameter changes.
|
void |
dispose()
Releases all resources, i.e. closes all sub-windows.
|
void |
enableComponent()
Method to enable the component with all graphical elements again.
|
JComponent |
getJComponent()
Method to request the provider's GUI element.
|
addValueChangeEventListener, fireALDSwingValueChangeEvent, removeValueChangeEventListenerprivate JButton mainButton
ALDOperatorDataIOSwing.OperatorConfigWindow confWin
public OperatorShowButton(Object obj, ALDParameterDescriptor descr)
obj - Default object.descr - Optional descriptor to provide additional information.public JComponent getJComponent()
ALDSwingComponentgetJComponent in class ALDSwingComponentpublic void disableComponent()
ALDSwingComponentdisableComponent in class ALDSwingComponentpublic void enableComponent()
ALDSwingComponentenableComponent in class ALDSwingComponentpublic void dispose()
ALDSwingComponentdispose in class ALDSwingComponentCopyright © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.