Java Doc for QtToolkit.java in  » 6.0-JDK-Modules » j2me » sun » awt » qt » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » sun.awt.qt 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


sun.awt.PeerBasedToolkit
   sun.awt.qt.QtToolkit

QtToolkit
public class QtToolkit extends PeerBasedToolkit implements Runnable(Code)


Field Summary
static  booleansmw
    

Constructor Summary
public  QtToolkit()
    

Method Summary
public  voidactivate(Window window)
    
native public  voidbeep()
     Emits an audio beep.
public  intcheckImage(Image img, int w, int h, ImageObserver o)
     Indicates the construction status of a specified image that is being prepared for display.

If the values of the width and height arguments are both -1, this method returns the construction status of a screen representation of the specified image in this toolkit. Otherwise, this method returns the construction status of a scaled representation of the image at the specified width and height.

This method does not cause the image to begin loading. An application must call prepareImage to force the loading of an image.

This method is called by the component's checkImage methods.

Information on the flags returned by this method can be found with the definition of the ImageObserver interface.
Parameters:
  image - the image whose status is being checked.
Parameters:
  width - the width of the scaled version whose status isbeing checked, or -1.
Parameters:
  height - the height of the scaled version whose statusis being checked, or -1.
Parameters:
  observer - the ImageObserver object to benotified as the image is being prepared.

static  intcheckScrImage(Image img, int w, int h, ImageObserver o)
    
native static  BufferedImagecreateBufferedImage(BufferedImagePeer peer)
    
public  ButtonPeercreateButton(Button target)
     Creates this toolkit's implementation of Button using the specified peer interface.
Parameters:
  target - the button to be implemented.
public  CanvasPeercreateCanvas(Canvas target)
     Creates this toolkit's implementation of Canvas using the specified peer interface.
Parameters:
  target - the canvas to be implemented.
public  CheckboxPeercreateCheckbox(Checkbox target)
     Creates this toolkit's implementation of Checkbox using the specified peer interface.
Parameters:
  target - the check box to be implemented.
public  CheckboxMenuItemPeercreateCheckboxMenuItem(CheckboxMenuItem target)
     Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
Parameters:
  target - the checkbox menu item to be implemented.
public  ChoicePeercreateChoice(Choice target)
     Creates this toolkit's implementation of Choice using the specified peer interface.
Parameters:
  target - the choice to be implemented.
public  DialogPeercreateDialog(Dialog target)
     Creates this toolkit's implementation of Dialog using the specified peer interface.
Parameters:
  target - the dialog to be implemented.
public  FileDialogPeercreateFileDialog(FileDialog target)
     Creates this toolkit's implementation of FileDialog using the specified peer interface.
Parameters:
  target - the file dialog to be implemented.
public  FramePeercreateFrame(Frame target)
     Creates this toolkit's implementation of Frame using the specified peer interface.
Parameters:
  target - the frame to be implemented.
public  ImagecreateImage(ImageProducer producer)
     Creates an image with the specified image producer.
Parameters:
  producer - the image producer to be used.
public  LabelPeercreateLabel(Label target)
     Creates this toolkit's implementation of Label using the specified peer interface.
Parameters:
  target - the label to be implemented.
public  ListPeercreateList(List target)
     Creates this toolkit's implementation of List using the specified peer interface.
Parameters:
  target - the list to be implemented.
public  MenuPeercreateMenu(Menu target)
     Creates this toolkit's implementation of Menu using the specified peer interface.
Parameters:
  target - the menu to be implemented.
public  MenuBarPeercreateMenuBar(MenuBar target)
     Creates this toolkit's implementation of MenuBar using the specified peer interface.
Parameters:
  target - the menu bar to be implemented.
public  MenuItemPeercreateMenuItem(MenuItem target)
     Creates this toolkit's implementation of MenuItem using the specified peer interface.
Parameters:
  target - the menu item to be implemented.
public  PanelPeercreatePanel(Panel target)
     Creates this toolkit's implementation of Panel using the specified peer interface.
Parameters:
  target - the panel to be implemented.
