Java Doc for Toolkit.java in  » Apache-Harmony-Java-SE » java-package » java » awt » 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 » Apache Harmony Java SE » java package » java.awt 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.awt.Toolkit

All known Subclasses:   java.awt.ToolkitImpl,
Toolkit
abstract public class Toolkit (Code)

Inner Class :final class ComponentInternalsImpl extends ComponentInternals
Inner Class :final class AWTEventsManager
Inner Class :final static class AutoNumber
Inner Class :final static class WindowList

Field Summary
final  Frame.AllFramesallFrames
    
final  AutoNumberautoNumber
    
protected  AWTEventsManagerawtEventsManager
    
final  ObjectawtTreeLock
    
 KeyboardFocusManagercurrentKeyboardFocusManager
    
final protected  Map<String, Object>desktopProperties
    
final protected  PropertyChangeSupportdesktopPropsSupport
    
 EventDispatchThreaddispatchThread
    
 Dispatcherdispatcher
    
 DTKdtk
    
final  AWTEvent.EventTypeLookupeventTypeLookup
    
 MouseEventPreprocessormouseEventPreprocessor
    
 NativeEventThreadnativeThread
    
final  ShutdownWatchdogshutdownWatchdog
    
 NativeClipboardsystemClipboard
    
final  Themetheme
    
final  WindowListwindows
    

Constructor Summary
public  Toolkit()
    

Method Summary
public  voidaddAWTEventListener(AWTEventListener listener, long eventMask)
    
public  voidaddPropertyChangeListener(String propName, PropertyChangeListener l)
    
abstract public  voidbeep()
    
static  voidcheckHeadless()
    
abstract public  intcheckImage(Image a0, int a1, int a2, ImageObserver a3)
    
abstract protected  ButtonPeercreateButton(Button a0)
    
abstract protected  CanvasPeercreateCanvas(Canvas a0)
    
abstract protected  CheckboxPeercreateCheckbox(Checkbox a0)
    
abstract protected  CheckboxMenuItemPeercreateCheckboxMenuItem(CheckboxMenuItem a0)
    
abstract protected  ChoicePeercreateChoice(Choice a0)
    
protected  LightweightPeercreateComponent(Component a0)
    
public  CursorcreateCustomCursor(Image img, Point hotSpot, String name)
    
 NativeCursorcreateCustomNativeCursor(Image img, Point hotSpot, String name)
    
abstract protected  DialogPeercreateDialog(Dialog a0)
    
public  TcreateDragGestureRecognizer(Class<T> recognizerAbstractClass, DragSource ds, Component c, int srcActions, DragGestureListener dgl)
    
abstract public  DragSourceContextPeercreateDragSourceContextPeer(DragGestureEvent a0)
    
 NativeWindowcreateEmbeddedNativeWindow(EmbeddedWindow ew)
    
abstract protected  FileDialogPeercreateFileDialog(FileDialog a0)
    
 NativeWindowcreateFocusProxyNativeWindow(Window owner)
    
abstract protected  FramePeercreateFrame(Frame a0)
    
abstract public  ImagecreateImage(ImageProducer a0)
    
abstract public  ImagecreateImage(byte[] a0, int a1, int a2)
    
abstract public  ImagecreateImage(URL a0)
    
abstract public  ImagecreateImage(String a0)
    
public  ImagecreateImage(byte[] imagedata)
    
abstract protected  LabelPeercreateLabel(Label a0)
    
abstract protected  ListPeercreateList(List a0)
    
abstract protected  MenuPeercreateMenu(Menu a0)
    
abstract protected  MenuBarPeercreateMenuBar(MenuBar a0)
    
abstract protected  MenuItemPeercreateMenuItem(MenuItem a0)
    
 NativeCursorcreateNativeCursor(int type)
    
 NativeWindowcreateNativeWindow(Component c)
    
abstract protected  PanelPeercreatePanel(Panel a0)
    
abstract protected  PopupMenuPeercreatePopupMenu(PopupMenu a0)
    
 NativeWindowcreatePopupNativeWindow(PopupBox popup)
    
abstract protected  ScrollPanePeercreateScrollPane(ScrollPane a0)
    
abstract protected  ScrollbarPeercreateScrollbar(Scrollbar a0)
    
abstract protected  TextAreaPeercreateTextArea(TextArea a0)
    
abstract protected  TextFieldPeercreateTextField(TextField a0)
    
abstract protected  WindowPeercreateWindow(Window a0)
    
 voiddispatchAWTEvent(AWTEvent event)
    
