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 class
AbstractParent<T extends JComponent>
class
AbstractProxy<T extends JComponent>
class
CheckBoxMenuItemProxy
class
MenuBarProxy
class
MenuItemProxy
class
MenuMarker
class
MenuProxy
class
SeparatorProxy
Fields in VASSAL.tools.menu with type parameters of type ChildProxy Modifier and Type Field Description protected List<ChildProxy<?>>
AbstractParent. children
Methods 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 void
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)