Class ConnectionProfileDialog


  • public class ConnectionProfileDialog
    extends org.eclipse.swt.widgets.Dialog
    The font dialog to choose the font.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      ConnectionProfileDialog​(org.eclipse.swt.widgets.Shell parent, java.lang.String profileName)
      Create the dialog.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.Stringopen()
      Open the dialog.
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectionProfileDialog

        public ConnectionProfileDialog​(org.eclipse.swt.widgets.Shell parent,
                                       java.lang.String profileName)
        Create the dialog.
        Parameters:
        parent - The parent shell.
        profileName - The name of the connection profile.
    • Method Detail

      • open

        public java.lang.String open()
        Open the dialog.
        Returns:
        the result, or null for cancel.