Package com.inductiveautomation.ignition.designer.gui.cellrenderer
package com.inductiveautomation.ignition.designer.gui.cellrenderer
-
ClassDescriptionUsed in conjunction with
CellRendererStateSupportto manage different icon states: Selected, Unselected, Disabled.When creating a cell renderer that has more than one component to manage state of (such as aJLabelfor the icon, and aJTextAreafor the text), this class can be used to coordinate the cell states so that all the components are in sync: the correct background and foreground for the selected state, eg.Class is used to render a cell with a dropdown icon to the right.If aJComboBoxcontains combo items that need to be rendered to a specific String.