Class ComboBoxImageIconModel

java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
org.gvsig.gui.beans.swing.jComboBoxWithImageIconItems.ComboBoxImageIconModel
All Implemented Interfaces:
Serializable, ComboBoxModel, ListModel, MutableComboBoxModel

public class ComboBoxImageIconModel extends DefaultComboBoxModel implements Serializable
Model for 'JPanelWithJComboBoxImageIconItems', stores the attribute 'showImageIconAndText'
Author:
Pablo Piqueras Bartolomé (p_queras@hotmail.com)
See Also:
  • Field Details

    • DEFAULT_SHOW_IMAGE_ICON_AND_TEXT_PROPERTY

      public static final boolean DEFAULT_SHOW_IMAGE_ICON_AND_TEXT_PROPERTY
      See Also:
  • Constructor Details

  • Method Details

    • setShowImageIconAndTextProperty

      public void setShowImageIconAndTextProperty(boolean b)
      Sets the value of the inner attribute 'imageIconAndText'
      Parameters:
      b - A boolean value
    • getShowImageIconAndTextProperty

      public boolean getShowImageIconAndTextProperty()
      Returns the value of the inner attribute 'imageIconAndText'
      Returns:
      A boolean value