Searched defs:enableWindowsServiceCheckBox (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java75 private JCheckBox enableWindowsServiceCheckBox; field in class:InstallReviewPanel
713 if (enableWindowsServiceCheckBox == null)
715 enableWindowsServiceCheckBox =
719 enableWindowsServiceCheckBox.setSelected(
721 enableWindowsServiceCheckBox.addActionListener(new ActionListener()
728 enableWindowsServiceCheckBox.isSelected());
734 return enableWindowsServiceCheckBox;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java76 private JCheckBox enableWindowsServiceCheckBox; field in class:InstallReviewPanel
714 if (enableWindowsServiceCheckBox == null)
716 enableWindowsServiceCheckBox =
720 enableWindowsServiceCheckBox.setSelected(
722 enableWindowsServiceCheckBox.addActionListener(new ActionListener()
729 enableWindowsServiceCheckBox.isSelected());
735 return enableWindowsServiceCheckBox;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java76 private JCheckBox enableWindowsServiceCheckBox; field in class:InstallReviewPanel
714 if (enableWindowsServiceCheckBox == null)
716 enableWindowsServiceCheckBox =
720 enableWindowsServiceCheckBox.setSelected(
722 enableWindowsServiceCheckBox.addActionListener(new ActionListener()
729 enableWindowsServiceCheckBox.isSelected());
735 return enableWindowsServiceCheckBox;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java75 private JCheckBox enableWindowsServiceCheckBox; field in class:InstallReviewPanel
713 if (enableWindowsServiceCheckBox == null)
715 enableWindowsServiceCheckBox =
719 enableWindowsServiceCheckBox.setSelected(
721 enableWindowsServiceCheckBox.addActionListener(new ActionListener()
728 enableWindowsServiceCheckBox.isSelected());
734 return enableWindowsServiceCheckBox;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java133 private JCheckBox enableWindowsServiceCheckBox; field in class:InstallReviewPanel
771 if (enableWindowsServiceCheckBox == null)
773 enableWindowsServiceCheckBox =
777 enableWindowsServiceCheckBox.setSelected(
779 enableWindowsServiceCheckBox.addActionListener(new ActionListener()
786 enableWindowsServiceCheckBox.isSelected());
792 return enableWindowsServiceCheckBox;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java89 private JCheckBox enableWindowsServiceCheckBox; field in class:InstallReviewPanel
615 if (enableWindowsServiceCheckBox == null)
617 enableWindowsServiceCheckBox = UIFactory.makeJCheckBox(INFO_ENABLE_WINDOWS_SERVICE_LABEL.get(),
620 enableWindowsServiceCheckBox.setSelected(getApplication().getUserData().getEnableWindowsService());
621 enableWindowsServiceCheckBox.addActionListener(new ActionListener()
628 lastUserData.setEnableWindowsService(enableWindowsServiceCheckBox.isSelected());
635 return enableWindowsServiceCheckBox;

Completed in 38 milliseconds