Searched defs:dlg (Results 1 - 25 of 216) sorted by relevance

123456789

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java60 * @param dlg the progress dialog where the task progress will be displayed.
63 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
66 super(info, dlg);
75 * @param dlg the progress dialog where the task progress will be displayed.
78 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
81 super(info, dlg);
H A DStartServerTask.java48 * @param dlg the progress dialog where the task progress will be displayed.
50 public StartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
52 super(info, dlg);
H A DStopServerTask.java52 * @param dlg the progress dialog where the task progress will be displayed.
54 public StopServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
56 super(info, dlg);
H A DRestartServerTask.java55 * @param dlg the progress dialog where the task progress will be displayed.
57 public RestartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
59 super(info, dlg);
60 startTask = new StartServerTask(info, dlg);
129 final ProgressDialog dlg = getProgressDialog();
137 dlg.setSummary(Message.raw(
166 dlg.getProgressBar().setValue(30);
167 dlg.appendProgressHtml(Utilities.applyFont(
174 dlg.setSummary(Message.raw(
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java59 * @param dlg the progress dialog where the task progress will be displayed.
62 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
65 super(info, dlg);
74 * @param dlg the progress dialog where the task progress will be displayed.
77 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
80 super(info, dlg);
H A DStartServerTask.java47 * @param dlg the progress dialog where the task progress will be displayed.
49 public StartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
51 super(info, dlg);
H A DStopServerTask.java51 * @param dlg the progress dialog where the task progress will be displayed.
53 public StopServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
55 super(info, dlg);
H A DRestartServerTask.java54 * @param dlg the progress dialog where the task progress will be displayed.
56 public RestartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
58 super(info, dlg);
59 startTask = new StartServerTask(info, dlg);
128 final ProgressDialog dlg = getProgressDialog();
136 dlg.setSummary(Message.raw(
165 dlg.getProgressBar().setValue(30);
166 dlg.appendProgressHtml(Utilities.applyFont(
173 dlg.setSummary(Message.raw(
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java60 * @param dlg the progress dialog where the task progress will be displayed.
63 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
66 super(info, dlg);
75 * @param dlg the progress dialog where the task progress will be displayed.
78 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
81 super(info, dlg);
H A DStartServerTask.java48 * @param dlg the progress dialog where the task progress will be displayed.
50 public StartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
52 super(info, dlg);
H A DStopServerTask.java52 * @param dlg the progress dialog where the task progress will be displayed.
54 public StopServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
56 super(info, dlg);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java59 * @param dlg the progress dialog where the task progress will be displayed.
62 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
65 super(info, dlg);
74 * @param dlg the progress dialog where the task progress will be displayed.
77 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
80 super(info, dlg);
H A DStartServerTask.java47 * @param dlg the progress dialog where the task progress will be displayed.
49 public StartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
51 super(info, dlg);
H A DStopServerTask.java51 * @param dlg the progress dialog where the task progress will be displayed.
53 public StopServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
55 super(info, dlg);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java60 * @param dlg the progress dialog where the task progress will be displayed.
63 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
66 super(info, dlg);
75 * @param dlg the progress dialog where the task progress will be displayed.
78 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
81 super(info, dlg);
H A DStartServerTask.java48 * @param dlg the progress dialog where the task progress will be displayed.
50 public StartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
52 super(info, dlg);
H A DStopServerTask.java52 * @param dlg the progress dialog where the task progress will be displayed.
54 public StopServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
56 super(info, dlg);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DIndexTask.java60 * @param dlg the progress dialog where the task progress will be displayed.
63 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
66 super(info, dlg);
75 * @param dlg the progress dialog where the task progress will be displayed.
78 protected IndexTask(ControlPanelInfo info, ProgressDialog dlg, argument
81 super(info, dlg);
H A DStartServerTask.java48 * @param dlg the progress dialog where the task progress will be displayed.
50 public StartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
52 super(info, dlg);
H A DStopServerTask.java52 * @param dlg the progress dialog where the task progress will be displayed.
54 public StopServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
56 super(info, dlg);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainMenuBar.java57 private GenericDialog dlg; field in class:MainMenuBar
233 dlg = new GenericDialog(
236 dlg.setModal(true);
237 Utilities.centerGoldenMean(dlg,
240 dlg.setVisible(true);
275 GenericDialog dlg =
277 Utilities.centerGoldenMean(dlg,
279 dlg.setVisible(true);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanel.java69 private JFrame dlg; field in class:ControlPanel
190 dlg = Utilities.createFrame();
191 dlg.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
193 dlg.addWindowListener(new WindowAdapter() {
198 dlg.setJMenuBar(menuBar);
204 dlg.setTitle(title);
205 dlg.setContentPane(controlCenterPane);
206 dlg.pack();
207 Utilities.centerOnScreen(dlg);
209 dlg
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainMenuBar.java56 private GenericDialog dlg; field in class:MainMenuBar
232 dlg = new GenericDialog(
235 dlg.setModal(true);
236 Utilities.centerGoldenMean(dlg,
239 dlg.setVisible(true);
274 GenericDialog dlg =
276 Utilities.centerGoldenMean(dlg,
278 dlg.setVisible(true);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanel.java70 private JFrame dlg; field in class:ControlPanel
191 dlg = Utilities.createFrame();
192 dlg.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
194 dlg.addWindowListener(new WindowAdapter() {
199 dlg.setJMenuBar(menuBar);
205 dlg.setTitle(title);
206 dlg.setContentPane(controlCenterPane);
207 dlg.pack();
208 Utilities.centerOnScreen(dlg);
210 dlg
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanel.java70 private JFrame dlg; field in class:ControlPanel
191 dlg = Utilities.createFrame();
192 dlg.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
194 dlg.addWindowListener(new WindowAdapter() {
199 dlg.setJMenuBar(menuBar);
205 dlg.setTitle(title);
206 dlg.setContentPane(controlCenterPane);
207 dlg.pack();
208 Utilities.centerOnScreen(dlg);
210 dlg
[all...]

Completed in 31 milliseconds

123456789