Class MultiPropLabel

All Implemented Interfaces:
Drawable

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

    • completeCreate Link icon

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

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

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

      public void completeConstruction()
      Complete final construction.
    • updateExpanded Link icon

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

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

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