HomeSort by relevance Sort by last modified time
    Searched refs:HeadlessException (Results 1 - 9 of 9) sorted by null

  /frameworks/base/awt/java/awt/
HeadlessException.java 25 * The HeadlessException class provides notifications and error messages when
31 public class HeadlessException extends UnsupportedOperationException {
41 public HeadlessException() {
51 public HeadlessException(String msg) {
HeadlessToolkit.java 51 * HeadlessException { throw new HeadlessException(); }
53 * HeadlessException { throw new HeadlessException(); }
55 * createCheckboxMenuItem(CheckboxMenuItem a0) throws HeadlessException {
56 * throw new HeadlessException(); }
58 * HeadlessException { throw new HeadlessException(); } public Cursor
60 * HeadlessException { throw new HeadlessException(); }
    [all...]
HeadlessGraphicsEnvironment.java 21 import java.awt.HeadlessException;
38 * @return true, if HeadlessException will be thrown from areas of the
51 * @throws HeadlessException
55 public GraphicsDevice getDefaultScreenDevice() throws HeadlessException {
56 throw new HeadlessException();
64 * @throws HeadlessException
68 public GraphicsDevice[] getScreenDevices() throws HeadlessException {
69 throw new HeadlessException();
GraphicsEnvironment.java 73 * @return true, if HeadlessException will be thrown from areas of the
85 * @return true, if a HeadlessException is thrown from areas of the Toolkit
97 * @throws HeadlessException
100 public Rectangle getMaximumWindowBounds() throws HeadlessException {
108 * @throws HeadlessException
111 public Point getCenterPoint() throws HeadlessException {
198 * @throws HeadlessException
201 public abstract GraphicsDevice getDefaultScreenDevice() throws HeadlessException;
208 * @throws HeadlessException
211 public abstract GraphicsDevice[] getScreenDevices() throws HeadlessException;
    [all...]
Toolkit.java 200 * A lot of methods must throw HeadlessException if
203 * @throws HeadlessException
206 static void checkHeadless() throws HeadlessException {
208 throw new HeadlessException();
510 * @throws HeadlessException
513 public abstract ColorModel getColorModel() throws HeadlessException;
604 * @throws HeadlessException
607 public abstract int getScreenResolution() throws HeadlessException;
613 * @throws HeadlessException
616 public abstract Dimension getScreenSize() throws HeadlessException;
    [all...]
ToolkitImpl.java 219 public int getScreenResolution() throws HeadlessException {
242 InputMethodHighlight highlight) throws HeadlessException {
MenuComponent.java 146 * @throws HeadlessException
196 * @throws HeadlessException
200 public MenuComponent() throws HeadlessException {
Cursor.java 300 * @throws HeadlessException
304 public static Cursor getSystemCustomCursor(String name) throws AWTException, HeadlessException {
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 31 import java.awt.HeadlessException;
43 public MainFrame(String path) throws HeadlessException {

Completed in 65 milliseconds