summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/plaf/metal/MetalIconFactory.h
blob: f1cb1d77e23a0f3ed16fd53949d60e7e963b3dc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_plaf_metal_MetalIconFactory__
#define __javax_swing_plaf_metal_MetalIconFactory__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace javax
  {
    namespace swing
    {
        class Icon;
      namespace plaf
      {
        namespace metal
        {
            class MetalIconFactory;
            class MetalIconFactory$RadioButtonIcon;
        }
      }
    }
  }
}

class javax::swing::plaf::metal::MetalIconFactory : public ::java::lang::Object
{

public:
  MetalIconFactory();
  static ::javax::swing::Icon * getCheckBoxIcon();
  static ::javax::swing::Icon * getCheckBoxMenuItemIcon();
  static ::javax::swing::Icon * getFileChooserDetailViewIcon();
  static ::javax::swing::Icon * getFileChooserHomeFolderIcon();
  static ::javax::swing::Icon * getFileChooserListViewIcon();
  static ::javax::swing::Icon * getFileChooserNewFolderIcon();
  static ::javax::swing::Icon * getFileChooserUpFolderIcon();
  static ::javax::swing::Icon * getRadioButtonIcon();
  static ::javax::swing::Icon * getRadioButtonMenuItemIcon();
  static ::javax::swing::Icon * getHorizontalSliderThumbIcon();
  static ::javax::swing::Icon * getInternalFrameCloseIcon(jint);
  static ::javax::swing::Icon * getInternalFrameDefaultMenuIcon();
  static ::javax::swing::Icon * getInternalFrameMaximizeIcon(jint);
  static ::javax::swing::Icon * getInternalFrameMinimizeIcon(jint);
  static ::javax::swing::Icon * getInternalFrameAltMaximizeIcon(jint);
  static ::javax::swing::Icon * getVerticalSliderThumbIcon();
  static ::javax::swing::Icon * getTreeFolderIcon();
  static ::javax::swing::Icon * getTreeLeafIcon();
  static ::javax::swing::Icon * getTreeControlIcon(jboolean);
  static ::javax::swing::Icon * getTreeComputerIcon();
  static ::javax::swing::Icon * getTreeFloppyDriveIcon();
  static ::javax::swing::Icon * getTreeHardDriveIcon();
  static ::javax::swing::Icon * getMenuArrowIcon();
  static ::javax::swing::Icon * getMenuItemArrowIcon();
  static ::javax::swing::Icon * getMenuItemCheckIcon();
  static const jboolean DARK = 0;
  static const jboolean LIGHT = 1;
private:
  static ::javax::swing::Icon * menuArrow;
  static ::javax::swing::Icon * menuItemArrow;
  static ::javax::swing::Icon * checkBoxIcon;
  static ::javax::swing::Icon * checkBoxMenuItemIcon;
  static ::javax::swing::Icon * fileChooserDetailViewIcon;
  static ::javax::swing::Icon * fileChooserHomeFolderIcon;
  static ::javax::swing::Icon * fileChooserListViewIcon;
  static ::javax::swing::Icon * fileChooserNewFolderIcon;
  static ::javax::swing::Icon * fileChooserUpFolderIcon;
  static ::javax::swing::plaf::metal::MetalIconFactory$RadioButtonIcon * radioButtonIcon;
  static ::javax::swing::Icon * radioButtonMenuItemIcon;
  static ::javax::swing::Icon * internalFrameDefaultMenuIcon;
  static ::javax::swing::Icon * treeComputerIcon;
  static ::javax::swing::Icon * treeFloppyDriveIcon;
  static ::javax::swing::Icon * treeHardDriveIcon;
  static ::javax::swing::Icon * horizontalSliderThumbIcon;
  static ::javax::swing::Icon * verticalSliderThumbIcon;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_plaf_metal_MetalIconFactory__