/[gcjwebplugin]/gcjwebplugin/src/GCJJVMPrefsWindow.h
ViewVC logotype

Diff of /gcjwebplugin/src/GCJJVMPrefsWindow.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mkoch, Thu Jul 3 19:07:42 2003 UTC revision 1.2 by mkoch, Wed Jul 16 05:20:16 2003 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39    
40  #include <nsIJVMPrefsWindow.h>  #include <nsIJVMPrefsWindow.h>
41    
42    #include <jni.h>
43    
44  class GCJJVMPrefsWindow : public nsIJVMPrefsWindow  class GCJJVMPrefsWindow : public nsIJVMPrefsWindow
45  {  {
46   public:   public:
47            
48    GCJJVMPrefsWindow ();    GCJJVMPrefsWindow (JNIEnv* jniEnv);
49    virtual ~GCJJVMPrefsWindow ();    virtual ~GCJJVMPrefsWindow();
50    
51    NS_DECL_ISUPPORTS    NS_DECL_ISUPPORTS
52    
53      NS_IMETHOD Show();
54      NS_IMETHOD Hide();
55      NS_IMETHOD IsVisible (PRBool *result);
56    
57     private:
58    
59      JNIEnv* m_jniEnv;
60      bool m_isVisible;
61      jobject m_prefsDialog;
62  };  };
63    
64  #endif // __GCJJVMPREFSWINDOW_H__  #endif // __GCJJVMPREFSWINDOW_H__

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26