Lines Matching defs:Group

33  * @(#) Group.java 1.143 - last change made 07/25/97
70 public abstract class Group extends AttributeManager {
134 private Group parentGroup = null;
152 "sunsoft.jws.visual.rt.base.Group.ExpiredVersion"));
156 "sunsoft.jws.visual.rt.base.Group.ExpiredVersionDate",
169 public Group() {
187 "sunsoft.jws.visual.rt.base.Group.GroupInitializationWarning"));
209 "sunsoft.jws.visual.rt.base.Group.RootIsNull", this.getClass().getName()));
231 Group child = (Group)e.nextElement();
283 * initGroup is only called once in the lifetime of the Group.
316 else if (mgr instanceof Group)
317 return ((Group)mgr).getContainer();
320 "sunsoft.jws.visual.rt.base.Group.UnexpectedMainChildType",
383 Group base = getBase();
397 public boolean wouldBeVisible(Group group) {
477 Group base = null;
540 Group child = (Group)e.nextElement();
591 Group group = (Group)e.nextElement();
618 "sunsoft.jws.visual.rt.base.Group.GroupCreationWarning"));
640 "sunsoft.jws.visual.rt.base.Group.RootIsNull2"));
727 Group child = (Group)e.nextElement();
770 ((Group)e.nextElement()).stop();
800 // Group tree - An group can be either a node or a leaf.
803 void add(Group child) {
810 void remove(Group child) {
825 if (child instanceof Group)
826 add((Group)child);
835 Group child = (Group)e.nextElement();
844 public Group getChild(String name) {
847 Group child = (Group)e.nextElement();
863 private void setParentGroup(Group parent) {
870 public Group getParentGroup() {
878 public Group getGroup() {
904 Group group = this;
905 Group newGroup;
947 public Group resolveGroup(String name) {
948 Group group;
953 group = (Group)e.nextElement();
1549 public Group getBase() {
1609 Group child = (Group)e.nextElement();