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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java53 private IndexPanel standardIndexPanel = new IndexPanel(); field in class:IndexBrowserRightPanel
116 standardIndexPanel.setInfo(info);
128 standardIndexPanel.update(index);
130 standardIndexPanel.getTitle().toString());
186 standardIndexPanel,
258 else if (standardIndexPanel.isVisible())
260 mustCheckUnsavedChanges = standardIndexPanel.mustCheckUnsavedChanges();
282 else if (standardIndexPanel.isVisible())
284 result = standardIndexPanel.checkUnsavedChanges();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java52 private IndexPanel standardIndexPanel = new IndexPanel(); field in class:IndexBrowserRightPanel
115 standardIndexPanel.setInfo(info);
127 standardIndexPanel.update(index);
129 standardIndexPanel.getTitle().toString());
185 standardIndexPanel,
257 else if (standardIndexPanel.isVisible())
259 mustCheckUnsavedChanges = standardIndexPanel.mustCheckUnsavedChanges();
281 else if (standardIndexPanel.isVisible())
283 result = standardIndexPanel.checkUnsavedChanges();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java53 private IndexPanel standardIndexPanel = new IndexPanel(); field in class:IndexBrowserRightPanel
116 standardIndexPanel.setInfo(info);
128 standardIndexPanel.update(index);
130 standardIndexPanel.getTitle().toString());
186 standardIndexPanel,
258 else if (standardIndexPanel.isVisible())
260 mustCheckUnsavedChanges = standardIndexPanel.mustCheckUnsavedChanges();
282 else if (standardIndexPanel.isVisible())
284 result = standardIndexPanel.checkUnsavedChanges();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java52 private IndexPanel standardIndexPanel = new IndexPanel(); field in class:IndexBrowserRightPanel
115 standardIndexPanel.setInfo(info);
127 standardIndexPanel.update(index);
129 standardIndexPanel.getTitle().toString());
185 standardIndexPanel,
257 else if (standardIndexPanel.isVisible())
259 mustCheckUnsavedChanges = standardIndexPanel.mustCheckUnsavedChanges();
281 else if (standardIndexPanel.isVisible())
283 result = standardIndexPanel.checkUnsavedChanges();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java53 private IndexPanel standardIndexPanel = new IndexPanel(); field in class:IndexBrowserRightPanel
116 standardIndexPanel.setInfo(info);
128 standardIndexPanel.update(index);
130 standardIndexPanel.getTitle().toString());
186 standardIndexPanel,
258 else if (standardIndexPanel.isVisible())
260 mustCheckUnsavedChanges = standardIndexPanel.mustCheckUnsavedChanges();
282 else if (standardIndexPanel.isVisible())
284 result = standardIndexPanel.checkUnsavedChanges();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java53 private IndexPanel standardIndexPanel = new IndexPanel(); field in class:IndexBrowserRightPanel
114 standardIndexPanel.setInfo(info);
126 standardIndexPanel.update(index);
128 standardIndexPanel.getTitle().toString());
184 standardIndexPanel,
246 else if (standardIndexPanel.isVisible())
248 mustCheckUnsavedChanges = standardIndexPanel.mustCheckUnsavedChanges();
270 else if (standardIndexPanel.isVisible())
272 result = standardIndexPanel.checkUnsavedChanges();

Completed in 1050 milliseconds