Uses of Interface
VASSAL.tools.menu.ChildProxy
| Package | Description |
|---|---|
| VASSAL.tools.menu |
-
Uses of ChildProxy in VASSAL.tools.menu
Classes in VASSAL.tools.menu that implement ChildProxy Modifier and Type Class Description classAbstractParent<T extends JComponent>classAbstractProxy<T extends JComponent>classCheckBoxMenuItemProxyclassMenuBarProxyclassMenuItemProxyclassMenuMarkerclassMenuProxyclassSeparatorProxyFields in VASSAL.tools.menu with type parameters of type ChildProxy Modifier and Type Field Description protected List<ChildProxy<?>>AbstractParent. childrenMethods in VASSAL.tools.menu that return ChildProxy Modifier and Type Method Description ChildProxy<?>AbstractParent. getChild(int pos)ChildProxy<?>ParentProxy. getChild(int pos)ChildProxy<?>[]AbstractParent. getChildren()ChildProxy<?>[]ParentProxy. getChildren()Methods in VASSAL.tools.menu with parameters of type ChildProxy Modifier and Type Method Description voidAbstractParent. 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)