Lines Matching refs:target

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 {
172 protected CanvasPeer createCanvas(Canvas target) {
177 protected PanelPeer createPanel(Panel target) {
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 {