Class MenuBarProxy
- All Implemented Interfaces:
ChildProxy<JMenuBar>, ParentProxy
- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Field Summary
Fields inherited from class AbstractParent
childrenFields inherited from class AbstractProxy
parent, peers, queueModifier and TypeFieldDescriptionprotected ParentProxyprotected final List<WeakReference<JMenuBar>> protected final ReferenceQueue<JMenuBar> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractParent
add, getChild, getChildCount, getChildren, getIndex, insert, proxyIndexToRealIndex, remove, removeModifier and TypeMethodDescriptionvoidadd(ChildProxy<?> child) ChildProxy<?> getChild(int pos) intChildProxy<?>[]intgetIndex(ChildProxy<?> child) voidinsert(ChildProxy<?> child, int pos) protected intproxyIndexToRealIndex(int pos) voidremove(int pos) voidremove(ChildProxy<?> child) Methods inherited from class AbstractProxy
forEachPeer, getParent, processQueue, setParentModifier and TypeMethodDescriptionprotected voidforEachPeer(VASSAL.tools.menu.Functor<JMenuBar> functor) protected voidvoidsetParent(ParentProxy parent)
-
Constructor Details
-
MenuBarProxy
public MenuBarProxy()
-
-
Method Details
-
createPeer
- Specified by:
createPeerin interfaceChildProxy<JMenuBar>- Specified by:
createPeerin classAbstractProxy<JMenuBar>
-