Searched defs:Group (Results 1 - 2 of 2) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/configuration/ | ||
H A D | Group.java | 36 public class Group implements Comparable<Group> { class in inherits:Comparable 40 private Group parent; 43 private Set<Group> subgroups = new TreeSet<>(); 44 private Set<Group> descendants = new TreeSet<>(); 47 private Set<Group> parents; 61 public Set<Group> getDescendants() { 65 public void setDescendants(Set<Group> descendants) { 69 public void addDescendant(Group g) { 73 public void removeDescendant(Group [all...] |
/opengrok/lib/ | ||
H A D | swing-layout-0.9.jar | META-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ... |
Completed in 10 milliseconds