public  PopupMenuPeercreatePopupMenu(PopupMenu target)
     Creates this toolkit's implementation of PopupMenu using the specified peer interface.
Parameters:
  target - the popup menu to be implemented.
public  ScrollPanePeercreateScrollPane(ScrollPane target)
     Creates this toolkit's implementation of ScrollPane using the specified peer interface.
Parameters:
  target - the scroll pane to be implemented.
public  ScrollbarPeercreateScrollbar(Scrollbar target)
     Creates this toolkit's implementation of Scrollbar using the specified peer interface.
Parameters:
  target - the scroll bar to be implemented.
public  TextAreaPeercreateTextArea(TextArea target)
     Creates this toolkit's implementation of TextArea using the specified peer interface.
Parameters:
  target - the text area to be implemented.
public  TextFieldPeercreateTextField(TextField target)
     Creates this toolkit's implementation of TextField using the specified peer interface.
Parameters:
  target - the text field to be implemented.
public  WindowPeercreateWindow(Window target)
     Creates this toolkit's implementation of Window using the specified peer interface.
Parameters:
  target - the window to be implemented.
public  voiddeactivate(Window window)
    
native protected  voidfinalize()
    
public static  StringgetAppName()
    
native static  BufferedImagePeergetBufferedImagePeer(BufferedImage image)
    
public  ColorModelgetColorModel()
     Determines the color model of this toolkit's screen.
public  StringgetDefaultCharacterEncoding()
    
public  FontMetricsgetFontMetrics(Font font)
     Gets the screen metrics of the font.
Parameters:
  font - a font.
public  FontPeergetFontPeer(Font target)
     Creates this toolkit's implementation of Font using the specified peer interface.
Parameters:
  target - the font to be implemented.
public  InputMethodgetInputMethodAdapter()
     Returns a new input method adapter for native input methods.
native public  intgetScreenHeight()
    
public  InsetsgetScreenInsets(GraphicsConfiguration gc)
    
public  intgetScreenResolution()
     Returns the screen resolution in dots-per-inch.
native protected  intgetScreenResolutionNative()
    
native public  intgetScreenWidth()
    
public  ClipboardgetSystemClipboard()
     Gets an instance of the system clipboard which interfaces with clipboard facilities provided by the native platform.
native public  booleanisFrameStateSupported(int state)
    
protected  voidloadSystemColors(int[] systemColors)
     Fills in the integer array that is supplied as an argument with the current system color values.
public static  voidpostEvent(AWTEvent event)
    
public static  voidpostEvent(AppContext appContext, AWTEvent event)
    
public  booleanprepareImage(Image img, int w, int h, ImageObserver o)
    
static  booleanprepareScrImage(Image img, int w, int h, ImageObserver o)
     Prepares an image for rendering.

If the values of the width and height arguments are both -1, this method prepares the image for rendering on the default screen; otherwise, this method prepares an image for rendering on the default screen at the specified width and height.

The image data is downloaded asynchronously in another thread, and an appropriately scaled screen representation of the image is generated.

This method is called by components prepareImage methods.

Information on the flags returned by this method can be found with the definition of the ImageObserver interface.
Parameters:
  image - the image for which to prepare ascreen representation.
Parameters:
  width - the width of the desired screenrepresentation, or -1.
Parameters:
  height - the height of the desired screenrepresentation, or -1.
Parameters:
  observer - the ImageObserverobject to be notified as theimage is being prepared.

public  voidrun()
     Runs the qt_main function for event processing.
 voidsetMainWidget(QtWindowPeer mainWidgetPeer)
    
native public  voidsync()
     Synchronizes this toolkit's graphics state.
native  voidsynthesizeFocusIn(QtWindowPeer windowPeer)
    

Field Detail
smw
static boolean smw(Code)




Constructor Detail
QtToolkit
public QtToolkit()(Code)




Method Detail
activate
public void activate(Window window)(Code)
Show the specified window in a multi-vm environment



beep
native public void beep()(Code)
Emits an audio beep.
since:
   JDK1.1



