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