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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [JTree$EmptySelectionModel.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_JTree$EmptySelectionModel__
5
#define __javax_swing_JTree$EmptySelectionModel__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/tree/DefaultTreeSelectionModel.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace swing
17
    {
18
        class JTree$EmptySelectionModel;
19
      namespace tree
20
      {
21
          class TreePath;
22
      }
23
    }
24
  }
25
}
26
 
27
class javax::swing::JTree$EmptySelectionModel : public ::javax::swing::tree::DefaultTreeSelectionModel
28
{
29
 
30
public: // actually protected
31
  JTree$EmptySelectionModel();
32
public:
33
  static ::javax::swing::JTree$EmptySelectionModel * sharedInstance();
34
  virtual void setSelectionPaths(JArray< ::javax::swing::tree::TreePath * > *);
35
  virtual void addSelectionPaths(JArray< ::javax::swing::tree::TreePath * > *);
36
  virtual void removeSelectionPaths(JArray< ::javax::swing::tree::TreePath * > *);
37
private:
38
  static const jlong serialVersionUID = -5815023306225701477LL;
39
public: // actually protected
40
  static ::javax::swing::JTree$EmptySelectionModel * sharedInstance__;
41
public:
42
  static ::java::lang::Class class$;
43
};
44
 
45
#endif // __javax_swing_JTree$EmptySelectionModel__

powered by: WebSVN 2.1.0

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