checkImage
public int checkImage(Image img, int w, int h, ImageObserver o)(Code)
Indicates the construction status of a specified image that is being prepared for display.

If the values of the width and height arguments are both -1, this method returns the construction status of a screen representation of the specified image in this toolkit. Otherwise, this method returns the construction status of a scaled representation of the image at the specified width and height.

This method does not cause the image to begin loading. An application must call prepareImage to force the loading of an image.

This method is called by the component's checkImage methods.

Information on the flags returned by this method can be found with the definition of the ImageObserver interface.
Parameters:
  image - the image whose status is being checked.
Parameters:
  width - the width of the scaled version whose status isbeing checked, or -1.
Parameters:
  height - the height of the scaled version whose statusis being checked, or -1.
Parameters:
  observer - the ImageObserver object to benotified as the image is being prepared. the bitwise inclusive OR of theImageObserver flags for theimage data that is currently available.
See Also:   java.awt.Toolkit.prepareImage(java.awt.Imageintintjava.awt.image.ImageObserver)
See Also:   java.awt.Component.checkImage(java.awt.Imagejava.awt.image.ImageObserver)
See Also:   java.awt.Component.checkImage(java.awt.Imageintintjava.awt.image.ImageObserver)
See Also:   java.awt.image.ImageObserver
since:
   JDK1.0




checkScrImage
static int checkScrImage(Image img, int w, int h, ImageObserver o)(Code)



createBufferedImage
native static BufferedImage createBufferedImage(BufferedImagePeer peer)(Code)



createButton
public ButtonPeer createButton(Button target)(Code)
Creates this toolkit's implementation of Button using the specified peer interface.
Parameters:
  target - the button to be implemented. this toolkit's implementation of Button.
See Also:   java.awt.Button
See Also:   java.awt.peer.ButtonPeer
since:
   JDK1.0



createCanvas
public CanvasPeer createCanvas(Canvas target)(Code)
Creates this toolkit's implementation of Canvas using the specified peer interface.
Parameters:
  target - the canvas to be implemented. this toolkit's implementation of Canvas.
See Also:   java.awt.Canvas
See Also:   java.awt.peer.CanvasPeer
since:
   JDK1.0



createCheckbox
public CheckboxPeer createCheckbox(Checkbox target)(Code)
Creates this toolkit's implementation of Checkbox using the specified peer interface.
Parameters:
  target - the check box to be implemented. this toolkit's implementation of Checkbox.
See Also:   java.awt.Checkbox
See Also:   java.awt.peer.CheckboxPeer
since:
   JDK1.0



createCheckboxMenuItem
public CheckboxMenuItemPeer createCheckboxMenuItem(CheckboxMenuItem target)(Code)
Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
Parameters:
  target - the checkbox menu item to be implemented. this toolkit's implementation of CheckboxMenuItem.
See Also:   java.awt.CheckboxMenuItem
See Also:   java.awt.peer.CheckboxMenuItemPeer
since:
   JDK1.0



createChoice
public ChoicePeer createChoice(Choice target)(Code)
Creates this toolkit's implementation of Choice using the specified peer interface.
Parameters:
  target - the choice to be implemented. this toolkit's implementation of Choice.
See Also:   java.awt.Choice
See Also:   java.awt.peer.ChoicePeer
since:
   JDK1.0



createDialog
public DialogPeer createDialog(Dialog target)(Code)
Creates this toolkit's implementation of Dialog using the specified peer interface.
Parameters:
  target - the dialog to be implemented. this toolkit's implementation of Dialog.
See Also:   java.awt.Dialog
See Also:   java.awt.peer.DialogPeer
since:
   JDK1.0



createFileDialog
public FileDialogPeer createFileDialog(FileDialog target)(Code)
Creates this toolkit's implementation of FileDialog using the specified peer interface.
Parameters:
  target - the file dialog to be implemented. this toolkit's implementation of FileDialog.
See Also:   java.awt.FileDialog
See Also:   java.awt.peer.FileDialogPeer
since:
   JDK1.0