public  AWTEventListener[]getAWTEventListeners()
    
public  AWTEventListener[]getAWTEventListeners(long eventMask)
    
public  DimensiongetBestCursorSize(int prefWidth, int prefHeight)
    
abstract public  ColorModelgetColorModel()
    
 ComponentgetComponentById(long id)
    
 FontgetDefaultFont()
    
public static  ToolkitgetDefaultToolkit()
    
final public  ObjectgetDesktopProperty(String propName)
    
 ObjectgetEventMonitor()
    
 WindowgetFocusProxyOwnerById(long id)
    
abstract public  String[]getFontList()
    
abstract public  FontMetricsgetFontMetrics(Font font)
    
abstract protected  FontPeergetFontPeer(String a0, int a1)
    
 GraphicsFactorygetGraphicsFactory()
    
abstract public  ImagegetImage(String a0)
    
abstract public  ImagegetImage(URL a0)
    
public  booleangetLockingKeyState(int keyCode)
    
public  intgetMaximumCursorColors()
    
public  intgetMenuShortcutKeyMask()
    
protected  java.awt.peer.MouseInfoPeergetMouseInfoPeer()
    
protected static  ContainergetNativeContainer(Component c)
    
 NativeEventQueuegetNativeEventQueue()
    
 NativeMouseInfogetNativeMouseInfo()
     Returns implementation of org.apache.harmony.awt.wtk.NativeMouseInfo for current platform.
 PopupBoxgetPopupBoxById(long id)
    
abstract public  PrintJobgetPrintJob(Frame a0, String a1, Properties a2)
    
public  PrintJobgetPrintJob(Frame a0, String a1, JobAttributes a2, PageAttributes a3)
    
public static  StringgetProperty(String propName, String defVal)
    
public  PropertyChangeListener[]getPropertyChangeListeners()
    
public  PropertyChangeListener[]getPropertyChangeListeners(String propName)
    
public  InsetsgetScreenInsets(GraphicsConfiguration gc)
    
abstract public  intgetScreenResolution()
    
abstract public  DimensiongetScreenSize()
    
final  SynchronizergetSynchronizer()
    
abstract public  ClipboardgetSystemClipboard()
    
final public  EventQueuegetSystemEventQueue()
    
 EventQueueCoregetSystemEventQueueCore()
    
abstract protected  EventQueuegetSystemEventQueueImpl()
    
public  ClipboardgetSystemSelection()
    
final  WTKgetWTK()
    
 WindowFactorygetWindowFactory()
    
 voidinit()
    
protected  voidinitializeDesktopProperties()
    
public  booleanisDynamicLayoutActive()
    
protected  booleanisDynamicLayoutSet()
    
public  booleanisFrameStateSupported(int state)
    
protected  ObjectlazilyLoadDesktopProperty(String propName)
    
protected  voidloadSystemColors(int[] colors)
    
final  voidlockAWT()
    
abstract public  Map<java.awt.font.TextAttribute, ?>mapInputMethodHighlight(InputMethodHighlight highlight)
    
 Map<java.awt.font.TextAttribute, ?>mapInputMethodHighlightImpl(InputMethodHighlight highlight)
    
 voidnativeWindowCreated(NativeWindow win)
     Connect the component to its native window This method is called after the synchronous window creation, and also in the window creation callback if it exists (WM_CREATE on Windows) Calling this method twice is OK because in second time it just does nothing. This is done this way because on Windows the native window gets a series of native events before windowFactory.CreateWindow() returns, and the WinWindow object should be created to process them.
 voidonQueueEmpty()
    
 booleanonWindowCreated(long winId)
    
abstract public  booleanprepareImage(Image a0, int a1, int a2, ImageObserver a3)
    
public  voidremoveAWTEventListener(AWTEventListener listener)
    
 voidremoveFocusProxyNativeWindow(NativeWindow w)
    
 voidremoveNativeWindow(NativeWindow w)
    
 voidremovePopupNativeWindow(NativeWindow w)
    
public  voidremovePropertyChangeListener(String propName, PropertyChangeListener l)
    
final protected  voidsetDesktopProperty(String propName, Object value)
    
public  voidsetDynamicLayout(boolean dynamic)
    
public  voidsetLockingKeyState(int keyCode, boolean on)
    
 voidsetSystemEventQueueCore(EventQueueCore core)
    
final static  voidstaticLockAWT()
    
final static  voidstaticUnlockAWT()
    
abstract public  voidsync()
    
final  voidunlockAWT()
    
