Package VASSAL.tools.menu
Interface ParentProxy
- All Known Implementing Classes:
AbstractParent,MenuBarProxy,MenuProxy
public interface ParentProxy
- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ChildProxy<?> child) ChildProxy<?> getChild(int pos) intChildProxy<?>[]intgetIndex(ChildProxy<?> child) voidinsert(ChildProxy<?> child, int pos) voidremove(int pos) voidremove(ChildProxy<?> child)
-
Method Details
-
remove
void remove(int pos) -
getChildCount
int getChildCount() -
getChildren
ChildProxy<?>[] getChildren() -
getChild