Class SwingScrollPanePeer
java.lang.Object
net.thevpc.echo.swing.peers.SwingScrollPanePeer
- All Implemented Interfaces:
AppComponentPeer, AppScrollPanePeer, SwingPeer
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(AppComponent other, int index) intgetMaxX()intgetMaxY()voidinstall(AppComponent comp) voidremoveChild(AppComponent other, int index) voidvoidstatic 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
-
SwingScrollPanePeer
public SwingScrollPanePeer()
-
-
Method Details
-
toDocAnchor
-
install
- Specified by:
installin interfaceAppComponentPeer
-
getMaxX
public int getMaxX()- Specified by:
getMaxXin interfaceAppScrollPanePeer
-
getMaxY
public int getMaxY()- Specified by:
getMaxYin interfaceAppScrollPanePeer
-
scrollTo
- Specified by:
scrollToin interfaceAppScrollPanePeer
-
scrollTo
- Specified by:
scrollToin interfaceAppScrollPanePeer
-
addChild
- Specified by:
addChildin interfaceAppComponentPeer
-
removeChild
- Specified by:
removeChildin interfaceAppComponentPeer
-
toolkitComponent
- Specified by:
toolkitComponentin interfaceAppComponentPeer
-