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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [StringContent$RemoveUndo.h] - Rev 759

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_swing_text_StringContent$RemoveUndo__
#define __javax_swing_text_StringContent$RemoveUndo__
 
#pragma interface
 
#include <javax/swing/undo/AbstractUndoableEdit.h>
extern "Java"
{
  namespace javax
  {
    namespace swing
    {
      namespace text
      {
          class StringContent;
          class StringContent$RemoveUndo;
      }
    }
  }
}
 
class javax::swing::text::StringContent$RemoveUndo : public ::javax::swing::undo::AbstractUndoableEdit
{
 
public:
  StringContent$RemoveUndo(::javax::swing::text::StringContent *, jint, ::java::lang::String *);
  virtual void undo();
  virtual void redo();
private:
  jint __attribute__((aligned(__alignof__( ::javax::swing::undo::AbstractUndoableEdit)))) start;
  jint len;
  ::java::lang::String * undoString;
public: // actually package-private
  ::java::util::Vector * positions;
  ::javax::swing::text::StringContent * this$0;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_swing_text_StringContent$RemoveUndo__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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