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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java112 private AbstractIndexDescriptor lastCreatedIndex; field in class:BrowseIndexPanel
673 ((lastSelectedNode != null) || (lastCreatedIndex != null)))
675 if (lastCreatedIndex != null)
678 (lastCreatedIndex instanceof IndexDescriptor))
680 if (node.getName().equals(lastCreatedIndex.getName()))
683 lastCreatedIndex = null;
687 (lastCreatedIndex instanceof VLVIndexDescriptor))
689 if (node.getName().equals(lastCreatedIndex.getName()))
692 lastCreatedIndex = null;
824 lastCreatedIndex
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java111 private AbstractIndexDescriptor lastCreatedIndex; field in class:BrowseIndexPanel
672 ((lastSelectedNode != null) || (lastCreatedIndex != null)))
674 if (lastCreatedIndex != null)
677 (lastCreatedIndex instanceof IndexDescriptor))
679 if (node.getName().equals(lastCreatedIndex.getName()))
682 lastCreatedIndex = null;
686 (lastCreatedIndex instanceof VLVIndexDescriptor))
688 if (node.getName().equals(lastCreatedIndex.getName()))
691 lastCreatedIndex = null;
823 lastCreatedIndex
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java112 private AbstractIndexDescriptor lastCreatedIndex; field in class:BrowseIndexPanel
673 ((lastSelectedNode != null) || (lastCreatedIndex != null)))
675 if (lastCreatedIndex != null)
678 (lastCreatedIndex instanceof IndexDescriptor))
680 if (node.getName().equals(lastCreatedIndex.getName()))
683 lastCreatedIndex = null;
687 (lastCreatedIndex instanceof VLVIndexDescriptor))
689 if (node.getName().equals(lastCreatedIndex.getName()))
692 lastCreatedIndex = null;
824 lastCreatedIndex
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java111 private AbstractIndexDescriptor lastCreatedIndex; field in class:BrowseIndexPanel
672 ((lastSelectedNode != null) || (lastCreatedIndex != null)))
674 if (lastCreatedIndex != null)
677 (lastCreatedIndex instanceof IndexDescriptor))
679 if (node.getName().equals(lastCreatedIndex.getName()))
682 lastCreatedIndex = null;
686 (lastCreatedIndex instanceof VLVIndexDescriptor))
688 if (node.getName().equals(lastCreatedIndex.getName()))
691 lastCreatedIndex = null;
823 lastCreatedIndex
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java112 private AbstractIndexDescriptor lastCreatedIndex; field in class:BrowseIndexPanel
673 ((lastSelectedNode != null) || (lastCreatedIndex != null)))
675 if (lastCreatedIndex != null)
678 (lastCreatedIndex instanceof IndexDescriptor))
680 if (node.getName().equals(lastCreatedIndex.getName()))
683 lastCreatedIndex = null;
687 (lastCreatedIndex instanceof VLVIndexDescriptor))
689 if (node.getName().equals(lastCreatedIndex.getName()))
692 lastCreatedIndex = null;
824 lastCreatedIndex
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBrowseIndexPanel.java112 private AbstractIndexDescriptor lastCreatedIndex; field in class:BrowseIndexPanel
624 (lastSelectedNode != null || lastCreatedIndex != null))
626 if (lastCreatedIndex != null)
629 lastCreatedIndex instanceof IndexDescriptor)
631 if (node.getName().equals(lastCreatedIndex.getName()))
634 lastCreatedIndex = null;
638 && lastCreatedIndex instanceof VLVIndexDescriptor
639 && node.getName().equals(lastCreatedIndex.getName()))
642 lastCreatedIndex = null;
770 lastCreatedIndex
[all...]

Completed in 29 milliseconds