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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [ViewportLayout.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_swing_ViewportLayout__
5
#define __javax_swing_ViewportLayout__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Component;
17
        class Container;
18
        class Dimension;
19
    }
20
  }
21
  namespace javax
22
  {
23
    namespace swing
24
    {
25
        class ViewportLayout;
26
    }
27
  }
28
}
29
 
30
class javax::swing::ViewportLayout : public ::java::lang::Object
31
{
32
 
33
public:
34
  ViewportLayout();
35
  virtual void addLayoutComponent(::java::lang::String *, ::java::awt::Component *);
36
  virtual void removeLayoutComponent(::java::awt::Component *);
37
  virtual ::java::awt::Dimension * preferredLayoutSize(::java::awt::Container *);
38
  virtual ::java::awt::Dimension * minimumLayoutSize(::java::awt::Container *);
39
  virtual void layoutContainer(::java::awt::Container *);
40
private:
41
  static const jlong serialVersionUID = -788225906076097229LL;
42
public:
43
  static ::java::lang::Class class$;
44
};
45
 
46
#endif // __javax_swing_ViewportLayout__

powered by: WebSVN 2.1.0

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