Uses of Class
org.gvsig.gui.beans.swing.jComboBoxWithImageIconItems.ImageIconItemInfo
Packages that use ImageIconItemInfo
-
Uses of ImageIconItemInfo in org.gvsig.gui.beans.swing.jComboBoxWithImageIconItems
Methods in org.gvsig.gui.beans.swing.jComboBoxWithImageIconItems with parameters of type ImageIconItemInfoModifier and TypeMethodDescriptionvoidJComboBoxWithImageIconItems.addImageIconItem(ImageIconItemInfo imageIconItem) Adds an image icon URL path, image icon loaded (or null if not), and tool tip text (tool tip text could be "")voidJComboBoxWithImageIconItems.addImageIconItems(ImageIconItemInfo[] imageIconItems) Sets some image icons that their information to load is stored in an array of ImageIconItemInfovoidJComboBoxWithImageIconItems.removeImageIconItem(ImageIconItemInfo imageIconItem) Removes an image icon URL path, tool tip text (tool tip text could be "") and the item value If no item matches, does nothing (The image icon parameter is ignored)voidJComboBoxWithImageIconItems.removeImageIconItems(ImageIconItemInfo[] imageIconItems) Removes some image icons that their path, tool tip text and item value are stored in an array If no item matches, does nothing (The image icon parameter is ignored)