Lines Matching refs:HeadlessException

58         } catch (HeadlessException he){
62 throw new RuntimeException("Tk.getLockingKeyState() didn't throw HeadlessException while in the headless mode.");
69 } catch (HeadlessException he){
73 throw new RuntimeException("Tk.setLockingKeyState() didn't throw HeadlessException while in the headless mode.");
80 } catch (HeadlessException he){
85 throw new RuntimeException("Tk.createCustomCursor(args) didn't throw HeadlessException while in the headless mode.");
94 throws IndexOutOfBoundsException, HeadlessException
112 public void loadSystemColors(int[] systemColors) throws HeadlessException {
117 protected DesktopPeer createDesktopPeer(Desktop target) throws HeadlessException {
122 protected ButtonPeer createButton(Button target) throws HeadlessException {
127 protected TextFieldPeer createTextField(TextField target) throws HeadlessException {
132 protected LabelPeer createLabel(Label target) throws HeadlessException {
137 protected ListPeer createList(List target) throws HeadlessException {
142 protected CheckboxPeer createCheckbox(Checkbox target) throws HeadlessException {
147 protected ScrollbarPeer createScrollbar(Scrollbar target) throws HeadlessException {
152 protected ScrollPanePeer createScrollPane(ScrollPane target) throws HeadlessException {
157 protected TextAreaPeer createTextArea(TextArea target) throws HeadlessException {
162 protected ChoicePeer createChoice(Choice target) throws HeadlessException {
167 protected FramePeer createFrame(Frame target) throws HeadlessException {
182 protected WindowPeer createWindow(Window target) throws HeadlessException {
187 protected DialogPeer createDialog(Dialog target) throws HeadlessException {
192 protected MenuBarPeer createMenuBar(MenuBar target) throws HeadlessException {
197 protected MenuPeer createMenu(Menu target) throws HeadlessException {
202 protected PopupMenuPeer createPopupMenu(PopupMenu target) throws HeadlessException {
207 protected MenuItemPeer createMenuItem(MenuItem target) throws HeadlessException {
212 protected FileDialogPeer createFileDialog(FileDialog target) throws HeadlessException {
217 protected CheckboxMenuItemPeer createCheckboxMenuItem(CheckboxMenuItem target) throws HeadlessException {
227 public Dimension getScreenSize() throws HeadlessException {
232 public int getScreenResolution() throws HeadlessException {
237 public ColorModel getColorModel() throws HeadlessException {
307 public Clipboard getSystemClipboard() throws HeadlessException {
332 public Map<TextAttribute, ?> mapInputMethodHighlight(InputMethodHighlight highlight) throws HeadlessException {