Searched refs:HeadlessException (Results 26 - 50 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/awt/
H A DMenu.java118 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
123 public Menu() throws HeadlessException {
132 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
136 public Menu(String label) throws HeadlessException {
151 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
156 public Menu(String label, boolean tearOff) throws HeadlessException {
535 * @exception HeadlessException if
542 throws IOException, ClassNotFoundException, HeadlessException
544 // HeadlessException will be thrown from MenuComponent's readObject
H A DMenuItem.java176 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
181 public MenuItem() throws HeadlessException {
192 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
197 public MenuItem(String label) throws HeadlessException {
209 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
214 public MenuItem(String label, MenuShortcut s) throws HeadlessException {
734 * @exception HeadlessException if
742 throws ClassNotFoundException, IOException, HeadlessException
744 // HeadlessException will be thrown from MenuComponent's readObject
H A DDesktop.java36 import java.awt.HeadlessException;
134 * @throws HeadlessException if {@link
142 if (GraphicsEnvironment.isHeadless()) throw new HeadlessException();
H A DScrollbar.java352 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
356 public Scrollbar() throws HeadlessException {
371 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
375 public Scrollbar(int orientation) throws HeadlessException {
399 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
405 int maximum) throws HeadlessException {
1189 * @exception HeadlessException if
1196 throws ClassNotFoundException, IOException, HeadlessException
H A DScrollPane.java183 * @throws HeadlessException if GraphicsEnvironment.isHeadless()
187 public ScrollPane() throws HeadlessException {
196 * @throws HeadlessException if GraphicsEnvironment.isHeadless()
201 public ScrollPane(int scrollbarDisplayPolicy) throws HeadlessException {
680 * @exception HeadlessException if
686 throws ClassNotFoundException, IOException, HeadlessException
H A DChoice.java111 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
117 public Choice() throws HeadlessException {
683 * @exception HeadlessException if
693 throws ClassNotFoundException, IOException, HeadlessException
H A DMenuBar.java121 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
125 public MenuBar() throws HeadlessException {
429 * @exception HeadlessException if
436 throws ClassNotFoundException, IOException, HeadlessException
438 // HeadlessException will be thrown from MenuComponent's readObject
H A DMenuComponent.java153 * @exception HeadlessException if
158 public MenuComponent() throws HeadlessException {
417 * @exception HeadlessException if
424 throws ClassNotFoundException, IOException, HeadlessException
H A DTrayIcon.java137 throws UnsupportedOperationException, HeadlessException, SecurityException
141 throw new HeadlessException();
157 * @throws HeadlessException if
186 * @throws HeadlessException if
213 * @throws HeadlessException if
H A DFrame.java378 * @exception HeadlessException when
384 public Frame() throws HeadlessException {
398 * @exception HeadlessException when
413 * @exception HeadlessException when
420 public Frame(String title) throws HeadlessException {
437 * @exception HeadlessException when
1204 * @exception HeadlessException if
1214 throws ClassNotFoundException, IOException, HeadlessException
1216 // HeadlessException is thrown by Window's readObject
H A DList.java183 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
187 public List() throws HeadlessException {
199 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
204 public List(int rows) throws HeadlessException {
228 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
232 public List(int rows, boolean multipleMode) throws HeadlessException {
1227 * @exception HeadlessException if
1236 throws ClassNotFoundException, IOException, HeadlessException
H A DSplashScreen.java109 * @throws HeadlessException if {@code GraphicsEnvironment.isHeadless()}
117 throw new HeadlessException();
H A DSystemTray.java167 * @throws HeadlessException if
180 throw new HeadlessException();
226 // throws HeadlessException
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTarget.java38 import java.awt.HeadlessException;
86 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
92 throws HeadlessException
95 throw new HeadlessException();
133 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
139 throws HeadlessException
146 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
150 public DropTarget() throws HeadlessException {
162 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
167 throws HeadlessException
[all...]
H A DDragSource.java31 import java.awt.HeadlessException;
214 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
220 throw new HeadlessException();
252 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
256 public DragSource() throws HeadlessException {
258 throw new HeadlessException();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java135 throws HeadlessException;
138 throws HeadlessException;
141 throws HeadlessException;
144 throws HeadlessException;
147 throws HeadlessException;
150 throws HeadlessException;
153 throws HeadlessException;
156 throws HeadlessException;
159 throws HeadlessException;
162 throws HeadlessException;
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJColorChooser.java130 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
135 String title, Color initialColor) throws HeadlessException {
168 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
174 ActionListener cancelListener) throws HeadlessException {
342 * @exception HeadlessException if
360 throw new HeadlessException();
616 throws HeadlessException {
624 throws HeadlessException {
H A DJFrame.java172 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
179 public JFrame() throws HeadlessException {
216 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
223 public JFrame(String title) throws HeadlessException {
H A DJApplet.java124 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
129 public JApplet() throws HeadlessException {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java83 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
87 public boolean printDialog() throws HeadlessException {
89 throw new HeadlessException();
116 * @exception HeadlessException if GraphicsEnvironment.isHeadless()
121 public PageFormat pageDialog(PageFormat page) throws HeadlessException {
123 throw new HeadlessException();
H A DLWCToolkit.java238 public Cursor createCustomCursor(final Image cursor, final Point hotSpot, final String name) throws IndexOutOfBoundsException, HeadlessException {
243 public Dimension getBestCursorSize(final int preferredWidth, final int preferredHeight) throws HeadlessException {
345 public int getScreenResolution() throws HeadlessException {
398 public boolean areExtraMouseButtonsEnabled() throws HeadlessException {
427 public boolean isFrameStateSupported(int state) throws HeadlessException {
H A DCCustomCursor.java42 public CCustomCursor(final Image cursor, final Point hotSpot, final String name) throws IndexOutOfBoundsException, HeadlessException {
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodContext.java31 import java.awt.HeadlessException;
349 throw new HeadlessException();
/openjdk7/jdk/test/sun/java2d/pipe/hw/VSyncedBufferStrategyTest/
H A DVSyncedBufferStrategyTest.java45 import java.awt.HeadlessException;
266 throws HeadlessException, RuntimeException
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java375 public TrayIconPeer createTrayIcon(TrayIcon target) throws HeadlessException {
379 public SystemTrayPeer createSystemTray(SystemTray target) throws HeadlessException {
797 throws HeadlessException{

Completed in 107 milliseconds

123