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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [html/] [ListView.h] - Rev 759

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_swing_text_html_ListView__
#define __javax_swing_text_html_ListView__
 
#pragma interface
 
#include <javax/swing/text/html/BlockView.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Graphics;
        class Rectangle;
        class Shape;
    }
  }
  namespace javax
  {
    namespace swing
    {
      namespace text
      {
          class Element;
        namespace html
        {
            class ListView;
            class StyleSheet$ListPainter;
        }
      }
    }
  }
}
 
class javax::swing::text::html::ListView : public ::javax::swing::text::html::BlockView
{
 
public:
  ListView(::javax::swing::text::Element *);
  virtual jfloat getAlignment(jint);
  virtual void paint(::java::awt::Graphics *, ::java::awt::Shape *);
public: // actually protected
  virtual void paintChild(::java::awt::Graphics *, ::java::awt::Rectangle *, jint);
  virtual void setPropertiesFromAttributes();
private:
  ::javax::swing::text::html::StyleSheet$ListPainter * __attribute__((aligned(__alignof__( ::javax::swing::text::html::BlockView)))) painter;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_swing_text_html_ListView__
 

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.