Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / javax / swing / filechooser / UnixFileSystemView.h
blobe06f9b8f0d0174737e8b7a98f52be3df61061669
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_filechooser_UnixFileSystemView__
5 #define __javax_swing_filechooser_UnixFileSystemView__
7 #pragma interface
9 #include <javax/swing/filechooser/FileSystemView.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace javax
16 namespace swing
18 class Icon;
19 namespace filechooser
21 class UnixFileSystemView;
27 class javax::swing::filechooser::UnixFileSystemView : public ::javax::swing::filechooser::FileSystemView
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$;
45 #endif // __javax_swing_filechooser_UnixFileSystemView__