createFrame
public FramePeer createFrame(Frame target)(Code)
Creates this toolkit's implementation of Frame using the specified peer interface.
Parameters:
  target - the frame to be implemented. this toolkit's implementation of Frame.
See Also:   java.awt.Frame
See Also:   java.awt.peer.FramePeer
since:
   JDK1.0



createImage
public Image createImage(ImageProducer producer)(Code)
Creates an image with the specified image producer.
Parameters:
  producer - the image producer to be used. an image with the specified image producer.
See Also:   java.awt.Image
See Also:   java.awt.image.ImageProducer
See Also:   java.awt.Component.createImage(java.awt.image.ImageProducer)
since:
   JDK1.0



createLabel
public LabelPeer createLabel(Label target)(Code)
Creates this toolkit's implementation of Label using the specified peer interface.
Parameters:
  target - the label to be implemented. this toolkit's implementation of Label.
See Also:   java.awt.Label
See Also:   java.awt.peer.LabelPeer
since:
   JDK1.0



createList
public ListPeer createList(List target)(Code)
Creates this toolkit's implementation of List using the specified peer interface.
Parameters:
  target - the list to be implemented. this toolkit's implementation of List.
See Also:   java.awt.List
See Also:   java.awt.peer.ListPeer
since:
   JDK1.0



createMenu
public MenuPeer createMenu(Menu target)(Code)
Creates this toolkit's implementation of Menu using the specified peer interface.
Parameters:
  target - the menu to be implemented. this toolkit's implementation of Menu.
See Also:   java.awt.Menu
See Also:   java.awt.peer.MenuPeer
since:
   JDK1.0



createMenuBar
public MenuBarPeer createMenuBar(MenuBar target)(Code)
Creates this toolkit's implementation of MenuBar using the specified peer interface.
Parameters:
  target - the menu bar to be implemented. this toolkit's implementation of MenuBar.
See Also:   java.awt.MenuBar
See Also:   java.awt.peer.MenuBarPeer
since:
   JDK1.0



createMenuItem
public MenuItemPeer createMenuItem(MenuItem target)(Code)
Creates this toolkit's implementation of MenuItem using the specified peer interface.
Parameters:
  target - the menu item to be implemented. this toolkit's implementation of MenuItem.
See Also:   java.awt.MenuItem
See Also:   java.awt.peer.MenuItemPeer
since:
   JDK1.0



createPanel
public PanelPeer createPanel(Panel target)(Code)
Creates this toolkit's implementation of Panel using the specified peer interface.
Parameters:
  target - the panel to be implemented. this toolkit's implementation of Panel.
See Also:   java.awt.Panel
See Also:   java.awt.peer.PanelPeer
since:
   JDK1.0



createPopupMenu
public PopupMenuPeer createPopupMenu(PopupMenu target)(Code)
Creates this toolkit's implementation of PopupMenu using the specified peer interface.
Parameters:
  target - the popup menu to be implemented. this toolkit's implementation of PopupMenu.
See Also:   java.awt.PopupMenu
See Also:   java.awt.peer.PopupMenuPeer
since:
   JDK1.1



createScrollPane
public ScrollPanePeer createScrollPane(ScrollPane target)(Code)
Creates this toolkit's implementation of ScrollPane using the specified peer interface.
Parameters:
  target - the scroll pane to be implemented. this toolkit's implementation of ScrollPane.
See Also:   java.awt.ScrollPane
See Also:   java.awt.peer.ScrollPanePeer
since:
   JDK1.1



createScrollbar
public ScrollbarPeer createScrollbar(Scrollbar target)(Code)
Creates this toolkit's implementation of Scrollbar using the specified peer interface.
Parameters:
  target - the scroll bar to be implemented. this toolkit's implementation of Scrollbar.
See Also:   java.awt.Scrollbar
See Also:   java.awt.peer.ScrollbarPeer
since:
   JDK1.0



createTextArea
public TextAreaPeer createTextArea(TextArea target)(Code)
Creates this toolkit's implementation of TextArea using the specified peer interface.
Parameters:
  target - the text area to be implemented. this toolkit's implementation of TextArea.
