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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [undo/] [UndoableEditSupport.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_undo_UndoableEditSupport__
5
#define __javax_swing_undo_UndoableEditSupport__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace swing
17
    {
18
      namespace event
19
      {
20
          class UndoableEditListener;
21
      }
22
      namespace undo
23
      {
24
          class CompoundEdit;
25
          class UndoableEdit;
26
          class UndoableEditSupport;
27
      }
28
    }
29
  }
30
}
31
 
32
class javax::swing::undo::UndoableEditSupport : public ::java::lang::Object
33
{
34
 
35
public:
36
  UndoableEditSupport();
37
  UndoableEditSupport(::java::lang::Object *);
38
  virtual ::java::lang::String * toString();
39
  virtual void addUndoableEditListener(::javax::swing::event::UndoableEditListener *);
40
  virtual void removeUndoableEditListener(::javax::swing::event::UndoableEditListener *);
41
  virtual JArray< ::javax::swing::event::UndoableEditListener * > * getUndoableEditListeners();
42
public: // actually protected
43
  virtual void _postEdit(::javax::swing::undo::UndoableEdit *);
44
public:
45
  virtual void postEdit(::javax::swing::undo::UndoableEdit *);
46
  virtual jint getUpdateLevel();
47
  virtual void beginUpdate();
48
public: // actually protected
49
  virtual ::javax::swing::undo::CompoundEdit * createCompoundEdit();
50
public:
51
  virtual void endUpdate();
52
public: // actually protected
53
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) updateLevel;
54
  ::javax::swing::undo::CompoundEdit * compoundEdit;
55
  ::java::util::Vector * listeners;
56
  ::java::lang::Object * realSource;
57
public:
58
  static ::java::lang::Class class$;
59
};
60
 
61
#endif // __javax_swing_undo_UndoableEditSupport__

powered by: WebSVN 2.1.0

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