|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeerComponent | |
---|---|
com.sun.lwuit | |
com.sun.lwuit.impl | |
com.sun.lwuit.impl.android |
Uses of PeerComponent in com.sun.lwuit |
---|
Subclasses of PeerComponent in com.sun.lwuit | |
---|---|
class |
VideoComponent
Allows embedding a video into a LWUIT component, video creation/management is very platform specific and this component tries to abstract that logic as much as possible while maintaining portability. |
Methods in com.sun.lwuit that return PeerComponent | |
---|---|
static PeerComponent |
PeerComponent.create(java.lang.Object nativePeer)
Use this method to encapsulate a native UI object |
Uses of PeerComponent in com.sun.lwuit.impl |
---|
Methods in com.sun.lwuit.impl that return PeerComponent | |
---|---|
PeerComponent |
LWUITImplementation.createNativePeer(java.lang.Object nativeComponent)
Creates a peer component for the given lightweight component |
Uses of PeerComponent in com.sun.lwuit.impl.android |
---|
Methods in com.sun.lwuit.impl.android that return PeerComponent | |
---|---|
PeerComponent |
AndroidImplementation.createNativePeer(java.lang.Object nativeComponent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |