FileDocCategorySizeDatePackage
WTK.javaAPI DocAndroid 1.5 API2141Wed May 06 22:41:54 BST 2009org.apache.harmony.awt.wtk

WTK

public abstract class WTK extends Object
author
Pavel Dolgov
version
$Revision$

Fields Summary
Constructors Summary
Methods Summary
public abstract CursorFactorygetCursorFactory()
Returns platform specific implementation of the interface org.apache.harmony.awt.wtk.CursorFactory.

return
implementation of CursorFactory

public abstract GraphicsFactorygetGraphicsFactory()

public abstract NativeEventQueuegetNativeEventQueue()

public abstract NativeIMgetNativeIM()
Returns platform specific implementation of the abstract class org.apache.harmony.awt.wtk.NativeIM.

return
implementation of NativeIM

public abstract NativeMouseInfogetNativeMouseInfo()
Returns platform specific implementation of the interface org.apache.harmony.awt.wtk.NativeMouseInfo.

return
implementation of NativeMouseInfo

public abstract NativeRobotgetNativeRobot(java.awt.GraphicsDevice screen)
Returns platform specific implementation of the interface org.apache.harmony.awt.wtk.NativeRobot.

return
implementation of NativeRobot

public abstract SystemPropertiesgetSystemProperties()

public abstract WindowFactorygetWindowFactory()