Class PlaceholderPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.client.util.gui.PlaceholderPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PlaceholderPanel extends JPanel
Just a standard template for a placeholder empty panel to show before something gets selected.
See Also:
  • Constructor Details

    • PlaceholderPanel

      public PlaceholderPanel(String titleText, String description)
    • PlaceholderPanel

      public PlaceholderPanel(String titleText, String description, Icon icon)
  • Method Details

    • createFromKey

      public static PlaceholderPanel createFromKey(String resourceKey)
      Creates a placeholder panel using a bundle resource key, which is treated as a "key root". The actual keys that will be looked up are:

      resourceKey + ".Title"

      resourceKey + ".Paragraph"