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 TypeClassDescriptionclass
AbstractParent<T extends JComponent>
class
AbstractProxy<T extends JComponent>
class
class
class
class
class
class
Fields 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 TypeMethodDescriptionvoid
AbstractParent.add(ChildProxy<?> child)
void
ParentProxy.add(ChildProxy<?> child)
void
MenuManager.addToSection(String key, ChildProxy<?> item)
int
AbstractParent.getIndex(ChildProxy<?> child)
int
ParentProxy.getIndex(ChildProxy<?> child)
void
AbstractParent.insert(ChildProxy<?> child, int pos)
void
ParentProxy.insert(ChildProxy<?> child, int pos)
void
AbstractParent.remove(ChildProxy<?> child)
void
ParentProxy.remove(ChildProxy<?> child)
void
MenuManager.removeFromSection(String key, ChildProxy<?> item)