Package com.inductiveautomation.ignition.designer.gui.cellrenderer
package com.inductiveautomation.ignition.designer.gui.cellrenderer
-
ClassDescriptionUsed in conjunction with
CellRendererStateSupport
to manage different icon states: Selected, Unselected, Disabled.When creating a cell renderer that has more than one component to manage state of (such as aJLabel
for the icon, and aJTextArea
for 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 aJComboBox
contains combo items that need to be rendered to a specific String.