java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.jidesoft.dialog.StandardDialog
com.inductiveautomation.ignition.designer.sqltags.opcbrowser.OPCChooserDialog
All Implemented Interfaces:
com.jidesoft.dialog.ButtonNames, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class OPCChooserDialog extends com.jidesoft.dialog.StandardDialog
See Also:
  • Method Details

    • createContentPanel

      public JComponent createContentPanel()
      Specified by:
      createContentPanel in class com.jidesoft.dialog.StandardDialog
    • createButtonPanel

      public com.jidesoft.dialog.ButtonPanel createButtonPanel()
      Specified by:
      createButtonPanel in class com.jidesoft.dialog.StandardDialog
    • createBannerPanel

      public JComponent createBannerPanel()
      Specified by:
      createBannerPanel in class com.jidesoft.dialog.StandardDialog
    • chooseOPCItem

      public static OPCItem chooseOPCItem(Component parent, DesignerContext context) throws Exception
      Returns an OPCItem selected from the current system.
      Throws:
      Exception
    • chooseOPCItem

      public static OPCItem chooseOPCItem(Component parent, DesignerContext context, String provider) throws Exception
      Returns an OPCItem selected through the specified tag provider.
      Throws:
      Exception