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 Type Method Description voidadd(ChildProxy<?> child)ChildProxy<?>getChild(int pos)intgetChildCount()ChildProxy<?>[]getChildren()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