Home
last modified time | relevance | path

Searched refs:genericAttrList (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DGroup.java1257 if (genericAttrList == null) { in addForwardedAttributes()
1258 genericAttrList = new AttributeList(); in addForwardedAttributes()
1259 mergeForward(genericAttrList, new VJPanelShadow()); in addForwardedAttributes()
1260 mergeForward(genericAttrList, new FrameShadow()); in addForwardedAttributes()
1261 mergeForward(genericAttrList, new DialogShadow()); in addForwardedAttributes()
1264 Enumeration e = genericAttrList.elements(); in addForwardedAttributes()
1322 private static AttributeList genericAttrList = null; field in Group