OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / filechooser / UnixFileSystemView.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_filechooser_UnixFileSystemView__
5 #define __javax_swing_filechooser_UnixFileSystemView__
6
7 #pragma interface
8
9 #include <javax/swing/filechooser/FileSystemView.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace javax
15   {
16     namespace swing
17     {
18         class Icon;
19       namespace filechooser
20       {
21           class UnixFileSystemView;
22       }
23     }
24   }
25 }
26
27 class javax::swing::filechooser::UnixFileSystemView : public ::javax::swing::filechooser::FileSystemView
28 {
29
30 public: // actually package-private
31   UnixFileSystemView();
32 public:
33   virtual ::java::io::File * createNewFolder(::java::io::File *);
34   virtual JArray< ::java::io::File * > * getRoots();
35   virtual ::java::lang::String * getSystemDisplayName(::java::io::File *);
36   virtual ::javax::swing::Icon * getSystemIcon(::java::io::File *);
37   virtual ::java::lang::String * getSystemTypeDescription(::java::io::File *);
38   virtual jboolean isRoot(::java::io::File *);
39 private:
40   static ::java::lang::String * NEW_FOLDER_NAME;
41 public:
42   static ::java::lang::Class class$;
43 };
44
45 #endif // __javax_swing_filechooser_UnixFileSystemView__