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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [TextAction.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_text_TextAction__
5
#define __javax_swing_text_TextAction__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/AbstractAction.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
      namespace event
19
      {
20
          class ActionEvent;
21
      }
22
    }
23
  }
24
  namespace javax
25
  {
26
    namespace swing
27
    {
28
        class Action;
29
      namespace text
30
      {
31
          class JTextComponent;
32
          class TextAction;
33
      }
34
    }
35
  }
36
}
37
 
38
class javax::swing::text::TextAction : public ::javax::swing::AbstractAction
39
{
40
 
41
public:
42
  TextAction(::java::lang::String *);
43
public: // actually protected
44
  virtual ::javax::swing::text::JTextComponent * getTextComponent(::java::awt::event::ActionEvent *);
45
public:
46
  static JArray< ::javax::swing::Action * > * augmentList(JArray< ::javax::swing::Action * > *, JArray< ::javax::swing::Action * > *);
47
public: // actually protected
48
  virtual ::javax::swing::text::JTextComponent * getFocusedComponent();
49
public:
50
  static ::java::lang::Class class$;
51
};
52
 
53
#endif // __javax_swing_text_TextAction__

powered by: WebSVN 2.1.0

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