See Also:   java.awt.TextArea
See Also:   java.awt.peer.TextAreaPeer
since:
   JDK1.0



createTextField
public TextFieldPeer createTextField(TextField target)(Code)
Creates this toolkit's implementation of TextField using the specified peer interface.
Parameters:
  target - the text field to be implemented. this toolkit's implementation of TextField.
See Also:   java.awt.TextField
See Also:   java.awt.peer.TextFieldPeer
since:
   JDK1.0



createWindow
public WindowPeer createWindow(Window target)(Code)
Creates this toolkit's implementation of Window using the specified peer interface.
Parameters:
  target - the window to be implemented. this toolkit's implementation of Window.
See Also:   java.awt.Window
See Also:   java.awt.peer.WindowPeer
since:
   JDK1.0



deactivate
public void deactivate(Window window)(Code)
Hide the specified window in a multi-vm environment



finalize
native protected void finalize() throws Throwable(Code)



getAppName
public static String getAppName()(Code)



getBufferedImagePeer
native static BufferedImagePeer getBufferedImagePeer(BufferedImage image)(Code)



getColorModel
public ColorModel getColorModel()(Code)
Determines the color model of this toolkit's screen.

ColorModel is an abstract class that encapsulates the ability to translate between the pixel values of an image and its red, green, blue, and alpha components.

This toolkit method is called by the getColorModel method of the Component class. the color model of this toolkit's screen.
See Also:   java.awt.image.ColorModel
See Also:   java.awt.Component.getColorModel
since:
   JDK1.0




getDefaultCharacterEncoding
public String getDefaultCharacterEncoding()(Code)



getFontMetrics
public FontMetrics getFontMetrics(Font font)(Code)
Gets the screen metrics of the font.
Parameters:
  font - a font. the screen metrics of the specified font in this toolkit.
since:
   JDK1.0



getFontPeer
public FontPeer getFontPeer(Font target)(Code)
Creates this toolkit's implementation of Font using the specified peer interface.
Parameters:
  target - the font to be implemented. this toolkit's implementation of Font.
See Also:   java.awt.Font
See Also:   java.awt.peer.FontPeer
since:
   JDK1.0



getInputMethodAdapter
public InputMethod getInputMethodAdapter() throws AWTException(Code)
Returns a new input method adapter for native input methods.



getScreenHeight
native public int getScreenHeight()(Code)



getScreenInsets
public Insets getScreenInsets(GraphicsConfiguration gc)(Code)



getScreenResolution
public int getScreenResolution()(Code)
Returns the screen resolution in dots-per-inch. this toolkit's screen resolution, in dots-per-inch.
since:
   JDK1.0



getScreenResolutionNative
native protected int getScreenResolutionNative()(Code)



getScreenWidth
native public int getScreenWidth()(Code)



getSystemClipboard
public Clipboard getSystemClipboard()(Code)
Gets an instance of the system clipboard which interfaces with clipboard facilities provided by the native platform.

This clipboard enables data transfer between Java programs and native applications which use native clipboard facilities. an instance of the system clipboard.
See Also:   java.awt.datatransfer.Clipboard
since:
   JDK1.1




isFrameStateSupported
native public boolean isFrameStateSupported(int state) throws HeadlessException(Code)



loadSystemColors
protected void loadSystemColors(int[] systemColors)(Code)
Fills in the integer array that is supplied as an argument with the current system color values.

This method is called by the method updateSystemColors in the SystemColor class.
Parameters:
  an - integer array.
See Also:   java.awt.SystemColor.updateSystemColors
since:
   JDK1.1




postEvent
public static void postEvent(AWTEvent event)(Code)



postEvent
public static void postEvent(AppContext appContext, AWTEvent event)(Code)



prepareImage
public boolean prepareImage(Image img, int w, int h, ImageObserver o)(Code)



prepareScrImage
static boolean prepareScrImage(Image img, int w, int h, ImageObserver o)(Code)
Prepares an image for rendering.

