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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [plaf/] [metal/] [MetalProgressBarUI.h] - Rev 759

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_swing_plaf_metal_MetalProgressBarUI__
#define __javax_swing_plaf_metal_MetalProgressBarUI__
 
#pragma interface
 
#include <javax/swing/plaf/basic/BasicProgressBarUI.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Graphics;
    }
  }
  namespace javax
  {
    namespace swing
    {
        class JComponent;
      namespace plaf
      {
          class ComponentUI;
        namespace metal
        {
            class MetalProgressBarUI;
        }
      }
    }
  }
}
 
class javax::swing::plaf::metal::MetalProgressBarUI : public ::javax::swing::plaf::basic::BasicProgressBarUI
{
 
public:
  MetalProgressBarUI();
  static ::javax::swing::plaf::ComponentUI * createUI(::javax::swing::JComponent *);
  virtual void paintDeterminate(::java::awt::Graphics *, ::javax::swing::JComponent *);
  virtual void paintIndeterminate(::java::awt::Graphics *, ::javax::swing::JComponent *);
  static ::java::lang::Class class$;
};
 
#endif // __javax_swing_plaf_metal_MetalProgressBarUI__
 

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.