Class ServerGroupChooser

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class ServerGroupChooser
    extends JPanel
    A Panel that reads and presents all of the server groups with checkboxes. This is also handy for finding out if we are in standalone mode.
    Author:
    Stan Silvert ssilvert@redhat.com (C) 2012 Red Hat Inc.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServerGroupChooser

        public ServerGroupChooser​(CliGuiContext cliGuiCtx)
    • Method Detail

      • getCmdLineArg

        public String getCmdLineArg()
        Return the command line argument
        Returns:
        " --server-groups=" plus a comma-separated list of selected server groups. Return empty String if none selected.
      • setEnabled

        public void setEnabled​(boolean isEnabled)
        Overrides:
        setEnabled in class JComponent