aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libjava/javax/swing/plaf/synth/Region.h
blob: 1df2b4f9fc6f6cf2d04f22fc8893103bc42790e4 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_plaf_synth_Region__
#define __javax_swing_plaf_synth_Region__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace javax
  {
    namespace swing
    {
      namespace plaf
      {
        namespace synth
        {
            class Region;
        }
      }
    }
  }
}

class javax::swing::plaf::synth::Region : public ::java::lang::Object
{

public: // actually protected
  Region(::java::lang::String *, ::java::lang::String *, jboolean);
public:
  virtual jboolean isSubregion();
  virtual ::java::lang::String * getName();
  virtual ::java::lang::String * toString();
  static ::javax::swing::plaf::synth::Region * ARROW_BUTTON;
  static ::javax::swing::plaf::synth::Region * BUTTON;
  static ::javax::swing::plaf::synth::Region * CHECK_BOX;
  static ::javax::swing::plaf::synth::Region * CHECK_BOX_MENU_ITEM;
  static ::javax::swing::plaf::synth::Region * COLOR_CHOOSER;
  static ::javax::swing::plaf::synth::Region * COMBO_BOX;
  static ::javax::swing::plaf::synth::Region * DESKTOP_PANE;
  static ::javax::swing::plaf::synth::Region * DESKTOP_ICON;
  static ::javax::swing::plaf::synth::Region * EDITOR_PANE;
  static ::javax::swing::plaf::synth::Region * FILE_CHOOSER;
  static ::javax::swing::plaf::synth::Region * FORMATTED_TEXT_FIELD;
  static ::javax::swing::plaf::synth::Region * INTERNAL_FRAME;
  static ::javax::swing::plaf::synth::Region * INTERNAL_FRAME_TITLE_PANE;
  static ::javax::swing::plaf::synth::Region * LABEL;
  static ::javax::swing::plaf::synth::Region * LIST;
  static ::javax::swing::plaf::synth::Region * MENU;
  static ::javax::swing::plaf::synth::Region * MENU_BAR;
  static ::javax::swing::plaf::synth::Region * MENU_ITEM;
  static ::javax::swing::plaf::synth::Region * MENU_ITEM_ACCELERATOR;
  static ::javax::swing::plaf::synth::Region * OPTION_PANE;
  static ::javax::swing::plaf::synth::Region * PANEL;
  static ::javax::swing::plaf::synth::Region * PASSWORD_FIELD;
  static ::javax::swing::plaf::synth::Region * POPUP_MENU;
  static ::javax::swing::plaf::synth::Region * POPUP_MENU_SEPARATOR;
  static ::javax::swing::plaf::synth::Region * PROGRESS_BAR;
  static ::javax::swing::plaf::synth::Region * RADIO_BUTTON;
  static ::javax::swing::plaf::synth::Region * RADIO_BUTTON_MENU_ITEM;
  static ::javax::swing::plaf::synth::Region * ROOT_PANE;
  static ::javax::swing::plaf::synth::Region * SCROLL_BAR;
  static ::javax::swing::plaf::synth::Region * SCROLL_BAR_TRACK;
  static ::javax::swing::plaf::synth::Region * SCROLL_BAR_THUMB;
  static ::javax::swing::plaf::synth::Region * SCROLL_PANE;
  static ::javax::swing::plaf::synth::Region * SEPARATOR;
  static ::javax::swing::plaf::synth::Region * SLIDER;
  static ::javax::swing::plaf::synth::Region * SLIDER_TRACK;
  static ::javax::swing::plaf::synth::Region * SLIDER_THUMB;
  static ::javax::swing::plaf::synth::Region * SPINNER;
  static ::javax::swing::plaf::synth::Region * SPLIT_PANE;
  static ::javax::swing::plaf::synth::Region * SPLIT_PANE_DIVIDER;
  static ::javax::swing::plaf::synth::Region * TABBED_PANE;
  static ::javax::swing::plaf::synth::Region * TABBED_PANE_TAB;
  static ::javax::swing::plaf::synth::Region * TABBED_PANE_TAB_AREA;
  static ::javax::swing::plaf::synth::Region * TABBED_PANE_CONTENT;
  static ::javax::swing::plaf::synth::Region * TABLE;
  static ::javax::swing::plaf::synth::Region * TABLE_HEADER;
  static ::javax::swing::plaf::synth::Region * TEXT_AREA;
  static ::javax::swing::plaf::synth::Region * TEXT_FIELD;
  static ::javax::swing::plaf::synth::Region * TEXT_PANE;
  static ::javax::swing::plaf::synth::Region * TOGGLE_BUTTON;
  static ::javax::swing::plaf::synth::Region * TOOL_BAR;
  static ::javax::swing::plaf::synth::Region * TOOL_BAR_CONTENT;
  static ::javax::swing::plaf::synth::Region * TOOL_BAR_DRAG_WINDOW;
  static ::javax::swing::plaf::synth::Region * TOOL_TIP;
  static ::javax::swing::plaf::synth::Region * TOOL_BAR_SEPARATOR;
  static ::javax::swing::plaf::synth::Region * TREE;
  static ::javax::swing::plaf::synth::Region * TREE_CELL;
  static ::javax::swing::plaf::synth::Region * VIEWPORT;
public: // actually package-private
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) ui;
private:
  ::java::lang::String * name;
  jboolean subregion;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_plaf_synth_Region__