final  voidunsafeInvokeAndWait(Runnable runnable)
     InvokeAndWait under AWT lock.

Field Detail
allFrames
final Frame.AllFrames allFrames(Code)



autoNumber
final AutoNumber autoNumber(Code)



awtEventsManager
protected AWTEventsManager awtEventsManager(Code)



awtTreeLock
final Object awtTreeLock(Code)



currentKeyboardFocusManager
KeyboardFocusManager currentKeyboardFocusManager(Code)



desktopProperties
final protected Map<String, Object> desktopProperties(Code)



desktopPropsSupport
final protected PropertyChangeSupport desktopPropsSupport(Code)



dispatchThread
EventDispatchThread dispatchThread(Code)



dispatcher
Dispatcher dispatcher(Code)



dtk
DTK dtk(Code)



eventTypeLookup
final AWTEvent.EventTypeLookup eventTypeLookup(Code)



mouseEventPreprocessor
MouseEventPreprocessor mouseEventPreprocessor(Code)



nativeThread
NativeEventThread nativeThread(Code)



shutdownWatchdog
final ShutdownWatchdog shutdownWatchdog(Code)



systemClipboard
NativeClipboard systemClipboard(Code)



theme
final Theme theme(Code)



windows
final WindowList windows(Code)




Constructor Detail
Toolkit
public Toolkit()(Code)




Method Detail
addAWTEventListener
public void addAWTEventListener(AWTEventListener listener, long eventMask)(Code)



addPropertyChangeListener
public void addPropertyChangeListener(String propName, PropertyChangeListener l)(Code)



beep
abstract public void beep()(Code)



checkHeadless
static void checkHeadless() throws HeadlessException(Code)



checkImage
abstract public int checkImage(Image a0, int a1, int a2, ImageObserver a3)(Code)



createButton
abstract protected ButtonPeer createButton(Button a0) throws HeadlessException(Code)



createCanvas
abstract protected CanvasPeer createCanvas(Canvas a0)(Code)



createCheckbox
abstract protected CheckboxPeer createCheckbox(Checkbox a0) throws HeadlessException(Code)



createCheckboxMenuItem
abstract protected CheckboxMenuItemPeer createCheckboxMenuItem(CheckboxMenuItem a0) throws HeadlessException(Code)



createChoice
abstract protected ChoicePeer createChoice(Choice a0) throws HeadlessException(Code)



createComponent
protected LightweightPeer createComponent(Component a0) throws org.apache.harmony.luni.util.NotImplementedException(Code)



createCustomCursor
public Cursor createCustomCursor(Image img, Point hotSpot, String name) throws IndexOutOfBoundsException, HeadlessException(Code)



createCustomNativeCursor
NativeCursor createCustomNativeCursor(Image img, Point hotSpot, String name)(Code)
Returns a shared instance of implementation of org.apache.harmony.awt.wtk.NativeCursor for current platform for custom cursor
Parameters:
  type - - Java Cursor type new instance of implementation of NativeCursor



createDialog
abstract protected DialogPeer createDialog(Dialog a0) throws HeadlessException(Code)



createDragGestureRecognizer
public T createDragGestureRecognizer(Class<T> recognizerAbstractClass, DragSource ds, Component c, int srcActions, DragGestureListener dgl)(Code)



createDragSourceContextPeer
abstract public DragSourceContextPeer createDragSourceContextPeer(DragGestureEvent a0) throws InvalidDnDOperationException(Code)



createEmbeddedNativeWindow
NativeWindow createEmbeddedNativeWindow(EmbeddedWindow ew)(Code)



createFileDialog
abstract protected FileDialogPeer createFileDialog(FileDialog a0) throws HeadlessException(Code)



createFocusProxyNativeWindow
NativeWindow createFocusProxyNativeWindow(Window owner)(Code)



createFrame
abstract protected FramePeer createFrame(Frame a0) throws HeadlessException(Code)



createImage
abstract public Image createImage(ImageProducer a0)(Code)



createImage
abstract public Image createImage(byte[] a0, int a1, int a2)(Code)



createImage
abstract public Image createImage(URL a0)(Code)



createImage
abstract public Image createImage(String a0)(Code)



createImage
public Image createImage(byte[] imagedata)(Code)



createLabel
abstract protected LabelPeer createLabel(Label a0) throws HeadlessException(Code)



createList
abstract protected ListPeer createList(List a0) throws HeadlessException(Code)



createMenu
abstract protected MenuPeer createMenu(Menu a0) throws HeadlessException(Code)



