| | |
| | | public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) |
| | | { |
| | | boolean sameEntry = false; |
| | | if ((searchResult != null) && (sr != null)) |
| | | if (searchResult != null && sr != null) |
| | | { |
| | | sameEntry = searchResult.getDN().equals(sr.getDN()); |
| | | } |
| | |
| | | { |
| | | public void run() |
| | | { |
| | | if ((p != null) && (scroll.getViewport().contains(p))) |
| | | if (p != null && scroll.getViewport().contains(p)) |
| | | { |
| | | scroll.getViewport().setViewPosition(p); |
| | | } |
| | |
| | | addedAttrs.add( |
| | | Utilities.getAttributeNameWithoutOptions(attrName).toLowerCase()); |
| | | } |
| | | if ((ocs != null) && (schema != null)) |
| | | if (ocs != null && schema != null) |
| | | { |
| | | for (Object o : ocs) |
| | | { |