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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [PrinterDialog$GeneralPanel$CopiesAndSorted.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$CopiesAndSorted__
5
#define __gnu_javax_print_PrinterDialog$GeneralPanel$CopiesAndSorted__
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$CopiesAndSorted;
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 JCheckBox;
38
        class JLabel;
39
        class JSpinner;
40
        class SpinnerNumberModel;
41
      namespace event
42
      {
43
          class ChangeEvent;
44
      }
45
    }
46
  }
47
}
48
 
49
class gnu::javax::print::PrinterDialog$GeneralPanel$CopiesAndSorted : public ::javax::swing::JPanel
50
{
51
 
52
public: // actually package-private
53
  PrinterDialog$GeneralPanel$CopiesAndSorted(::gnu::javax::print::PrinterDialog$GeneralPanel *);
54
public:
55
  void stateChanged(::javax::swing::event::ChangeEvent *);
56
  void actionPerformed(::java::awt::event::ActionEvent *);
57
public: // actually package-private
58
  void updateForSelectedService();
59
private:
60
  ::javax::swing::JCheckBox * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) sort;
61
  ::javax::swing::JSpinner * copies;
62
  ::javax::swing::JLabel * copies_lb;
63
  ::javax::swing::SpinnerNumberModel * copiesModel;
64
public: // actually package-private
65
  ::gnu::javax::print::PrinterDialog$GeneralPanel * this$1;
66
public:
67
  static ::java::lang::Class class$;
68
};
69
 
70
#endif // __gnu_javax_print_PrinterDialog$GeneralPanel$CopiesAndSorted__

powered by: WebSVN 2.1.0

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