Methods Summary |
---|
public java.awt.Dimension | getBestCursorSize(int prefWidth, int prefHeight)
throw new HeadlessException();
|
public java.awt.image.ColorModel | getColorModel()
throw new HeadlessException();
|
public org.apache.harmony.awt.wtk.GraphicsFactory | getGraphicsFactory()
throw new HeadlessException();
|
public boolean | getLockingKeyState(int keyCode)
throw new HeadlessException();
|
public int | getMaximumCursorColors()
throw new HeadlessException();
|
public int | getMenuShortcutKeyMask()
throw new HeadlessException();
|
public java.awt.Insets | getScreenInsets(java.awt.GraphicsConfiguration gc)
throw new HeadlessException();
|
public int | getScreenResolution()
throw new HeadlessException();
|
public java.awt.Dimension | getScreenSize()
throw new HeadlessException();
|
protected void | init()
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 boolean | isDynamicLayoutActive()
throw new HeadlessException();
|
protected boolean | isDynamicLayoutSet()
throw new HeadlessException();
|
public boolean | isFrameStateSupported(int state)
throw new HeadlessException();
|
protected void | loadSystemColors(int[] systemColors)
throw new HeadlessException();
|
public java.util.Map | mapInputMethodHighlight(java.awt.im.InputMethodHighlight highlight)
throw new HeadlessException();
|
java.util.Map | mapInputMethodHighlightImpl(java.awt.im.InputMethodHighlight highlight)
throw new HeadlessException();
|
public void | setDynamicLayout(boolean dynamic)
throw new HeadlessException();
|
public void | setLockingKeyState(int keyCode, boolean on)
throw new HeadlessException();
|