Class PropLabel

All Implemented Interfaces:
Drawable

public class PropLabel extends Composite
Property label class.
Author:
Christopher Mindus
  • Constructor Details

  • Method Details

    • getText

      public String getText()
      Gets the text.
    • setEdit

      public void setEdit(Composite edit)
      Assigns the Node for focus processing.
    • setBackground

      public void setBackground(Color c)
      Background color to label and to us.
      Overrides:
      setBackground in class Control
    • setForeground

      public void setForeground(Color c)
      Foreground to label.
      Overrides:
      setForeground in class Control
    • setFocus

      public boolean setFocus()
      Focus is set to entry instead.
      Overrides:
      setFocus in class Composite
      Returns:
      true for success, false if not possible.