Searched refs:quickSetup (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupPanel.java47 private QuickSetup quickSetup; field in class:QuickSetupPanel
65 this.quickSetup = qs;
73 return this.quickSetup;
H A DQuickSetupDialog.java85 private QuickSetup quickSetup; field in class:QuickSetupDialog
104 this.quickSetup = qs;
357 stepsPanel.setQuickSetup(quickSetup);
370 currentStepPanel = new CurrentStepPanel(application, quickSetup);
385 buttonsPanel.setQuickSetup(quickSetup);
485 installedPanel.setQuickSetup(quickSetup);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupPanel.java48 private QuickSetup quickSetup; field in class:QuickSetupPanel
66 this.quickSetup = qs;
74 return this.quickSetup;
H A DQuickSetupDialog.java86 private QuickSetup quickSetup; field in class:QuickSetupDialog
105 this.quickSetup = qs;
358 stepsPanel.setQuickSetup(quickSetup);
371 currentStepPanel = new CurrentStepPanel(application, quickSetup);
386 buttonsPanel.setQuickSetup(quickSetup);
486 installedPanel.setQuickSetup(quickSetup);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupPanel.java48 private QuickSetup quickSetup; field in class:QuickSetupPanel
66 this.quickSetup = qs;
74 return this.quickSetup;
H A DQuickSetupDialog.java86 private QuickSetup quickSetup; field in class:QuickSetupDialog
105 this.quickSetup = qs;
358 stepsPanel.setQuickSetup(quickSetup);
371 currentStepPanel = new CurrentStepPanel(application, quickSetup);
386 buttonsPanel.setQuickSetup(quickSetup);
486 installedPanel.setQuickSetup(quickSetup);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupPanel.java47 private QuickSetup quickSetup; field in class:QuickSetupPanel
65 this.quickSetup = qs;
73 return this.quickSetup;
H A DQuickSetupDialog.java85 private QuickSetup quickSetup; field in class:QuickSetupDialog
104 this.quickSetup = qs;
357 stepsPanel.setQuickSetup(quickSetup);
370 currentStepPanel = new CurrentStepPanel(application, quickSetup);
385 buttonsPanel.setQuickSetup(quickSetup);
485 installedPanel.setQuickSetup(quickSetup);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupPanel.java48 private QuickSetup quickSetup; field in class:QuickSetupPanel
66 this.quickSetup = qs;
74 return this.quickSetup;
H A DQuickSetupDialog.java86 private QuickSetup quickSetup; field in class:QuickSetupDialog
105 this.quickSetup = qs;
358 stepsPanel.setQuickSetup(quickSetup);
371 currentStepPanel = new CurrentStepPanel(application, quickSetup);
386 buttonsPanel.setQuickSetup(quickSetup);
486 installedPanel.setQuickSetup(quickSetup);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupPanel.java47 private QuickSetup quickSetup; field in class:QuickSetupPanel
65 this.quickSetup = qs;
73 return this.quickSetup;
H A DQuickSetupDialog.java78 private QuickSetup quickSetup; field in class:QuickSetupDialog
97 this.quickSetup = qs;
350 stepsPanel.setQuickSetup(quickSetup);
363 currentStepPanel = new CurrentStepPanel(application, quickSetup);
378 buttonsPanel.setQuickSetup(quickSetup);
478 installedPanel.setQuickSetup(quickSetup);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java52 * screen. This is why the quickSetup variable is of type Object.
63 private Object quickSetup; field in class:SplashScreen
210 quickSetup = quickSetupClass.newInstance();
212 { String[].class }).invoke(quickSetup, new Object[]
240 quickSetupClass.getMethod("display").invoke(quickSetup);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java53 * screen. This is why the quickSetup variable is of type Object.
64 private Object quickSetup; field in class:SplashScreen
211 quickSetup = quickSetupClass.newInstance();
213 { String[].class }).invoke(quickSetup, new Object[]
241 quickSetupClass.getMethod("display").invoke(quickSetup);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java53 * screen. This is why the quickSetup variable is of type Object.
64 private Object quickSetup; field in class:SplashScreen
211 quickSetup = quickSetupClass.newInstance();
213 { String[].class }).invoke(quickSetup, new Object[]
241 quickSetupClass.getMethod("display").invoke(quickSetup);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java52 * screen. This is why the quickSetup variable is of type Object.
63 private Object quickSetup; field in class:SplashScreen
210 quickSetup = quickSetupClass.newInstance();
212 { String[].class }).invoke(quickSetup, new Object[]
240 quickSetupClass.getMethod("display").invoke(quickSetup);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java53 * screen. This is why the quickSetup variable is of type Object.
64 private Object quickSetup; field in class:SplashScreen
211 quickSetup = quickSetupClass.newInstance();
213 { String[].class }).invoke(quickSetup, new Object[]
241 quickSetupClass.getMethod("display").invoke(quickSetup);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DSplashScreen.java49 * screen. This is why the quickSetup variable is of type Object.
60 private Object quickSetup; field in class:SplashScreen
199 quickSetup = quickSetupClass.newInstance();
201 { String[].class }).invoke(quickSetup, new Object[]
229 quickSetupClass.getMethod("display").invoke(quickSetup);

Completed in 146 milliseconds