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

Subversion Repositories openrisc

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

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_swing_text_html_StyleSheet$CSSStyle__
#define __javax_swing_text_html_StyleSheet$CSSStyle__
 
#pragma interface
 
#include <javax/swing/text/SimpleAttributeSet.h>
extern "Java"
{
  namespace gnu
  {
    namespace javax
    {
      namespace swing
      {
        namespace text
        {
          namespace html
          {
            namespace css
            {
                class Selector;
            }
          }
        }
      }
    }
  }
  namespace javax
  {
    namespace swing
    {
      namespace event
      {
          class ChangeListener;
      }
      namespace text
      {
        namespace html
        {
            class StyleSheet;
            class StyleSheet$CSSStyle;
        }
      }
    }
  }
}
 
class javax::swing::text::html::StyleSheet$CSSStyle : public ::javax::swing::text::SimpleAttributeSet
{
 
public: // actually package-private
  StyleSheet$CSSStyle(::javax::swing::text::html::StyleSheet *, jint, ::gnu::javax::swing::text::html::css::Selector *);
public:
  virtual ::java::lang::String * getName();
  virtual void addChangeListener(::javax::swing::event::ChangeListener *);
  virtual void removeChangeListener(::javax::swing::event::ChangeListener *);
  virtual jint StyleSheet$CSSStyle$compareTo(::javax::swing::text::html::StyleSheet$CSSStyle *);
  virtual jint compareTo(::java::lang::Object *);
public: // actually package-private
  static const jint PREC_UA = 0;
  static const jint PREC_NORM = 100000;
  static const jint PREC_AUTHOR_NORMAL = 200000;
  static const jint PREC_AUTHOR_IMPORTANT = 300000;
  static const jint PREC_USER_IMPORTANT = 400000;
private:
  jint __attribute__((aligned(__alignof__( ::javax::swing::text::SimpleAttributeSet)))) precedence;
public: // actually package-private
  ::gnu::javax::swing::text::html::css::Selector * selector;
  ::javax::swing::text::html::StyleSheet * this$0;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_swing_text_html_StyleSheet$CSSStyle__
 

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.