Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / javax / swing / plaf / ListUI.h
blob241768f021be1d992b73bdf22ccd5092432816ec
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_plaf_ListUI__
5 #define __javax_swing_plaf_ListUI__
7 #pragma interface
9 #include <javax/swing/plaf/ComponentUI.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 class Point;
17 class Rectangle;
20 namespace javax
22 namespace swing
24 class JList;
25 namespace plaf
27 class ListUI;
33 class javax::swing::plaf::ListUI : public ::javax::swing::plaf::ComponentUI
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$;
44 #endif // __javax_swing_plaf_ListUI__