Class ZooInspectorConnectionPropertiesDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.apache.zookeeper.inspector.gui.ZooInspectorConnectionPropertiesDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ZooInspectorConnectionPropertiesDialog extends JDialog
The connection properties dialog. This is used to determine the settings for connecting to a zookeeper instance
See Also:
  • Constructor Details

    • ZooInspectorConnectionPropertiesDialog

      public ZooInspectorConnectionPropertiesDialog(Properties lastConnectionProps, Pair<Map<String,List<String>>,Map<String,String>> connectionPropertiesTemplateAndLabels, ZooInspectorPanel zooInspectorPanel)
      Parameters:
      lastConnectionProps - - the last connection properties used. if this is the first connection since starting the applications this will be the default settings
      connectionPropertiesTemplateAndLabels - - the connection properties and labels to show in this dialog
      zooInspectorPanel - - the ZooInspectorPanel linked to this dialog