Class SRDialogPage

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.jidesoft.dialog.AbstractPage
com.jidesoft.dialog.AbstractDialogPage
com.inductiveautomation.ignition.designer.gui.AbstractListDialogPage
com.inductiveautomation.ignition.designer.gui.SRDialogPage
All Implemented Interfaces:
com.jidesoft.dialog.Laziness, ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
PropertyEditorPage

public class SRDialogPage extends AbstractListDialogPage
DialogPage that wraps an instance of an AbstractPropertyEditorPanel in a JIDE DialogPage, adding a banner on top.
See Also:
  • Field Details

  • Constructor Details

    • SRDialogPage

      public SRDialogPage(String titleKey, Icon icon, JPanel contents)
    • SRDialogPage

      public SRDialogPage(String nameKey, String titleKey, String subTitleKey, Icon icon, JPanel contents, boolean scrollWrapper)
  • Method Details

    • layoutContents

      protected void layoutContents(JPanel contents, boolean scrollPane)
    • lazyInitialize

      public void lazyInitialize()
    • createBanner

      protected com.jidesoft.dialog.BannerPanel createBanner()
    • layoutBanner

      protected void layoutBanner()
    • updateBanner

      public void updateBanner()
    • getPanel

      public JPanel getPanel()