Uses of Interface
VASSAL.tools.menu.ChildProxy
-
Uses of ChildProxy in VASSAL.tools.menu
Modifier and TypeClassDescriptionclass
AbstractParent<T extends JComponent>
class
AbstractProxy<T extends JComponent>
class
class
class
class
class
class
Modifier and TypeMethodDescriptionChildProxy
<?> AbstractParent.getChild
(int pos) ChildProxy
<?> ParentProxy.getChild
(int pos) ChildProxy<?>[]
AbstractParent.getChildren()
ChildProxy<?>[]
ParentProxy.getChildren()
Modifier 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)