/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | URLWorker.java | 50 private QuickSetupStepPanel panel; field in class:URLWorker 56 * @param panel the panel that created this URLWorker and to which we will 60 public URLWorker(QuickSetupStepPanel panel, String url) argument 62 this.panel = panel; 92 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex); 96 // Notify to the panel that the worker has finished. 97 panel.urlWorkerFinished(this);
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/ |
H A D | URLWorker.java | 51 private QuickSetupStepPanel panel; field in class:URLWorker 57 * @param panel the panel that created this URLWorker and to which we will 61 public URLWorker(QuickSetupStepPanel panel, String url) argument 63 this.panel = panel; 93 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex); 97 // Notify to the panel that the worker has finished. 98 panel.urlWorkerFinished(this);
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | URLWorker.java | 51 private QuickSetupStepPanel panel; field in class:URLWorker 57 * @param panel the panel that created this URLWorker and to which we will 61 public URLWorker(QuickSetupStepPanel panel, String url) argument 63 this.panel = panel; 93 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex); 97 // Notify to the panel that the worker has finished. 98 panel.urlWorkerFinished(this);
|
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/ |
H A D | URLWorker.java | 50 private QuickSetupStepPanel panel; field in class:URLWorker 56 * @param panel the panel that created this URLWorker and to which we will 60 public URLWorker(QuickSetupStepPanel panel, String url) argument 62 this.panel = panel; 92 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex); 96 // Notify to the panel that the worker has finished. 97 panel.urlWorkerFinished(this);
|
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/ |
H A D | URLWorker.java | 51 private QuickSetupStepPanel panel; field in class:URLWorker 57 * @param panel the panel that created this URLWorker and to which we will 61 public URLWorker(QuickSetupStepPanel panel, String url) argument 63 this.panel = panel; 93 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex); 97 // Notify to the panel that the worker has finished. 98 panel.urlWorkerFinished(this);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/ |
H A D | URLWorker.java | 50 private QuickSetupStepPanel panel; field in class:URLWorker 56 * @param panel the panel that created this URLWorker and to which we will 60 public URLWorker(QuickSetupStepPanel panel, String url) argument 62 this.panel = panel; 88 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex); 92 // Notify to the panel that the worker has finished. 93 panel.urlWorkerFinished(this);
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | MainActionsPane.java | 58 * The panel on the left side of the main Control Center dialog. It contains 116 StatusGenericPanel panel = constructor.newInstance(); 119 panel.setInfo(getInfo()); 121 frame = createFrame(panel); 176 * Creates the frame to be displayed using the provided panel. 177 * @param panel the panel that will be contained in the frame. 178 * @return the frame to be displayed using the provided panel. 180 protected GenericFrame createFrame(StatusGenericPanel panel) argument 182 return new GenericFrame(panel); [all...] |
H A D | MainMenuBar.java | 50 * The menu bar that appears on the main panel. 58 private RefreshOptionsPanel panel; field in class:MainMenuBar 62 * @param info the control panel information. 229 if (panel == null) 231 panel = new RefreshOptionsPanel(); 232 panel.setInfo(getInfo()); 235 panel); 241 if (!panel.isCanceled()) 243 getInfo().setPoolingPeriod(panel.getPoolingPeriod());
|
H A D | GenericFrame.java | 87 * The panel contained in the frame. 89 protected StatusGenericPanel panel; field in class:GenericFrame 96 * @param panel the panel contained in this frame. 98 public GenericFrame(StatusGenericPanel panel) argument 101 this.panel = panel; 102 if (panel.requiresBorder()) 104 setDefaultBorder(panel); 106 JMenuBar menu = panel 274 createButtonsPanel(final StatusGenericPanel panel) argument 371 updateDefaultButton(StatusGenericPanel panel) argument [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | MainActionsPane.java | 57 * The panel on the left side of the main Control Center dialog. It contains 115 StatusGenericPanel panel = constructor.newInstance(); 118 panel.setInfo(getInfo()); 120 frame = createFrame(panel); 175 * Creates the frame to be displayed using the provided panel. 176 * @param panel the panel that will be contained in the frame. 177 * @return the frame to be displayed using the provided panel. 179 protected GenericFrame createFrame(StatusGenericPanel panel) argument 181 return new GenericFrame(panel); [all...] |
H A D | MainMenuBar.java | 49 * The menu bar that appears on the main panel. 57 private RefreshOptionsPanel panel; field in class:MainMenuBar 61 * @param info the control panel information. 228 if (panel == null) 230 panel = new RefreshOptionsPanel(); 231 panel.setInfo(getInfo()); 234 panel); 240 if (!panel.isCanceled()) 242 getInfo().setPoolingPeriod(panel.getPoolingPeriod());
|
H A D | GenericFrame.java | 86 * The panel contained in the frame. 88 protected StatusGenericPanel panel; field in class:GenericFrame 95 * @param panel the panel contained in this frame. 97 public GenericFrame(StatusGenericPanel panel) argument 100 this.panel = panel; 101 if (panel.requiresBorder()) 103 setDefaultBorder(panel); 105 JMenuBar menu = panel 273 createButtonsPanel(final StatusGenericPanel panel) argument 370 updateDefaultButton(StatusGenericPanel panel) argument [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | MainActionsPane.java | 58 * The panel on the left side of the main Control Center dialog. It contains 116 StatusGenericPanel panel = constructor.newInstance(); 119 panel.setInfo(getInfo()); 121 frame = createFrame(panel); 176 * Creates the frame to be displayed using the provided panel. 177 * @param panel the panel that will be contained in the frame. 178 * @return the frame to be displayed using the provided panel. 180 protected GenericFrame createFrame(StatusGenericPanel panel) argument 182 return new GenericFrame(panel); [all...] |
H A D | MainMenuBar.java | 50 * The menu bar that appears on the main panel. 58 private RefreshOptionsPanel panel; field in class:MainMenuBar 62 * @param info the control panel information. 229 if (panel == null) 231 panel = new RefreshOptionsPanel(); 232 panel.setInfo(getInfo()); 235 panel); 241 if (!panel.isCanceled()) 243 getInfo().setPoolingPeriod(panel.getPoolingPeriod());
|
H A D | GenericFrame.java | 87 * The panel contained in the frame. 89 protected StatusGenericPanel panel; field in class:GenericFrame 96 * @param panel the panel contained in this frame. 98 public GenericFrame(StatusGenericPanel panel) argument 101 this.panel = panel; 102 if (panel.requiresBorder()) 104 setDefaultBorder(panel); 106 JMenuBar menu = panel 274 createButtonsPanel(final StatusGenericPanel panel) argument 371 updateDefaultButton(StatusGenericPanel panel) argument [all...] |
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | MainActionsPane.java | 57 * The panel on the left side of the main Control Center dialog. It contains 115 StatusGenericPanel panel = constructor.newInstance(); 118 panel.setInfo(getInfo()); 120 frame = createFrame(panel); 175 * Creates the frame to be displayed using the provided panel. 176 * @param panel the panel that will be contained in the frame. 177 * @return the frame to be displayed using the provided panel. 179 protected GenericFrame createFrame(StatusGenericPanel panel) argument 181 return new GenericFrame(panel); [all...] |
H A D | MainMenuBar.java | 49 * The menu bar that appears on the main panel. 57 private RefreshOptionsPanel panel; field in class:MainMenuBar 61 * @param info the control panel information. 228 if (panel == null) 230 panel = new RefreshOptionsPanel(); 231 panel.setInfo(getInfo()); 234 panel); 240 if (!panel.isCanceled()) 242 getInfo().setPoolingPeriod(panel.getPoolingPeriod());
|
H A D | GenericFrame.java | 86 * The panel contained in the frame. 88 protected StatusGenericPanel panel; field in class:GenericFrame 95 * @param panel the panel contained in this frame. 97 public GenericFrame(StatusGenericPanel panel) argument 100 this.panel = panel; 101 if (panel.requiresBorder()) 103 setDefaultBorder(panel); 105 JMenuBar menu = panel 273 createButtonsPanel(final StatusGenericPanel panel) argument 370 updateDefaultButton(StatusGenericPanel panel) argument [all...] |
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | MainActionsPane.java | 58 * The panel on the left side of the main Control Center dialog. It contains 116 StatusGenericPanel panel = constructor.newInstance(); 119 panel.setInfo(getInfo()); 121 frame = createFrame(panel); 176 * Creates the frame to be displayed using the provided panel. 177 * @param panel the panel that will be contained in the frame. 178 * @return the frame to be displayed using the provided panel. 180 protected GenericFrame createFrame(StatusGenericPanel panel) argument 182 return new GenericFrame(panel); [all...] |
H A D | MainMenuBar.java | 50 * The menu bar that appears on the main panel. 58 private RefreshOptionsPanel panel; field in class:MainMenuBar 62 * @param info the control panel information. 229 if (panel == null) 231 panel = new RefreshOptionsPanel(); 232 panel.setInfo(getInfo()); 235 panel); 241 if (!panel.isCanceled()) 243 getInfo().setPoolingPeriod(panel.getPoolingPeriod());
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ |
H A D | MainActionsPane.java | 59 * The panel on the left side of the main Control Center dialog. It contains 114 StatusGenericPanel panel = constructor.newInstance(); 117 panel.setInfo(getInfo()); 119 frame = createFrame(panel); 172 * Creates the frame to be displayed using the provided panel. 173 * @param panel the panel that will be contained in the frame. 174 * @return the frame to be displayed using the provided panel. 176 protected GenericFrame createFrame(StatusGenericPanel panel) argument 178 return new GenericFrame(panel); [all...] |
H A D | MainMenuBar.java | 51 * The menu bar that appears on the main panel. 59 private RefreshOptionsPanel panel; field in class:MainMenuBar 63 * @param info the control panel information. 228 if (panel == null) 230 panel = new RefreshOptionsPanel(); 231 panel.setInfo(getInfo()); 234 panel); 240 if (!panel.isCanceled()) 242 getInfo().setPoolingPeriod(panel.getPoolingPeriod());
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | CategoryPanel.java | 43 * The panel representing a category. It contains a CategoryButton and a panel 50 private JPanel panel; field in class:CategoryPanel 60 * Constructor the the panel. 61 * @param child the component that must be displayed by this panel if its 63 * @param category the Category associated with the panel. 69 panel = new JPanel(new BorderLayout()); 70 add(panel, BorderLayout.CENTER); 71 panel.add(child, BorderLayout.CENTER); 84 * Sets whether the state of the panel i [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | CategoryPanel.java | 42 * The panel representing a category. It contains a CategoryButton and a panel 49 private JPanel panel; field in class:CategoryPanel 59 * Constructor the the panel. 60 * @param child the component that must be displayed by this panel if its 62 * @param category the Category associated with the panel. 68 panel = new JPanel(new BorderLayout()); 69 add(panel, BorderLayout.CENTER); 70 panel.add(child, BorderLayout.CENTER); 83 * Sets whether the state of the panel i [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | CategoryPanel.java | 43 * The panel representing a category. It contains a CategoryButton and a panel 50 private JPanel panel; field in class:CategoryPanel 60 * Constructor the the panel. 61 * @param child the component that must be displayed by this panel if its 63 * @param category the Category associated with the panel. 69 panel = new JPanel(new BorderLayout()); 70 add(panel, BorderLayout.CENTER); 71 panel.add(child, BorderLayout.CENTER); 84 * Sets whether the state of the panel i [all...] |