createMenuBar
abstract protected MenuBarPeer createMenuBar(MenuBar a0) throws HeadlessException(Code)



createMenuItem
abstract protected MenuItemPeer createMenuItem(MenuItem a0) throws HeadlessException(Code)



createNativeCursor
NativeCursor createNativeCursor(int type)(Code)
Returns a shared instance of implementation of org.apache.harmony.awt.wtk.NativeCursor for current platform for
Parameters:
  type - - Java Cursor type new instance of implementation of NativeCursor



createNativeWindow
NativeWindow createNativeWindow(Component c)(Code)



createPanel
abstract protected PanelPeer createPanel(Panel a0)(Code)



createPopupMenu
abstract protected PopupMenuPeer createPopupMenu(PopupMenu a0) throws HeadlessException(Code)



createPopupNativeWindow
NativeWindow createPopupNativeWindow(PopupBox popup)(Code)



createScrollPane
abstract protected ScrollPanePeer createScrollPane(ScrollPane a0) throws HeadlessException(Code)



createScrollbar
abstract protected ScrollbarPeer createScrollbar(Scrollbar a0) throws HeadlessException(Code)



createTextArea
abstract protected TextAreaPeer createTextArea(TextArea a0) throws HeadlessException(Code)



createTextField
abstract protected TextFieldPeer createTextField(TextField a0) throws HeadlessException(Code)



createWindow
abstract protected WindowPeer createWindow(Window a0) throws HeadlessException(Code)



dispatchAWTEvent
void dispatchAWTEvent(AWTEvent event)(Code)



getAWTEventListeners
public AWTEventListener[] getAWTEventListeners()(Code)



getAWTEventListeners
public AWTEventListener[] getAWTEventListeners(long eventMask)(Code)



getBestCursorSize
public Dimension getBestCursorSize(int prefWidth, int prefHeight) throws HeadlessException(Code)



getColorModel
abstract public ColorModel getColorModel() throws HeadlessException(Code)



getComponentById
Component getComponentById(long id)(Code)



getDefaultFont
Font getDefaultFont()(Code)



getDefaultToolkit
public static Toolkit getDefaultToolkit()(Code)



getDesktopProperty
final public Object getDesktopProperty(String propName)(Code)



getEventMonitor
Object getEventMonitor()(Code)



getFocusProxyOwnerById
Window getFocusProxyOwnerById(long id)(Code)



getFontList
abstract public String[] getFontList()(Code)



getFontMetrics
abstract public FontMetrics getFontMetrics(Font font)(Code)



getFontPeer
abstract protected FontPeer getFontPeer(String a0, int a1)(Code)



getGraphicsFactory
GraphicsFactory getGraphicsFactory()(Code)



getImage
abstract public Image getImage(String a0)(Code)



getImage
abstract public Image getImage(URL a0)(Code)



getLockingKeyState
public boolean getLockingKeyState(int keyCode) throws UnsupportedOperationException(Code)



getMaximumCursorColors
public int getMaximumCursorColors() throws HeadlessException(Code)



getMenuShortcutKeyMask
public int getMenuShortcutKeyMask() throws HeadlessException(Code)



getMouseInfoPeer
protected java.awt.peer.MouseInfoPeer getMouseInfoPeer()(Code)



getNativeContainer
protected static Container getNativeContainer(Component c)(Code)



getNativeEventQueue
NativeEventQueue getNativeEventQueue()(Code)



getNativeMouseInfo
NativeMouseInfo getNativeMouseInfo()(Code)
Returns implementation of org.apache.harmony.awt.wtk.NativeMouseInfo for current platform. implementation of NativeMouseInfo



getPopupBoxById
PopupBox getPopupBoxById(long id)(Code)



getPrintJob
abstract public PrintJob getPrintJob(Frame a0, String a1, Properties a2)(Code)



getPrintJob
public PrintJob getPrintJob(Frame a0, String a1, JobAttributes a2, PageAttributes a3) throws org.apache.harmony.luni.util.NotImplementedException(Code)



getProperty
public static String getProperty(String propName, String defVal)(Code)



getPropertyChangeListeners
public PropertyChangeListener[] getPropertyChangeListeners()(Code)



getPropertyChangeListeners
public PropertyChangeListener[] getPropertyChangeListeners(String propName)(Code)



getScreenInsets
public Insets getScreenInsets(GraphicsConfiguration gc) throws HeadlessException(Code)



getScreenResolution
abstract public int getScreenResolution() throws HeadlessException(Code)



