Class MultiPropLabel

All Implemented Interfaces:
Drawable

public class MultiPropLabel extends Composite
Class used to display multiple property values.
Author:
Christopher Mindus
  • Method Details

    • completeCreate

      public void completeCreate(MultiPropEditor m, DefinedButton definedButton)
      Completes the creation.
    • createMultiEditItem

      public DefinedButton createMultiEditItem(String s)
      Creates an multi-edit item.
    • getLastLabel

      public PropLabel getLastLabel()
      Gets the last label created by createMultiEditItem().
    • completeConstruction

      public void completeConstruction()
      Complete final construction.
    • updateExpanded

      public void updateExpanded(boolean isExpanded, boolean redraw)
      Sets the image/tooltip.
    • setColor

      public static void setColor(Control c, boolean isDefined, int errorLevel, boolean isExtended)
      Sets the colors.
    • setBackground

      public void setBackground(Color color)
      Sets the background color to itself and the main items.
      Overrides:
      setBackground in class Control