Searched refs:installedPanel (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java66 private QuickSetupErrorPanel installedPanel; field in class:QuickSetupDialog
480 if (installedPanel == null)
482 installedPanel = new QuickSetupErrorPanel(
485 installedPanel.setQuickSetup(quickSetup);
487 return installedPanel;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java67 private QuickSetupErrorPanel installedPanel; field in class:QuickSetupDialog
481 if (installedPanel == null)
483 installedPanel = new QuickSetupErrorPanel(
486 installedPanel.setQuickSetup(quickSetup);
488 return installedPanel;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java67 private QuickSetupErrorPanel installedPanel; field in class:QuickSetupDialog
481 if (installedPanel == null)
483 installedPanel = new QuickSetupErrorPanel(
486 installedPanel.setQuickSetup(quickSetup);
488 return installedPanel;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java66 private QuickSetupErrorPanel installedPanel; field in class:QuickSetupDialog
480 if (installedPanel == null)
482 installedPanel = new QuickSetupErrorPanel(
485 installedPanel.setQuickSetup(quickSetup);
487 return installedPanel;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java67 private QuickSetupErrorPanel installedPanel; field in class:QuickSetupDialog
481 if (installedPanel == null)
483 installedPanel = new QuickSetupErrorPanel(
486 installedPanel.setQuickSetup(quickSetup);
488 return installedPanel;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java64 private QuickSetupErrorPanel installedPanel; field in class:QuickSetupDialog
473 if (installedPanel == null)
475 installedPanel = new QuickSetupErrorPanel(
478 installedPanel.setQuickSetup(quickSetup);
480 return installedPanel;

Completed in 35 milliseconds