Searched refs:stepsPanel (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java58 private Component stepsPanel; field in class:FramePanel
67 * @param stepsPanel the steps panel that on the top-left side of the
76 public FramePanel(Component stepsPanel, Component currentStepPanel, argument
89 add(stepsPanel, gbc);
137 this.stepsPanel = stepsPanel;
163 int stepsPanelTotalWidth = stepsPanel.getWidth()
H A DQuickSetupDialog.java70 private StepsPanel stepsPanel; field in class:QuickSetupDialog
354 if (stepsPanel == null)
356 stepsPanel = new StepsPanel(application);
357 stepsPanel.setQuickSetup(quickSetup);
359 return stepsPanel;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java59 private Component stepsPanel; field in class:FramePanel
68 * @param stepsPanel the steps panel that on the top-left side of the
77 public FramePanel(Component stepsPanel, Component currentStepPanel, argument
90 add(stepsPanel, gbc);
138 this.stepsPanel = stepsPanel;
164 int stepsPanelTotalWidth = stepsPanel.getWidth()
H A DQuickSetupDialog.java71 private StepsPanel stepsPanel; field in class:QuickSetupDialog
355 if (stepsPanel == null)
357 stepsPanel = new StepsPanel(application);
358 stepsPanel.setQuickSetup(quickSetup);
360 return stepsPanel;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java59 private Component stepsPanel; field in class:FramePanel
68 * @param stepsPanel the steps panel that on the top-left side of the
77 public FramePanel(Component stepsPanel, Component currentStepPanel, argument
90 add(stepsPanel, gbc);
138 this.stepsPanel = stepsPanel;
164 int stepsPanelTotalWidth = stepsPanel.getWidth()
H A DQuickSetupDialog.java71 private StepsPanel stepsPanel; field in class:QuickSetupDialog
355 if (stepsPanel == null)
357 stepsPanel = new StepsPanel(application);
358 stepsPanel.setQuickSetup(quickSetup);
360 return stepsPanel;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java58 private Component stepsPanel; field in class:FramePanel
67 * @param stepsPanel the steps panel that on the top-left side of the
76 public FramePanel(Component stepsPanel, Component currentStepPanel, argument
89 add(stepsPanel, gbc);
137 this.stepsPanel = stepsPanel;
163 int stepsPanelTotalWidth = stepsPanel.getWidth()
H A DQuickSetupDialog.java70 private StepsPanel stepsPanel; field in class:QuickSetupDialog
354 if (stepsPanel == null)
356 stepsPanel = new StepsPanel(application);
357 stepsPanel.setQuickSetup(quickSetup);
359 return stepsPanel;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java59 private Component stepsPanel; field in class:FramePanel
68 * @param stepsPanel the steps panel that on the top-left side of the
77 public FramePanel(Component stepsPanel, Component currentStepPanel, argument
90 add(stepsPanel, gbc);
138 this.stepsPanel = stepsPanel;
164 int stepsPanelTotalWidth = stepsPanel.getWidth()
H A DQuickSetupDialog.java71 private StepsPanel stepsPanel; field in class:QuickSetupDialog
355 if (stepsPanel == null)
357 stepsPanel = new StepsPanel(application);
358 stepsPanel.setQuickSetup(quickSetup);
360 return stepsPanel;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DFramePanel.java58 private Component stepsPanel; field in class:FramePanel
67 * @param stepsPanel the steps panel that on the top-left side of the
76 public FramePanel(Component stepsPanel, Component currentStepPanel, argument
89 add(stepsPanel, gbc);
137 this.stepsPanel = stepsPanel;
163 int stepsPanelTotalWidth = stepsPanel.getWidth()
H A DQuickSetupDialog.java66 private StepsPanel stepsPanel; field in class:QuickSetupDialog
347 if (stepsPanel == null)
349 stepsPanel = new StepsPanel(application);
350 stepsPanel.setQuickSetup(quickSetup);
352 return stepsPanel;

Completed in 49 milliseconds