Class SwingDockPeer
java.lang.Object
net.thevpc.echo.swing.peers.SwingDockPeer
- All Implemented Interfaces:
AppComponentPeer, AppDockPeer, SwingPeer
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(AppComponent child, int index) voidinstall(AppComponent comp) voidremoveChild(AppComponent other, int index) static JDockAnchortoDocAnchor(Anchor anchor) 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
-
SwingDockPeer
public SwingDockPeer()
-
-
Method Details
-
toDocAnchor
-
install
- Specified by:
installin interfaceAppComponentPeer
-
addChild
- Specified by:
addChildin interfaceAppComponentPeer
-
removeChild
- Specified by:
removeChildin interfaceAppComponentPeer
-
toolkitComponent
- Specified by:
toolkitComponentin interfaceAppComponentPeer
-
getWorkspacePanel
-