Method Summary |
|
abstract public ButtonPeer | createButton(Button target) Creates this toolkit's implementation of Button using
the specified peer interface.
Parameters: target - the button to be implemented. |
abstract public CanvasPeer | createCanvas(Canvas target) Creates this toolkit's implementation of Canvas using
the specified peer interface.
Parameters: target - the canvas to be implemented. |
abstract public CheckboxPeer | createCheckbox(Checkbox target) Creates this toolkit's implementation of Checkbox using
the specified peer interface.
Parameters: target - the check box to be implemented. |
abstract public CheckboxMenuItemPeer | createCheckboxMenuItem(CheckboxMenuItem target) Creates this toolkit's implementation of CheckboxMenuItem using
the specified peer interface.
Parameters: target - the checkbox menu item to be implemented. |
abstract public ChoicePeer | createChoice(Choice target) Creates this toolkit's implementation of Choice using
the specified peer interface.
Parameters: target - the choice to be implemented. |
public sun.awt.peer.LightweightPeer | createComponent(Component target) Creates a peer for a component or container. |
abstract public DialogPeer | createDialog(Dialog target) Creates this toolkit's implementation of Dialog using
the specified peer interface.
Parameters: target - the dialog to be implemented. |
abstract public FileDialogPeer | createFileDialog(FileDialog target) Creates this toolkit's implementation of FileDialog using
the specified peer interface.
Parameters: target - the file dialog to be implemented. |
abstract public FramePeer | createFrame(Frame target) Creates this toolkit's implementation of Frame using
the specified peer interface.
Parameters: target - the frame to be implemented. |
abstract public LabelPeer | createLabel(Label target) Creates this toolkit's implementation of Label using
the specified peer interface.
Parameters: target - the label to be implemented. |
abstract public ListPeer | createList(List target) Creates this toolkit's implementation of List using
the specified peer interface.
Parameters: target - the list to be implemented. |
abstract public MenuPeer | createMenu(Menu target) Creates this toolkit's implementation of Menu using
the specified peer interface.
Parameters: target - the menu to be implemented. |
abstract public MenuBarPeer | createMenuBar(MenuBar target) Creates this toolkit's implementation of MenuBar using
the specified peer interface.
Parameters: target - the menu bar to be implemented. |
abstract public MenuItemPeer | createMenuItem(MenuItem target) Creates this toolkit's implementation of MenuItem using
the specified peer interface.
Parameters: target - the menu item to be implemented. |
abstract public PanelPeer | createPanel(Panel target) Creates this toolkit's implementation of Panel using
the specified peer interface.
Parameters: target - the panel to be implemented. |
abstract public PopupMenuPeer | createPopupMenu(PopupMenu target) Creates this toolkit's implementation of PopupMenu using
the specified peer interface.
Parameters: target - the popup menu to be implemented. |
abstract public ScrollPanePeer | createScrollPane(ScrollPane target) Creates this toolkit's implementation of ScrollPane using
the specified peer interface.
Parameters: target - the scroll pane to be implemented. |
abstract public ScrollbarPeer | createScrollbar(Scrollbar target) Creates this toolkit's implementation of Scrollbar using
the specified peer interface.
Parameters: target - the scroll bar to be implemented. |
abstract public TextAreaPeer | createTextArea(TextArea target) Creates this toolkit's implementation of TextArea using
the specified peer interface.
Parameters: target - the text area to be implemented. |
abstract public TextFieldPeer | createTextField(TextField target) Creates this toolkit's implementation of TextField using
the specified peer interface.
Parameters: target - the text field to be implemented. |
abstract public WindowPeer | createWindow(Window target) Creates this toolkit's implementation of Window using
the specified peer interface.
Parameters: target - the window to be implemented. |
native public static ComponentPeer | getComponentPeer(Component c) Gets the peer for the supplied component. |
public String[] | getFontList() Returns the names of the available fonts in this toolkit.
For 1.1, the following font names are deprecated (the replacement
name follows):
- TimesRoman (use Serif)
- Helvetica (use SansSerif)
- Courier (use Monospaced)
The ZapfDingbats font is also deprecated in 1.1, but only as a
separate fontname. |
abstract public FontPeer | getFontPeer(Font target) Creates this toolkit's implementation of Font using
the specified peer interface.
Parameters: target - the font to be implemented. |
native public static MenuComponentPeer | getMenuComponentPeer(MenuComponent m) Gets the peer for the supplied menu component. |
public static Container | getNativeContainer(Component c) Give native peers the ability to query the native container
given a native component (eg the direct parent may be lightweight). |
protected static void | targetDisposedPeer(Object target, Object peer) |
protected static Object | targetToPeer(Object target) |