org.esa.beam.framework.ui
Class ColorComboBoxAdapter
java.lang.Object
com.bc.ceres.swing.binding.ComponentAdapter
org.esa.beam.framework.ui.ColorComboBoxAdapter
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
public class ColorComboBoxAdapter
- extends com.bc.ceres.swing.binding.ComponentAdapter
- implements PropertyChangeListener
A binding for the JIDE ColorComboBox.
- Since:
- BEAM 4.2
- Version:
- $Revision$ $Date$
- Author:
- Norman Fomferra
| Methods inherited from class com.bc.ceres.swing.binding.ComponentAdapter |
getBinding, setBinding |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorComboBoxAdapter
public ColorComboBoxAdapter(com.jidesoft.combobox.ColorComboBox colorComboBox)
getComponents
public JComponent[] getComponents()
- Specified by:
getComponents in class com.bc.ceres.swing.binding.ComponentAdapter
bindComponents
public void bindComponents()
- Specified by:
bindComponents in class com.bc.ceres.swing.binding.ComponentAdapter
unbindComponents
public void unbindComponents()
- Specified by:
unbindComponents in class com.bc.ceres.swing.binding.ComponentAdapter
adjustComponents
public void adjustComponents()
- Specified by:
adjustComponents in class com.bc.ceres.swing.binding.ComponentAdapter
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange in interface PropertyChangeListener
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.