org.esa.beam.framework.ui
Class ColorComboBoxAdapter

java.lang.Object
  extended by com.bc.ceres.swing.binding.ComponentAdapter
      extended by 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

Constructor Summary
ColorComboBoxAdapter(com.jidesoft.combobox.ColorComboBox colorComboBox)
           
 
Method Summary
 void adjustComponents()
           
 void bindComponents()
           
 JComponent[] getComponents()
           
 void propertyChange(PropertyChangeEvent evt)
           
 void unbindComponents()
           
 
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
 

Constructor Detail

ColorComboBoxAdapter

public ColorComboBoxAdapter(com.jidesoft.combobox.ColorComboBox colorComboBox)
Method Detail

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.