getScreenSize
abstract public Dimension getScreenSize() throws HeadlessException(Code)



getSynchronizer
final Synchronizer getSynchronizer()(Code)



getSystemClipboard
abstract public Clipboard getSystemClipboard() throws HeadlessException(Code)



getSystemEventQueue
final public EventQueue getSystemEventQueue()(Code)



getSystemEventQueueCore
EventQueueCore getSystemEventQueueCore()(Code)



getSystemEventQueueImpl
abstract protected EventQueue getSystemEventQueueImpl()(Code)



getSystemSelection
public Clipboard getSystemSelection() throws HeadlessException(Code)



getWTK
final WTK getWTK()(Code)



getWindowFactory
WindowFactory getWindowFactory()(Code)



init
void init()(Code)



initializeDesktopProperties
protected void initializeDesktopProperties()(Code)



isDynamicLayoutActive
public boolean isDynamicLayoutActive() throws HeadlessException(Code)



isDynamicLayoutSet
protected boolean isDynamicLayoutSet() throws HeadlessException(Code)



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



lazilyLoadDesktopProperty
protected Object lazilyLoadDesktopProperty(String propName)(Code)



loadSystemColors
protected void loadSystemColors(int[] colors) throws HeadlessException(Code)



lockAWT
final void lockAWT()(Code)



mapInputMethodHighlight
abstract public Map<java.awt.font.TextAttribute, ?> mapInputMethodHighlight(InputMethodHighlight highlight) throws HeadlessException(Code)



mapInputMethodHighlightImpl
Map<java.awt.font.TextAttribute, ?> mapInputMethodHighlightImpl(InputMethodHighlight highlight) throws HeadlessException(Code)



nativeWindowCreated
void nativeWindowCreated(NativeWindow win)(Code)
Connect the component to its native window This method is called after the synchronous window creation, and also in the window creation callback if it exists (WM_CREATE on Windows) Calling this method twice is OK because in second time it just does nothing. This is done this way because on Windows the native window gets a series of native events before windowFactory.CreateWindow() returns, and the WinWindow object should be created to process them. The WM_CREATE message is guaranteed to be first in the series, so that the the WM_CREATE handler creates the WinWindow object and calls nativeWindowCreated() for it.
Parameters:
  win - - native window just created



onQueueEmpty
void onQueueEmpty()(Code)



onWindowCreated
boolean onWindowCreated(long winId)(Code)
Connect the component to its native window
Parameters:
  winId - - id of native window just created



prepareImage
abstract public boolean prepareImage(Image a0, int a1, int a2, ImageObserver a3)(Code)



removeAWTEventListener
public void removeAWTEventListener(AWTEventListener listener)(Code)



removeFocusProxyNativeWindow
void removeFocusProxyNativeWindow(NativeWindow w)(Code)



removeNativeWindow
void removeNativeWindow(NativeWindow w)(Code)



removePopupNativeWindow
void removePopupNativeWindow(NativeWindow w)(Code)



removePropertyChangeListener
public void removePropertyChangeListener(String propName, PropertyChangeListener l)(Code)



setDesktopProperty
final protected void setDesktopProperty(String propName, Object value)(Code)



setDynamicLayout
public void setDynamicLayout(boolean dynamic) throws HeadlessException(Code)



setLockingKeyState
public void setLockingKeyState(int keyCode, boolean on) throws UnsupportedOperationException(Code)



setSystemEventQueueCore
void setSystemEventQueueCore(EventQueueCore core)(Code)



staticLockAWT
final static void staticLockAWT()(Code)



staticUnlockAWT
final static void staticUnlockAWT()(Code)



sync
abstract public void sync()(Code)



unlockAWT
final void unlockAWT()(Code)



unsafeInvokeAndWait
final void unsafeInvokeAndWait(Runnable runnable) throws InterruptedException, InvocationTargetException(Code)
InvokeAndWait under AWT lock. W/o this method system can hang up. Added to support modality (Dialog.show() & PopupMenu.show()) from not event dispatch thread. Use in other cases is not recommended. Still can be called only for whole API methods that cannot be called from other classes API methods. Examples: show() for modal dialogs - correct, only user can call it, directly or through setVisible(true) setBounds() for components - incorrect, setBounds() can be called from layoutContainer() for layout managers



Methods inherited from java.lang.Object
protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object object)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final public Class<? extends Object> getClass()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
final public void notify()(Code)(Java Doc)
final public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final public void wait(long millis, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait(long millis) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.