Searched defs:newVLVIndexDialog (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java124 private GenericDialog newVLVIndexDialog; field in class:BrowseIndexPanel
853 newVLVIndexDialog = new GenericDialog(null, newVLVIndexPanel);
854 Utilities.centerGoldenMean(newVLVIndexDialog,
872 else if (!newVLVIndexDialog.isVisible())
885 newVLVIndexDialog.setVisible(true);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java123 private GenericDialog newVLVIndexDialog; field in class:BrowseIndexPanel
852 newVLVIndexDialog = new GenericDialog(null, newVLVIndexPanel);
853 Utilities.centerGoldenMean(newVLVIndexDialog,
871 else if (!newVLVIndexDialog.isVisible())
884 newVLVIndexDialog.setVisible(true);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java124 private GenericDialog newVLVIndexDialog; field in class:BrowseIndexPanel
853 newVLVIndexDialog = new GenericDialog(null, newVLVIndexPanel);
854 Utilities.centerGoldenMean(newVLVIndexDialog,
872 else if (!newVLVIndexDialog.isVisible())
885 newVLVIndexDialog.setVisible(true);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java123 private GenericDialog newVLVIndexDialog; field in class:BrowseIndexPanel
852 newVLVIndexDialog = new GenericDialog(null, newVLVIndexPanel);
853 Utilities.centerGoldenMean(newVLVIndexDialog,
871 else if (!newVLVIndexDialog.isVisible())
884 newVLVIndexDialog.setVisible(true);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java124 private GenericDialog newVLVIndexDialog; field in class:BrowseIndexPanel
853 newVLVIndexDialog = new GenericDialog(null, newVLVIndexPanel);
854 Utilities.centerGoldenMean(newVLVIndexDialog,
872 else if (!newVLVIndexDialog.isVisible())
885 newVLVIndexDialog.setVisible(true);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java124 private GenericDialog newVLVIndexDialog; field in class:BrowseIndexPanel
799 newVLVIndexDialog = new GenericDialog(null, newVLVIndexPanel);
800 Utilities.centerGoldenMean(newVLVIndexDialog,
816 else if (!newVLVIndexDialog.isVisible())
829 newVLVIndexDialog.setVisible(true);

Completed in 40 milliseconds