Searched refs:AMContainer (Results 1 – 13 of 13) sorted by relevance
56 private AMContainer container;70 public AMContainerHelper(AMContainer container) { in AMContainerHelper()108 if (child instanceof AMContainer) { in add()109 for (AMContainer cn = container; cn != null; in add()177 } else if (child instanceof AMContainer) { in recurseCheckAdd()178 AMContainer cntr = (AMContainer)child; in recurseCheckAdd()222 } else if (child instanceof AMContainer) { in recurseCheckRemove()223 AMContainer cntr = (AMContainer)child; in recurseCheckRemove()
146 AMContainer parent;185 public AMContainer getParent() { in getParent()192 public void setParent(AMContainer parent) { in setParent()339 public void updateContainerAttributes(AMContainer parent, in updateContainerAttributes()396 if (this instanceof AMContainer) { in resolve()397 for (Enumeration e = ((AMContainer) this).getChildList(); in resolve()473 if (this instanceof AMContainer) in create()474 ((AMContainer) this).createChildren(); in create()501 if (this instanceof AMContainer) in destroy()502 ((AMContainer) this).destroyChildren(); in destroy()[all …]
59 public class Root extends AttributeManager implements AMContainer {340 if (mgr instanceof AMContainer) { in isUniqueName()341 AMContainer cntr = (AMContainer)mgr; in isUniqueName()554 AMContainer parent = group.getParent(); in addChildBody()567 AMContainer parent = (AMContainer)group.getParent(); in updateContainerAttribute()583 AMContainer parent = group.getParent(); in removeChildBody()
245 ((AMContainer)parent).updateContainerAttribute(this, in set()327 if (this instanceof AMContainer) in recreate()328 ((AMContainer)this).reparentChildren(); in recreate()
45 public interface AMContainer { interface
33 CLASSES= AMContainer AMContainerHelper Attribute AttributeList \
818 addChildren((AMContainer)root); in addRootChildren()821 private void addChildren(AMContainer cntr) { in addChildren()827 if (child instanceof AMContainer) in addChildren()828 addChildren((AMContainer)child); in addChildren()
62 public class MenuBarShadow extends MenuComponentShadow implements AMContainer {183 updateContainerAttributes((AMContainer)this, child); in addChildBody()287 if (this instanceof AMContainer) { in replicate()288 AMContainer newCntr = (AMContainer)newMgr; in replicate()289 e = ((AMContainer)this).getChildList(); in replicate()349 for (Enumeration e = ((AMContainer) this).getChildList(); in printChildList()
62 extends ComponentShadow implements AMContainer132 updateContainerAttributes((AMContainer)this, child); in addChildBody()
62 public class MenuShadow extends MenuItemShadow implements AMContainer {110 updateContainerAttributes((AMContainer)this, child); in addChildBody()
248 if (tree instanceof AMContainer) { in convertToString()249 Enumeration e = ((AMContainer) tree).getChildList(); in convertToString()414 ((AMContainer)parent).add(f); in convertChildren()418 ((AMContainer)parent).add(child); in convertChildren()
515 if (mgr instanceof AMContainer) { in recurseEnable()516 AMContainer cntr = (AMContainer)mgr; in recurseEnable()
350 updateContainerAttributes((AMContainer)this, child); in addChildBody()