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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [undo/] [CompoundEdit.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_CompoundEdit__
5
#define __javax_swing_undo_CompoundEdit__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/undo/AbstractUndoableEdit.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace swing
15
    {
16
      namespace undo
17
      {
18
          class CompoundEdit;
19
          class UndoableEdit;
20
      }
21
    }
22
  }
23
}
24
 
25
class javax::swing::undo::CompoundEdit : public ::javax::swing::undo::AbstractUndoableEdit
26
{
27
 
28
public:
29
  CompoundEdit();
30
  virtual void undo();
31
  virtual void redo();
32
public: // actually protected
33
  virtual ::javax::swing::undo::UndoableEdit * lastEdit();
34
public:
35
  virtual void die();
36
  virtual jboolean addEdit(::javax::swing::undo::UndoableEdit *);
37
  virtual void end();
38
  virtual jboolean canUndo();
39
  virtual jboolean canRedo();
40
  virtual jboolean isInProgress();
41
  virtual jboolean isSignificant();
42
  virtual ::java::lang::String * getPresentationName();
43
  virtual ::java::lang::String * getUndoPresentationName();
44
  virtual ::java::lang::String * getRedoPresentationName();
45
  virtual ::java::lang::String * toString();
46
private:
47
  static const jlong serialVersionUID = -6512679249930119683LL;
48
public: // actually protected
49
  ::java::util::Vector * __attribute__((aligned(__alignof__( ::javax::swing::undo::AbstractUndoableEdit)))) edits;
50
private:
51
  jboolean inProgress;
52
public:
53
  static ::java::lang::Class class$;
54
};
55
 
56
#endif // __javax_swing_undo_CompoundEdit__

powered by: WebSVN 2.1.0

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