FileDocCategorySizeDatePackage
HeadlessToolkit.javaAPI DocAndroid 1.5 API9020Wed May 06 22:41:54 BST 2009java.awt

HeadlessToolkit

public final class HeadlessToolkit extends ToolkitImpl
The HeadlessToolkit class is a subclass of ToolkitImpl to be used for graphical environments that lack keyboard and mouse capabilities.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.awt.DimensiongetBestCursorSize(int prefWidth, int prefHeight)

        throw new HeadlessException();
    
public java.awt.image.ColorModelgetColorModel()

        throw new HeadlessException();
    
public org.apache.harmony.awt.wtk.GraphicsFactorygetGraphicsFactory()

        throw new HeadlessException();
    
public booleangetLockingKeyState(int keyCode)

        throw new HeadlessException();
    
public intgetMaximumCursorColors()

        throw new HeadlessException();
    
public intgetMenuShortcutKeyMask()

        throw new HeadlessException();
    
public java.awt.InsetsgetScreenInsets(java.awt.GraphicsConfiguration gc)

        throw new HeadlessException();
    
public intgetScreenResolution()

        throw new HeadlessException();
    
public java.awt.DimensiongetScreenSize()

        throw new HeadlessException();
    
protected voidinit()

        lockAWT();
        try {
            ComponentInternals.setComponentInternals(new ComponentInternalsImpl());
            // ???AWT: new EventQueue(this); // create the system EventQueue
            // ???AWT: dispatcher = new Dispatcher(this);
            desktopProperties = new HashMap<String, Object>();
            // ???AWT: desktopPropsSupport = new PropertyChangeSupport(this);
            // ???AWT: awtEventsManager = new AWTEventsManager();
            // ???AWT: dispatchThread = new HeadlessEventDispatchThread(this,
            // dispatcher);
            // ???AWT: dtk = DTK.getDTK();
            dispatchThread.start();
        } finally {
            unlockAWT();
        }
    
public booleanisDynamicLayoutActive()

        throw new HeadlessException();
    
protected booleanisDynamicLayoutSet()

        throw new HeadlessException();
    
public booleanisFrameStateSupported(int state)

        throw new HeadlessException();
    
protected voidloadSystemColors(int[] systemColors)

        throw new HeadlessException();
    
public java.util.MapmapInputMethodHighlight(java.awt.im.InputMethodHighlight highlight)

        throw new HeadlessException();
    
java.util.MapmapInputMethodHighlightImpl(java.awt.im.InputMethodHighlight highlight)

        throw new HeadlessException();
    
public voidsetDynamicLayout(boolean dynamic)

        throw new HeadlessException();
    
public voidsetLockingKeyState(int keyCode, boolean on)

        throw new HeadlessException();