OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [AWTUtilities$VisibleComponentList.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_awt_AWTUtilities$VisibleComponentList__
5
#define __gnu_java_awt_AWTUtilities$VisibleComponentList__
6
 
7
#pragma interface
8
 
9
#include <java/util/AbstractSequentialList.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace awt
19
      {
20
          class AWTUtilities$VisibleComponentList;
21
      }
22
    }
23
  }
24
  namespace java
25
  {
26
    namespace awt
27
    {
28
        class Component;
29
    }
30
  }
31
}
32
 
33
class gnu::java::awt::AWTUtilities$VisibleComponentList : public ::java::util::AbstractSequentialList
34
{
35
 
36
public: // actually package-private
37
  AWTUtilities$VisibleComponentList(JArray< ::java::awt::Component * > *);
38
public:
39
  virtual ::java::util::ListIterator * listIterator(jint);
40
  virtual jint size();
41
public: // actually package-private
42
  JArray< ::java::awt::Component * > * __attribute__((aligned(__alignof__( ::java::util::AbstractSequentialList)))) components;
43
public:
44
  static ::java::lang::Class class$;
45
};
46
 
47
#endif // __gnu_java_awt_AWTUtilities$VisibleComponentList__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.