Searched defs:Group (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DGroup.java36 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 Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...

Completed in 12 milliseconds