Searched defs:lNoMatchFound (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java144 private JLabel lNoMatchFound; field in class:AbstractBrowseEntriesPanel
1020 lNoMatchFound = Utilities.createDefaultLabel(
1022 lNoMatchFound.setVisible(false);
1045 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
1046 p.add(lNoMatchFound, gbc);
1824 lNoMatchFound.setVisible(!visible);
H A DBrowseSchemaPanel.java181 private JLabel lNoMatchFound; field in class:BrowseSchemaPanel
486 lNoMatchFound =Utilities.createDefaultLabel(
488 lNoMatchFound.setVisible(false);
503 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
505 p.add(lNoMatchFound, gbc);
1056 lNoMatchFound.setVisible(nElements == 0);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java143 private JLabel lNoMatchFound; field in class:AbstractBrowseEntriesPanel
1019 lNoMatchFound = Utilities.createDefaultLabel(
1021 lNoMatchFound.setVisible(false);
1044 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
1045 p.add(lNoMatchFound, gbc);
1823 lNoMatchFound.setVisible(!visible);
H A DBrowseSchemaPanel.java180 private JLabel lNoMatchFound; field in class:BrowseSchemaPanel
485 lNoMatchFound =Utilities.createDefaultLabel(
487 lNoMatchFound.setVisible(false);
502 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
504 p.add(lNoMatchFound, gbc);
1055 lNoMatchFound.setVisible(nElements == 0);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java144 private JLabel lNoMatchFound; field in class:AbstractBrowseEntriesPanel
1020 lNoMatchFound = Utilities.createDefaultLabel(
1022 lNoMatchFound.setVisible(false);
1045 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
1046 p.add(lNoMatchFound, gbc);
1824 lNoMatchFound.setVisible(!visible);
H A DBrowseSchemaPanel.java181 private JLabel lNoMatchFound; field in class:BrowseSchemaPanel
486 lNoMatchFound =Utilities.createDefaultLabel(
488 lNoMatchFound.setVisible(false);
503 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
505 p.add(lNoMatchFound, gbc);
1056 lNoMatchFound.setVisible(nElements == 0);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java143 private JLabel lNoMatchFound; field in class:AbstractBrowseEntriesPanel
1019 lNoMatchFound = Utilities.createDefaultLabel(
1021 lNoMatchFound.setVisible(false);
1044 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
1045 p.add(lNoMatchFound, gbc);
1823 lNoMatchFound.setVisible(!visible);
H A DBrowseSchemaPanel.java180 private JLabel lNoMatchFound; field in class:BrowseSchemaPanel
485 lNoMatchFound =Utilities.createDefaultLabel(
487 lNoMatchFound.setVisible(false);
502 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
504 p.add(lNoMatchFound, gbc);
1055 lNoMatchFound.setVisible(nElements == 0);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java144 private JLabel lNoMatchFound; field in class:AbstractBrowseEntriesPanel
1020 lNoMatchFound = Utilities.createDefaultLabel(
1022 lNoMatchFound.setVisible(false);
1045 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
1046 p.add(lNoMatchFound, gbc);
1824 lNoMatchFound.setVisible(!visible);
H A DBrowseSchemaPanel.java181 private JLabel lNoMatchFound; field in class:BrowseSchemaPanel
486 lNoMatchFound =Utilities.createDefaultLabel(
488 lNoMatchFound.setVisible(false);
503 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
505 p.add(lNoMatchFound, gbc);
1056 lNoMatchFound.setVisible(nElements == 0);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java158 private JLabel lNoMatchFound; field in class:AbstractBrowseEntriesPanel
901 lNoMatchFound = Utilities.createDefaultLabel(INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL.get());
902 lNoMatchFound.setVisible(false);
924 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
925 p.add(lNoMatchFound, gbc);
1642 lNoMatchFound.setVisible(!visible);
H A DBrowseSchemaPanel.java162 private JLabel lNoMatchFound; field in class:BrowseSchemaPanel
408 lNoMatchFound = Utilities.createDefaultLabel(INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL.get());
409 lNoMatchFound.setVisible(false);
424 Utilities.setBorder(lNoMatchFound, new EmptyBorder(15, 15, 15, 15));
426 p.add(lNoMatchFound, gbc);
924 lNoMatchFound.setVisible(nElements == 0);

Completed in 57 milliseconds