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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [PrinterDialog$PageSetupPanel$Orientation.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_javax_print_PrinterDialog$PageSetupPanel$Orientation__
5
#define __gnu_javax_print_PrinterDialog$PageSetupPanel$Orientation__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/JPanel.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace print
17
      {
18
          class PrinterDialog$PageSetupPanel;
19
          class PrinterDialog$PageSetupPanel$Orientation;
20
      }
21
    }
22
  }
23
  namespace java
24
  {
25
    namespace awt
26
    {
27
      namespace event
28
      {
29
          class ActionEvent;
30
      }
31
    }
32
  }
33
  namespace javax
34
  {
35
    namespace swing
36
    {
37
        class JRadioButton;
38
    }
39
  }
40
}
41
 
42
class gnu::javax::print::PrinterDialog$PageSetupPanel$Orientation : public ::javax::swing::JPanel
43
{
44
 
45
public: // actually package-private
46
  PrinterDialog$PageSetupPanel$Orientation(::gnu::javax::print::PrinterDialog$PageSetupPanel *);
47
public:
48
  void actionPerformed(::java::awt::event::ActionEvent *);
49
public: // actually package-private
50
  void updateForSelectedService();
51
private:
52
  ::javax::swing::JRadioButton * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) portrait;
53
  ::javax::swing::JRadioButton * landscape;
54
  ::javax::swing::JRadioButton * rev_portrait;
55
  ::javax::swing::JRadioButton * rev_landscape;
56
public: // actually package-private
57
  ::gnu::javax::print::PrinterDialog$PageSetupPanel * this$1;
58
public:
59
  static ::java::lang::Class class$;
60
};
61
 
62
#endif // __gnu_javax_print_PrinterDialog$PageSetupPanel$Orientation__

powered by: WebSVN 2.1.0

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