If the values of the width and height arguments are both -1, this method prepares the image for rendering on the default screen; otherwise, this method prepares an image for rendering on the default screen at the specified width and height.

The image data is downloaded asynchronously in another thread, and an appropriately scaled screen representation of the image is generated.

This method is called by components prepareImage methods.

Information on the flags returned by this method can be found with the definition of the ImageObserver interface.
Parameters:
  image - the image for which to prepare ascreen representation.
Parameters:
  width - the width of the desired screenrepresentation, or -1.
Parameters:
  height - the height of the desired screenrepresentation, or -1.
Parameters:
  observer - the ImageObserverobject to be notified as theimage is being prepared. true if the image has already beenfully prepared; false otherwise.
See Also:   java.awt.Component.prepareImage(java.awt.Imagejava.awt.image.ImageObserver)
See Also:   java.awt.Component.prepareImage(java.awt.Imageintintjava.awt.image.ImageObserver)
See Also:   java.awt.image.ImageObserver
since:
   JDK1.0




run
public void run()(Code)
Runs the qt_main function for event processing.



setMainWidget
void setMainWidget(QtWindowPeer mainWidgetPeer)(Code)



sync
native public void sync()(Code)
Synchronizes this toolkit's graphics state. Some window systems may do buffering of graphics events.

This method ensures that the display is up-to-date. It is useful for animation.
since:
   JDK1.0




synthesizeFocusIn
native void synthesizeFocusIn(QtWindowPeer windowPeer)(Code)



Fields inherited from sun.awt.PeerBasedToolkit
final protected static Hashtable peerMap(Code)(Java Doc)

Methods inherited from sun.awt.PeerBasedToolkit
abstract public ButtonPeer createButton(Button target)(Code)(Java Doc)
abstract public CanvasPeer createCanvas(Canvas target)(Code)(Java Doc)
abstract public CheckboxPeer createCheckbox(Checkbox target)(Code)(Java Doc)
abstract public CheckboxMenuItemPeer createCheckboxMenuItem(CheckboxMenuItem target)(Code)(Java Doc)
abstract public ChoicePeer createChoice(Choice target)(Code)(Java Doc)
public sun.awt.peer.LightweightPeer createComponent(Component target)(Code)(Java Doc)
abstract public DialogPeer createDialog(Dialog target)(Code)(Java Doc)
abstract public FileDialogPeer createFileDialog(FileDialog target)(Code)(Java Doc)
abstract public FramePeer createFrame(Frame target)(Code)(Java Doc)
abstract public LabelPeer createLabel(Label target)(Code)(Java Doc)
abstract public ListPeer createList(List target)(Code)(Java Doc)
abstract public MenuPeer createMenu(Menu target)(Code)(Java Doc)
abstract public MenuBarPeer createMenuBar(MenuBar target)(Code)(Java Doc)
abstract public MenuItemPeer createMenuItem(MenuItem target)(Code)(Java Doc)
abstract public PanelPeer createPanel(Panel target)(Code)(Java Doc)
abstract public PopupMenuPeer createPopupMenu(PopupMenu target)(Code)(Java Doc)
abstract public ScrollPanePeer createScrollPane(ScrollPane target)(Code)(Java Doc)
abstract public ScrollbarPeer createScrollbar(Scrollbar target)(Code)(Java Doc)
abstract public TextAreaPeer createTextArea(TextArea target)(Code)(Java Doc)
abstract public TextFieldPeer createTextField(TextField target)(Code)(Java Doc)
abstract public WindowPeer createWindow(Window target)(Code)(Java Doc)
native public static ComponentPeer getComponentPeer(Component c)(Code)(Java Doc)
public String[] getFontList()(Code)(Java Doc)
abstract public FontPeer getFontPeer(Font target)(Code)(Java Doc)
native public static MenuComponentPeer getMenuComponentPeer(MenuComponent m)(Code)(Java Doc)
public static Container getNativeContainer(Component c)(Code)(Java Doc)
protected static void targetDisposedPeer(Object target, Object peer)(Code)(Java Doc)
protected static Object targetToPeer(Object target)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.