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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [PrinterDialog$PageSetupPanel$Margins.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$Margins__
5
#define __gnu_javax_print_PrinterDialog$PageSetupPanel$Margins__
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$Margins;
20
      }
21
    }
22
  }
23
  namespace java
24
  {
25
    namespace awt
26
    {
27
      namespace event
28
      {
29
          class FocusEvent;
30
      }
31
    }
32
  }
33
  namespace javax
34
  {
35
    namespace swing
36
    {
37
        class JLabel;
38
        class JTextField;
39
    }
40
  }
41
}
42
 
43
class gnu::javax::print::PrinterDialog$PageSetupPanel$Margins : public ::javax::swing::JPanel
44
{
45
 
46
public: // actually package-private
47
  PrinterDialog$PageSetupPanel$Margins(::gnu::javax::print::PrinterDialog$PageSetupPanel *);
48
public:
49
  void focusGained(::java::awt::event::FocusEvent *);
50
  void focusLost(::java::awt::event::FocusEvent *);
51
private:
52
  void updateMargins();
53
public: // actually package-private
54
  void updateForSelectedService();
55
private:
56
  ::javax::swing::JLabel * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) left;
57
  ::javax::swing::JLabel * right;
58
  ::javax::swing::JLabel * top;
59
  ::javax::swing::JLabel * bottom;
60
  ::javax::swing::JTextField * left_tf;
61
  ::javax::swing::JTextField * right_tf;
62
  ::javax::swing::JTextField * top_tf;
63
  ::javax::swing::JTextField * bottom_tf;
64
public: // actually package-private
65
  ::gnu::javax::print::PrinterDialog$PageSetupPanel * this$1;
66
public:
67
  static ::java::lang::Class class$;
68
};
69
 
70
#endif // __gnu_javax_print_PrinterDialog$PageSetupPanel$Margins__

powered by: WebSVN 2.1.0

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