Class SwingMenuPeer
java.lang.Object
net.thevpc.echo.swing.peers.SwingMenuPeer
- All Implemented Interfaces:
AppComponentPeer, AppMenuPeer, SwingPeer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(AppComponent other, int index) voidinstall(AppComponent comp) voidremoveChild(AppComponent other, int index) voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SwingPeer
awtComponent, jcomponent, requestFocus
-
Constructor Details
-
SwingMenuPeer
public SwingMenuPeer()
-
-
Method Details
-
install
- Specified by:
installin interfaceAppComponentPeer
-
uninstall
public void uninstall()- Specified by:
uninstallin interfaceAppComponentPeer
-
addChild
- Specified by:
addChildin interfaceAppComponentPeer
-
removeChild
- Specified by:
removeChildin interfaceAppComponentPeer
-
toolkitComponent
- Specified by:
toolkitComponentin interfaceAppComponentPeer
-