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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [plaf/] [ListUI.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_swing_plaf_ListUI__
5
#define __javax_swing_plaf_ListUI__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/plaf/ComponentUI.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Point;
17
        class Rectangle;
18
    }
19
  }
20
  namespace javax
21
  {
22
    namespace swing
23
    {
24
        class JList;
25
      namespace plaf
26
      {
27
          class ListUI;
28
      }
29
    }
30
  }
31
}
32
 
33
class javax::swing::plaf::ListUI : public ::javax::swing::plaf::ComponentUI
34
{
35
 
36
public:
37
  ListUI();
38
  virtual jint locationToIndex(::javax::swing::JList *, ::java::awt::Point *) = 0;
39
  virtual ::java::awt::Point * indexToLocation(::javax::swing::JList *, jint) = 0;
40
  virtual ::java::awt::Rectangle * getCellBounds(::javax::swing::JList *, jint, jint) = 0;
41
  static ::java::lang::Class class$;
42
};
43
 
44
#endif // __javax_swing_plaf_ListUI__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.