mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __javax_swing_text_AbstractDocument$Content__
 | 
						|
#define __javax_swing_text_AbstractDocument$Content__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <java/lang/Object.h>
 | 
						|
extern "Java"
 | 
						|
{
 | 
						|
  namespace javax
 | 
						|
  {
 | 
						|
    namespace swing
 | 
						|
    {
 | 
						|
      namespace text
 | 
						|
      {
 | 
						|
          class AbstractDocument$Content;
 | 
						|
          class Position;
 | 
						|
          class Segment;
 | 
						|
      }
 | 
						|
      namespace undo
 | 
						|
      {
 | 
						|
          class UndoableEdit;
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
class javax::swing::text::AbstractDocument$Content : public ::java::lang::Object
 | 
						|
{
 | 
						|
 | 
						|
public:
 | 
						|
  virtual ::javax::swing::text::Position * createPosition(jint) = 0;
 | 
						|
  virtual jint length() = 0;
 | 
						|
  virtual ::javax::swing::undo::UndoableEdit * insertString(jint, ::java::lang::String *) = 0;
 | 
						|
  virtual ::javax::swing::undo::UndoableEdit * remove(jint, jint) = 0;
 | 
						|
  virtual ::java::lang::String * getString(jint, jint) = 0;
 | 
						|
  virtual void getChars(jint, jint, ::javax::swing::text::Segment *) = 0;
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
} __attribute__ ((java_interface));
 | 
						|
 | 
						|
#endif // __javax_swing_text_AbstractDocument$Content__
 |