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 TypeMethodDescriptionvoid
add
(ChildProxy<?> child) ChildProxy
<?> getChild
(int pos) int
ChildProxy<?>[]
int
getIndex
(ChildProxy<?> child) void
insert
(ChildProxy<?> child, int pos) void
remove
(int pos) void
remove
(ChildProxy<?> child)
-
Method Details
-
remove
void remove(int pos) -
getChildCount
int getChildCount() -
getChildren
ChildProxy<?>[] getChildren() -
getChild