mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			63 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __javax_swing_text_FlowView$FlowStrategy__
 | 
						|
#define __javax_swing_text_FlowView$FlowStrategy__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <java/lang/Object.h>
 | 
						|
extern "Java"
 | 
						|
{
 | 
						|
  namespace java
 | 
						|
  {
 | 
						|
    namespace awt
 | 
						|
    {
 | 
						|
        class Rectangle;
 | 
						|
    }
 | 
						|
  }
 | 
						|
  namespace javax
 | 
						|
  {
 | 
						|
    namespace swing
 | 
						|
    {
 | 
						|
      namespace event
 | 
						|
      {
 | 
						|
          class DocumentEvent;
 | 
						|
      }
 | 
						|
      namespace text
 | 
						|
      {
 | 
						|
          class FlowView;
 | 
						|
          class FlowView$FlowStrategy;
 | 
						|
          class View;
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
class javax::swing::text::FlowView$FlowStrategy : public ::java::lang::Object
 | 
						|
{
 | 
						|
 | 
						|
public:
 | 
						|
  FlowView$FlowStrategy();
 | 
						|
  virtual void insertUpdate(::javax::swing::text::FlowView *, ::javax::swing::event::DocumentEvent *, ::java::awt::Rectangle *);
 | 
						|
  virtual void removeUpdate(::javax::swing::text::FlowView *, ::javax::swing::event::DocumentEvent *, ::java::awt::Rectangle *);
 | 
						|
  virtual void changedUpdate(::javax::swing::text::FlowView *, ::javax::swing::event::DocumentEvent *, ::java::awt::Rectangle *);
 | 
						|
public: // actually protected
 | 
						|
  virtual ::javax::swing::text::View * getLogicalView(::javax::swing::text::FlowView *);
 | 
						|
public:
 | 
						|
  virtual void layout(::javax::swing::text::FlowView *);
 | 
						|
public: // actually protected
 | 
						|
  virtual jint layoutRow(::javax::swing::text::FlowView *, jint, jint);
 | 
						|
  virtual ::javax::swing::text::View * createView(::javax::swing::text::FlowView *, jint, jint, jint);
 | 
						|
  virtual void adjustRow(::javax::swing::text::FlowView *, jint, jint, jint);
 | 
						|
private:
 | 
						|
  jboolean contains(::javax::swing::text::View *, ::javax::swing::text::View *);
 | 
						|
  void reparent(::javax::swing::text::View *, ::javax::swing::text::View *);
 | 
						|
public: // actually package-private
 | 
						|
  static jboolean $assertionsDisabled;
 | 
						|
public:
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
};
 | 
						|
 | 
						|
#endif // __javax_swing_text_FlowView$FlowStrategy__
 |