Default constructor.
Convenience constructor.paramr the ResourceSelector[] to add. super(r);
super(r);
Return true if this Resource is selected.paramr the Resource to check.returnwhether the Resource was selected. boolean none = true; for (Iterator i = getSelectors(); none && i.hasNext();) { none = !((ResourceSelector) i.next()).isSelected(r); } return none;
boolean none = true; for (Iterator i = getSelectors(); none && i.hasNext();) { none = !((ResourceSelector) i.next()).isSelected(r); } return none;