src/JavaVM.st
branchjk_new_structure
changeset 1353 2968f8acb434
parent 1349 888fb4a8169c
child 1368 5f502e712403
--- a/src/JavaVM.st	Tue Jan 24 23:56:08 2012 +0000
+++ b/src/JavaVM.st	Thu Feb 09 22:24:01 2012 +0000
@@ -4433,6 +4433,13 @@
     "Modified: / 12-08-2011 / 19:08:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+_java_awt_Button_initIDs: nativeContext
+
+    <javanative: 'java/awt/Button' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:54:34 / mh <hlopik@gmail.com>"
+!
+
 _java_awt_Color_initIDs: nativeContext
 
     <javanative: 'java/awt/Color' name: 'initIDs()V'>
@@ -4460,6 +4467,20 @@
     "Modified: / 12-08-2011 / 19:09:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+_java_awt_Cursor_initIDs: nativeContext
+
+    <javanative: 'java/awt/Cursor' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:54:49 / mh <hlopik@gmail.com>"
+!
+
+_java_awt_Dialog_initIDs: nativeContext
+
+    <javanative: 'java/awt/Dialog' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:54:09 / mh <hlopik@gmail.com>"
+!
+
 _java_awt_Dimension_initIDs: nativeContext
 
     <javanative: 'java/awt/Dimension' name: 'initIDs'>
@@ -4473,9 +4494,51 @@
 
     <javanative: 'java/awt/Event' name: 'initIDs()V'>
 
+    "Modified: / 09-02-2012 / 22:53:11 / mh <hlopik@gmail.com>"
+!
+
+_java_awt_FontMetrics_initIDs: nativeContext
+
+    <javanative: 'java/awt/FontMetrics' name: 'initIDs()V'>
+
     ^ UnimplementedNativeMethodSignal raise
 !
 
+_java_awt_Frame_initIDs: nativeContext
+
+    <javanative: 'java/awt/Frame' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:53:52 / mh <hlopik@gmail.com>"
+!
+
+_java_awt_Insets_initIDs: nativeContext
+
+    <javanative: 'java/awt/Insets' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:54:54 / mh <hlopik@gmail.com>"
+!
+
+_java_awt_KeyboardFocusManager_initIDs: nativeContext
+
+    <javanative: 'java/awt/KeyboardFocusManager' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:55:04 / mh <hlopik@gmail.com>"
+!
+
+_java_awt_MenuComponent_initIDs: nativeContext
+
+    <javanative: 'java/awt/MenuComponent' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:53:22 / mh <hlopik@gmail.com>"
+!
+
+_java_awt_MenuItem_initIDs: nativeContext
+
+    <javanative: 'java/awt/MenuItem' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:54:40 / mh <hlopik@gmail.com>"
+!
+
 _java_awt_Rectangle_initIDs: nativeContext
 
     <javanative: 'java/awt/Rectangle' name: 'initIDs()V'>
@@ -4492,6 +4555,36 @@
         "/ introduced with jdk1.2 ... (sigh)
 
     "Created: / 27.1.1998 / 19:53:50 / cg"
+!
+
+_java_awt_Window_initIDs: nativeContext
+
+    <javanative: 'java/awt/Window' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:53:47 / mh <hlopik@gmail.com>"
+! !
+
+!JavaVM class methodsFor:'native - java.awt.event'!
+
+_java_awt_event_InputEvent_initIDs: nativeContext
+
+    <javanative: 'java/awt/event/InputEvent' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:53:27 / mh <hlopik@gmail.com>"
+!
+
+_java_awt_event_KeyEvent_initIDs: nativeContext
+
+    <javanative: 'java/awt/event/KeyEvent' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:53:33 / mh <hlopik@gmail.com>"
+!
+
+_java_awt_event_MouseEvent_initIDs: nativeContext
+
+    <javanative: 'java/awt/event/MouseEvent' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:53:40 / mh <hlopik@gmail.com>"
 ! !
 
 !JavaVM class methodsFor:'native - java.io'!
@@ -6118,6 +6211,27 @@
     "Created: / 10-08-2011 / 15:20:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+_java_lang_Compiler_disable: nativeContext
+
+    <javanative: 'java/lang/Compiler' name: 'disable()V'>
+
+    "Modified: / 09-02-2012 / 22:56:44 / mh <hlopik@gmail.com>"
+!
+
+_java_lang_Compiler_enable: nativeContext
+
+    <javanative: 'java/lang/Compiler' name: 'enable()V'>
+
+    "Modified: / 09-02-2012 / 22:57:15 / mh <hlopik@gmail.com>"
+!
+
+_java_lang_Compiler_registerNatives: nativeContext
+
+    <javanative: 'java/lang/Compiler' name: 'registerNatives()V'>
+
+    "Modified: / 09-02-2012 / 22:56:37 / mh <hlopik@gmail.com>"
+!
+
 _java_lang_Double_doubleToRawLongBits: aJavaContext
 
     <javanative: 'java/lang/Double' name: 'doubleToRawLongBits'>
@@ -14861,6 +14975,22 @@
     "Modified: / 04-11-2011 / 21:50:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!JavaVM class methodsFor:'native - sun.font'!
+
+_sun_font_FontManager_initIDs: nativeContext
+
+    <javanative: 'sun/font/FontManager' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:56:51 / mh <hlopik@gmail.com>"
+!
+
+_sun_font_StrikeCache_getGlyphCacheDescription: nativeContext
+
+    <javanative: 'sun/font/StrikeCache' name: 'getGlyphCacheDescription([J)V'>
+
+    "Modified: / 09-02-2012 / 22:57:08 / mh <hlopik@gmail.com>"
+! !
+
 !JavaVM class methodsFor:'native - sun.io'!
 
 _sun_io_Win32ErrorMode_setErrorMode: nativeContext
@@ -14878,7 +15008,7 @@
 
     <javanative: 'sun/java2d/Disposer' name: 'initIDs()V'>
 
-    ^ UnimplementedNativeMethodSignal raise
+    "Modified: / 09-02-2012 / 22:54:59 / mh <hlopik@gmail.com>"
 ! !
 
 !JavaVM class methodsFor:'native - sun.java2d.cmm.lcms'!
@@ -14948,6 +15078,15 @@
     "Modified: / 09-12-2011 / 18:56:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!JavaVM class methodsFor:'native - sun.java2d.pipe'!
+
+_sun_java2d_pipe_Region_initIDs: nativeContext
+
+    <javanative: 'sun/java2d/pipe/Region' name: 'initIDs()V'>
+
+    "Modified: / 09-02-2012 / 22:55:09 / mh <hlopik@gmail.com>"
+! !
+
 !JavaVM class methodsFor:'native - sun.management'!
 
 _sun_management_MemoryImpl_getMemoryManagers0: nativeContext