Searched defs:buttonsPanel (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java60 private Component buttonsPanel; field in class:FramePanel
73 * @param buttonsPanel the buttons panel that appears on the bottom of the
77 Component buttonsPanel)
121 add(buttonsPanel, gbc);
136 this.buttonsPanel = buttonsPanel;
161 int buttonsTotalHeight = buttonsPanel.getHeight()
76 FramePanel(Component stepsPanel, Component currentStepPanel, Component buttonsPanel) argument
H A DQuickSetupDialog.java74 private ButtonsPanel buttonsPanel; field in class:QuickSetupDialog
382 if (buttonsPanel == null)
384 buttonsPanel = new ButtonsPanel(application);
385 buttonsPanel.setQuickSetup(quickSetup);
387 return buttonsPanel;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java61 private Component buttonsPanel; field in class:FramePanel
74 * @param buttonsPanel the buttons panel that appears on the bottom of the
78 Component buttonsPanel)
122 add(buttonsPanel, gbc);
137 this.buttonsPanel = buttonsPanel;
162 int buttonsTotalHeight = buttonsPanel.getHeight()
77 FramePanel(Component stepsPanel, Component currentStepPanel, Component buttonsPanel) argument
H A DQuickSetupDialog.java75 private ButtonsPanel buttonsPanel; field in class:QuickSetupDialog
383 if (buttonsPanel == null)
385 buttonsPanel = new ButtonsPanel(application);
386 buttonsPanel.setQuickSetup(quickSetup);
388 return buttonsPanel;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java61 private Component buttonsPanel; field in class:FramePanel
74 * @param buttonsPanel the buttons panel that appears on the bottom of the
78 Component buttonsPanel)
122 add(buttonsPanel, gbc);
137 this.buttonsPanel = buttonsPanel;
162 int buttonsTotalHeight = buttonsPanel.getHeight()
77 FramePanel(Component stepsPanel, Component currentStepPanel, Component buttonsPanel) argument
H A DQuickSetupDialog.java75 private ButtonsPanel buttonsPanel; field in class:QuickSetupDialog
383 if (buttonsPanel == null)
385 buttonsPanel = new ButtonsPanel(application);
386 buttonsPanel.setQuickSetup(quickSetup);
388 return buttonsPanel;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java60 private Component buttonsPanel; field in class:FramePanel
73 * @param buttonsPanel the buttons panel that appears on the bottom of the
77 Component buttonsPanel)
121 add(buttonsPanel, gbc);
136 this.buttonsPanel = buttonsPanel;
161 int buttonsTotalHeight = buttonsPanel.getHeight()
76 FramePanel(Component stepsPanel, Component currentStepPanel, Component buttonsPanel) argument
H A DQuickSetupDialog.java74 private ButtonsPanel buttonsPanel; field in class:QuickSetupDialog
382 if (buttonsPanel == null)
384 buttonsPanel = new ButtonsPanel(application);
385 buttonsPanel.setQuickSetup(quickSetup);
387 return buttonsPanel;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFramePanel.java61 private Component buttonsPanel; field in class:FramePanel
74 * @param buttonsPanel the buttons panel that appears on the bottom of the
78 Component buttonsPanel)
122 add(buttonsPanel, gbc);
137 this.buttonsPanel = buttonsPanel;
162 int buttonsTotalHeight = buttonsPanel.getHeight()
77 FramePanel(Component stepsPanel, Component currentStepPanel, Component buttonsPanel) argument
H A DQuickSetupDialog.java75 private ButtonsPanel buttonsPanel; field in class:QuickSetupDialog
383 if (buttonsPanel == null)
385 buttonsPanel = new ButtonsPanel(application);
386 buttonsPanel.setQuickSetup(quickSetup);
388 return buttonsPanel;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DFramePanel.java60 private Component buttonsPanel; field in class:FramePanel
73 * @param buttonsPanel the buttons panel that appears on the bottom of the
77 Component buttonsPanel)
121 add(buttonsPanel, gbc);
136 this.buttonsPanel = buttonsPanel;
161 int buttonsTotalHeight = buttonsPanel.getHeight()
76 FramePanel(Component stepsPanel, Component currentStepPanel, Component buttonsPanel) argument
H A DQuickSetupDialog.java68 private ButtonsPanel buttonsPanel; field in class:QuickSetupDialog
375 if (buttonsPanel == null)
377 buttonsPanel = new ButtonsPanel(application);
378 buttonsPanel.setQuickSetup(quickSetup);
380 return buttonsPanel;

Completed in 130 milliseconds