src/windows/native/sun/windows/awt_Container.h

Print this page




  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /************************************************************************
  27  * AwtContainer class
  28  */
  29 
  30 #ifndef AWT_CONTAINER_H
  31 #define AWT_CONTAINER_H
  32 
  33 #include <jni.h>
  34 #include <jni_util.h>
  35 
  36 class AwtContainer {
  37 public:
  38 
  39     /* java.awt.Container field ids */
  40     static jfieldID layoutMgrID;
  41     static jmethodID findComponentAtMID;
  42 
  43 };
  44 
  45 #endif // AWT_CONTAINER_H


  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /************************************************************************
  27  * AwtContainer class
  28  */
  29 
  30 #ifndef AWT_CONTAINER_H
  31 #define AWT_CONTAINER_H
  32 
  33 #include <jni.h>
  34 #include <jni_util.h>
  35 
  36 class AwtContainer {
  37 public:
  38 
  39     /* java.awt.Container field ids */
  40     static jfieldID layoutMgrID;

  41 
  42 };
  43 
  44 #endif // AWT_CONTAINER_H