FlowView$FlowStrategy.h 1.84 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62

// 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__