Uses of Interface
VASSAL.tools.menu.ChildProxy
Packages that use ChildProxy
-
Uses of ChildProxy in VASSAL.tools.menu
Classes in VASSAL.tools.menu that implement ChildProxyModifier and TypeClassDescriptionclassAbstractParent<T extends JComponent>classAbstractProxy<T extends JComponent>classclassclassclassclassclassFields in VASSAL.tools.menu with type parameters of type ChildProxyMethods in VASSAL.tools.menu that return ChildProxyModifier and TypeMethodDescriptionChildProxy<?>AbstractParent.getChild(int pos)ChildProxy<?>ParentProxy.getChild(int pos)ChildProxy<?>[]AbstractParent.getChildren()ChildProxy<?>[]ParentProxy.getChildren()Methods in VASSAL.tools.menu with parameters of type ChildProxyModifier and TypeMethodDescriptionvoidAbstractParent.add(ChildProxy<?> child)voidParentProxy.add(ChildProxy<?> child)voidMenuManager.addToSection(String key, ChildProxy<?> item)intAbstractParent.getIndex(ChildProxy<?> child)intParentProxy.getIndex(ChildProxy<?> child)voidAbstractParent.insert(ChildProxy<?> child, int pos)voidParentProxy.insert(ChildProxy<?> child, int pos)voidAbstractParent.remove(ChildProxy<?> child)voidParentProxy.remove(ChildProxy<?> child)voidMenuManager.removeFromSection(String key, ChildProxy<?> item)