FileDocCategorySizeDatePackage
AndroidWTK.javaAPI DocAndroid 1.5 API2423Wed May 06 22:41:54 BST 2009com.android.internal.awt

AndroidWTK

public class AndroidWTK extends org.apache.harmony.awt.wtk.WTK

Fields Summary
private AndroidGraphicsFactory
mAgf
private AndroidNativeEventQueue
mAneq
Constructors Summary
Methods Summary
public org.apache.harmony.awt.wtk.CursorFactorygetCursorFactory()

        // TODO Auto-generated method stub
        return null;
    
public org.apache.harmony.awt.wtk.GraphicsFactorygetGraphicsFactory()

        if(mAgf == null) {
            mAgf = new AndroidGraphicsFactory();
        }
        return mAgf;
    
public org.apache.harmony.awt.wtk.NativeEventQueuegetNativeEventQueue()

        if(mAneq == null) {
            mAneq = new AndroidNativeEventQueue();
        }
        return mAneq;
    
public org.apache.harmony.awt.wtk.NativeIMgetNativeIM()

        // TODO Auto-generated method stub
        return null;
    
public org.apache.harmony.awt.wtk.NativeMouseInfogetNativeMouseInfo()

        // TODO Auto-generated method stub
        return null;
    
public org.apache.harmony.awt.wtk.NativeRobotgetNativeRobot(java.awt.GraphicsDevice screen)

        // TODO Auto-generated method stub
        return null;
    
public org.apache.harmony.awt.wtk.SystemPropertiesgetSystemProperties()

        // TODO Auto-generated method stub
        return null;
    
public org.apache.harmony.awt.wtk.WindowFactorygetWindowFactory()

        // TODO Auto-generated method stub
        return null;