Package warnings

Class WarningLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, ColorManaged

public class WarningLabel extends PamLabel
See Also:
  • Constructor Details Link icon

    • WarningLabel Link icon

      public WarningLabel(Icon image, int horizontalAlignment)
    • WarningLabel Link icon

      public WarningLabel(String text, Icon icon, int horizontalAlignment)
    • WarningLabel Link icon

      public WarningLabel()
    • WarningLabel Link icon

      public WarningLabel(Icon image)
    • WarningLabel Link icon

      public WarningLabel(String text, int horizontalAlignment)
    • WarningLabel Link icon

      public WarningLabel(String text)
  • Method Details Link icon

    • setBackground Link icon

      public void setBackground(Color bg)
      Overrides:
      setBackground in class PamLabel
    • getWarningLevel Link icon

      public int getWarningLevel()
      Returns:
      the warningLevel
    • setWarningLevel Link icon

      public void setWarningLevel(int warningLevel)
      Parameters:
      warningLevel - the warningLevel to set