java.lang.Object
com.inductiveautomation.perspective.designer.workspace.palette.PaletteItemGroup

public class PaletteItemGroup extends Object
Manages a number of palette items (trees) similar to how a button group works Only one tree node can be selected at any given time. On selection, the component tool will activate.
  • Constructor Details

    • PaletteItemGroup

      public PaletteItemGroup(ViewWorkspace workspace)
  • Method Details

    • add

      public void add(String category, PaletteItem item)
    • clearSelection

      public void clearSelection()