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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java68 private Component inputPanel; field in class:QuickSetupStepPanel
191 // Just take the preferred width of the inputPanel because the
195 if (inputPanel != null)
197 width = (int) inputPanel.getPreferredSize().getWidth();
300 inputPanel = createInputPanel();
335 if (inputPanel != null)
341 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
346 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java69 private Component inputPanel; field in class:QuickSetupStepPanel
192 // Just take the preferred width of the inputPanel because the
196 if (inputPanel != null)
198 width = (int) inputPanel.getPreferredSize().getWidth();
301 inputPanel = createInputPanel();
336 if (inputPanel != null)
342 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
347 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java69 private Component inputPanel; field in class:QuickSetupStepPanel
192 // Just take the preferred width of the inputPanel because the
196 if (inputPanel != null)
198 width = (int) inputPanel.getPreferredSize().getWidth();
301 inputPanel = createInputPanel();
336 if (inputPanel != null)
342 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
347 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java68 private Component inputPanel; field in class:QuickSetupStepPanel
191 // Just take the preferred width of the inputPanel because the
195 if (inputPanel != null)
197 width = (int) inputPanel.getPreferredSize().getWidth();
300 inputPanel = createInputPanel();
335 if (inputPanel != null)
341 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
346 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java69 private Component inputPanel; field in class:QuickSetupStepPanel
192 // Just take the preferred width of the inputPanel because the
196 if (inputPanel != null)
198 width = (int) inputPanel.getPreferredSize().getWidth();
301 inputPanel = createInputPanel();
336 if (inputPanel != null)
342 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
347 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java66 private Component inputPanel; field in class:QuickSetupStepPanel
188 // Just take the preferred width of the inputPanel because the
192 if (inputPanel != null)
194 width = (int) inputPanel.getPreferredSize().getWidth();
297 inputPanel = createInputPanel();
332 if (inputPanel != null)
338 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
343 inputContainer.add(inputPanel, INPUT_PANEL);

Completed in 26 milliseconds