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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [filechooser/] [UnixFileSystemView.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_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__

powered by: WebSVN 2.1.0

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