Class PMINStateButton.ButtonConfig

java.lang.Object
com.inductiveautomation.factorypmi.application.components.PMINStateButton.ButtonConfig
Enclosing class:
PMINStateButton

public static class PMINStateButton.ButtonConfig extends Object
Represents a simple style configuration for a button
  • Method Details

    • apply

      public void apply(PMIButton btn)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getBackground

      public Color getBackground()
    • setBackground

      public void setBackground(Color background)
    • getForeground

      public Color getForeground()
    • setForeground

      public void setForeground(Color foreground)
    • getBorder

      public Border getBorder()
    • setBorder

      public void setBorder(Border border)
    • getImagePath

      public String getImagePath()
    • setImagePath

      public void setImagePath(String imagePath)