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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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