aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/java/beans/DummyAppletStub.h
blob: 10ee9ffcd200291e7a98414111f1a24d992f2017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_java_beans_DummyAppletStub__
#define __gnu_java_beans_DummyAppletStub__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace beans
      {
          class DummyAppletContext;
          class DummyAppletStub;
      }
    }
  }
  namespace java
  {
    namespace applet
    {
        class AppletContext;
    }
    namespace net
    {
        class URL;
    }
  }
}

class gnu::java::beans::DummyAppletStub : public ::java::lang::Object
{

public:
  DummyAppletStub(::java::net::URL *, ::java::net::URL *);
  virtual jboolean isActive();
  virtual ::java::net::URL * getDocumentBase();
  virtual ::java::net::URL * getCodeBase();
  virtual ::java::lang::String * getParameter(::java::lang::String *);
  virtual ::java::applet::AppletContext * getAppletContext();
  virtual void appletResize(jint, jint);
private:
  ::java::net::URL * __attribute__((aligned(__alignof__( ::java::lang::Object)))) documentBase;
  ::java::net::URL * codeBase;
  ::gnu::java::beans::DummyAppletContext * context;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_java_beans_DummyAppletStub__