1 | |
|
2 | |
|
3 | |
|
4 | |
|
5 | |
|
6 | |
|
7 | |
|
8 | |
|
9 | |
|
10 | |
|
11 | |
|
12 | |
|
13 | |
|
14 | |
|
15 | |
|
16 | |
package net.sf.webphotos.gui.component; |
17 | |
|
18 | |
import java.beans.*; |
19 | |
|
20 | |
|
21 | |
|
22 | |
|
23 | |
|
24 | 0 | public class PainelPesquisaBeanInfo extends SimpleBeanInfo { |
25 | |
|
26 | |
|
27 | |
|
28 | |
private static BeanDescriptor getBdescriptor(){ |
29 | 0 | BeanDescriptor beanDescriptor = new BeanDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class , null ); |
30 | 0 | beanDescriptor.setShortDescription ( "Controls to search on a datasource" ); |
31 | |
|
32 | |
|
33 | |
|
34 | 0 | return beanDescriptor; } |
35 | |
|
36 | |
private static final int PROPERTY_acaoPesquisa = 0; |
37 | |
private static final int PROPERTY_actionMap = 1; |
38 | |
private static final int PROPERTY_alignmentX = 2; |
39 | |
private static final int PROPERTY_alignmentY = 3; |
40 | |
private static final int PROPERTY_ancestorListeners = 4; |
41 | |
private static final int PROPERTY_autoscrolls = 5; |
42 | |
private static final int PROPERTY_background = 6; |
43 | |
private static final int PROPERTY_backgroundSet = 7; |
44 | |
private static final int PROPERTY_baselineResizeBehavior = 8; |
45 | |
private static final int PROPERTY_border = 9; |
46 | |
private static final int PROPERTY_bounds = 10; |
47 | |
private static final int PROPERTY_categoriasPesquisaComboBoxModel = 11; |
48 | |
private static final int PROPERTY_colorModel = 12; |
49 | |
private static final int PROPERTY_component = 13; |
50 | |
private static final int PROPERTY_componentCount = 14; |
51 | |
private static final int PROPERTY_componentListeners = 15; |
52 | |
private static final int PROPERTY_componentOrientation = 16; |
53 | |
private static final int PROPERTY_componentPopupMenu = 17; |
54 | |
private static final int PROPERTY_components = 18; |
55 | |
private static final int PROPERTY_containerListeners = 19; |
56 | |
private static final int PROPERTY_cursor = 20; |
57 | |
private static final int PROPERTY_cursorSet = 21; |
58 | |
private static final int PROPERTY_debugGraphicsOptions = 22; |
59 | |
private static final int PROPERTY_displayable = 23; |
60 | |
private static final int PROPERTY_doubleBuffered = 24; |
61 | |
private static final int PROPERTY_dropTarget = 25; |
62 | |
private static final int PROPERTY_enabled = 26; |
63 | |
private static final int PROPERTY_focusable = 27; |
64 | |
private static final int PROPERTY_focusCycleRoot = 28; |
65 | |
private static final int PROPERTY_focusCycleRootAncestor = 29; |
66 | |
private static final int PROPERTY_focusListeners = 30; |
67 | |
private static final int PROPERTY_focusOwner = 31; |
68 | |
private static final int PROPERTY_focusTraversable = 32; |
69 | |
private static final int PROPERTY_focusTraversalKeys = 33; |
70 | |
private static final int PROPERTY_focusTraversalKeysEnabled = 34; |
71 | |
private static final int PROPERTY_focusTraversalPolicy = 35; |
72 | |
private static final int PROPERTY_focusTraversalPolicyProvider = 36; |
73 | |
private static final int PROPERTY_focusTraversalPolicySet = 37; |
74 | |
private static final int PROPERTY_font = 38; |
75 | |
private static final int PROPERTY_fontSet = 39; |
76 | |
private static final int PROPERTY_foreground = 40; |
77 | |
private static final int PROPERTY_foregroundSet = 41; |
78 | |
private static final int PROPERTY_graphics = 42; |
79 | |
private static final int PROPERTY_graphicsConfiguration = 43; |
80 | |
private static final int PROPERTY_height = 44; |
81 | |
private static final int PROPERTY_hierarchyBoundsListeners = 45; |
82 | |
private static final int PROPERTY_hierarchyListeners = 46; |
83 | |
private static final int PROPERTY_ignoreRepaint = 47; |
84 | |
private static final int PROPERTY_inheritsPopupMenu = 48; |
85 | |
private static final int PROPERTY_inputContext = 49; |
86 | |
private static final int PROPERTY_inputMap = 50; |
87 | |
private static final int PROPERTY_inputMethodListeners = 51; |
88 | |
private static final int PROPERTY_inputMethodRequests = 52; |
89 | |
private static final int PROPERTY_inputVerifier = 53; |
90 | |
private static final int PROPERTY_insets = 54; |
91 | |
private static final int PROPERTY_keyListeners = 55; |
92 | |
private static final int PROPERTY_layout = 56; |
93 | |
private static final int PROPERTY_lightweight = 57; |
94 | |
private static final int PROPERTY_locale = 58; |
95 | |
private static final int PROPERTY_location = 59; |
96 | |
private static final int PROPERTY_locationOnScreen = 60; |
97 | |
private static final int PROPERTY_managingFocus = 61; |
98 | |
private static final int PROPERTY_maximumSize = 62; |
99 | |
private static final int PROPERTY_maximumSizeSet = 63; |
100 | |
private static final int PROPERTY_minimumSize = 64; |
101 | |
private static final int PROPERTY_minimumSizeSet = 65; |
102 | |
private static final int PROPERTY_mouseListeners = 66; |
103 | |
private static final int PROPERTY_mouseMotionListeners = 67; |
104 | |
private static final int PROPERTY_mousePosition = 68; |
105 | |
private static final int PROPERTY_mouseWheelListeners = 69; |
106 | |
private static final int PROPERTY_name = 70; |
107 | |
private static final int PROPERTY_nextFocusableComponent = 71; |
108 | |
private static final int PROPERTY_opaque = 72; |
109 | |
private static final int PROPERTY_optimizedDrawingEnabled = 73; |
110 | |
private static final int PROPERTY_paintingForPrint = 74; |
111 | |
private static final int PROPERTY_paintingTile = 75; |
112 | |
private static final int PROPERTY_parent = 76; |
113 | |
private static final int PROPERTY_peer = 77; |
114 | |
private static final int PROPERTY_preferredSize = 78; |
115 | |
private static final int PROPERTY_preferredSizeSet = 79; |
116 | |
private static final int PROPERTY_propertyChangeListeners = 80; |
117 | |
private static final int PROPERTY_registeredKeyStrokes = 81; |
118 | |
private static final int PROPERTY_requestFocusEnabled = 82; |
119 | |
private static final int PROPERTY_rootPane = 83; |
120 | |
private static final int PROPERTY_showing = 84; |
121 | |
private static final int PROPERTY_size = 85; |
122 | |
private static final int PROPERTY_toolkit = 86; |
123 | |
private static final int PROPERTY_toolTipText = 87; |
124 | |
private static final int PROPERTY_topLevelAncestor = 88; |
125 | |
private static final int PROPERTY_transferHandler = 89; |
126 | |
private static final int PROPERTY_treeLock = 90; |
127 | |
private static final int PROPERTY_UI = 91; |
128 | |
private static final int PROPERTY_UIClassID = 92; |
129 | |
private static final int PROPERTY_valid = 93; |
130 | |
private static final int PROPERTY_validateRoot = 94; |
131 | |
private static final int PROPERTY_verifyInputWhenFocusTarget = 95; |
132 | |
private static final int PROPERTY_vetoableChangeListeners = 96; |
133 | |
private static final int PROPERTY_visible = 97; |
134 | |
private static final int PROPERTY_visibleRect = 98; |
135 | |
private static final int PROPERTY_width = 99; |
136 | |
private static final int PROPERTY_x = 100; |
137 | |
private static final int PROPERTY_y = 101; |
138 | |
|
139 | |
|
140 | |
|
141 | |
private static PropertyDescriptor[] getPdescriptor(){ |
142 | 0 | PropertyDescriptor[] properties = new PropertyDescriptor[102]; |
143 | |
|
144 | |
try { |
145 | 0 | properties[PROPERTY_acaoPesquisa] = new PropertyDescriptor ( "acaoPesquisa", net.sf.webphotos.gui.component.PainelPesquisa.class, "getAcaoPesquisa", "setAcaoPesquisa" ); |
146 | 0 | properties[PROPERTY_actionMap] = new PropertyDescriptor ( "actionMap", net.sf.webphotos.gui.component.PainelPesquisa.class, "getActionMap", "setActionMap" ); |
147 | 0 | properties[PROPERTY_alignmentX] = new PropertyDescriptor ( "alignmentX", net.sf.webphotos.gui.component.PainelPesquisa.class, "getAlignmentX", "setAlignmentX" ); |
148 | 0 | properties[PROPERTY_alignmentY] = new PropertyDescriptor ( "alignmentY", net.sf.webphotos.gui.component.PainelPesquisa.class, "getAlignmentY", "setAlignmentY" ); |
149 | 0 | properties[PROPERTY_ancestorListeners] = new PropertyDescriptor ( "ancestorListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getAncestorListeners", null ); |
150 | 0 | properties[PROPERTY_autoscrolls] = new PropertyDescriptor ( "autoscrolls", net.sf.webphotos.gui.component.PainelPesquisa.class, "getAutoscrolls", "setAutoscrolls" ); |
151 | 0 | properties[PROPERTY_background] = new PropertyDescriptor ( "background", net.sf.webphotos.gui.component.PainelPesquisa.class, "getBackground", "setBackground" ); |
152 | 0 | properties[PROPERTY_backgroundSet] = new PropertyDescriptor ( "backgroundSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isBackgroundSet", null ); |
153 | 0 | properties[PROPERTY_baselineResizeBehavior] = new PropertyDescriptor ( "baselineResizeBehavior", net.sf.webphotos.gui.component.PainelPesquisa.class, "getBaselineResizeBehavior", null ); |
154 | 0 | properties[PROPERTY_border] = new PropertyDescriptor ( "border", net.sf.webphotos.gui.component.PainelPesquisa.class, "getBorder", "setBorder" ); |
155 | 0 | properties[PROPERTY_bounds] = new PropertyDescriptor ( "bounds", net.sf.webphotos.gui.component.PainelPesquisa.class, "getBounds", "setBounds" ); |
156 | 0 | properties[PROPERTY_categoriasPesquisaComboBoxModel] = new PropertyDescriptor ( "categoriasPesquisaComboBoxModel", net.sf.webphotos.gui.component.PainelPesquisa.class, "getCategoriasPesquisaComboBoxModel", "setCategoriasPesquisaComboBoxModel" ); |
157 | 0 | properties[PROPERTY_colorModel] = new PropertyDescriptor ( "colorModel", net.sf.webphotos.gui.component.PainelPesquisa.class, "getColorModel", null ); |
158 | 0 | properties[PROPERTY_component] = new IndexedPropertyDescriptor ( "component", net.sf.webphotos.gui.component.PainelPesquisa.class, null, null, "getComponent", null ); |
159 | 0 | properties[PROPERTY_componentCount] = new PropertyDescriptor ( "componentCount", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponentCount", null ); |
160 | 0 | properties[PROPERTY_componentListeners] = new PropertyDescriptor ( "componentListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponentListeners", null ); |
161 | 0 | properties[PROPERTY_componentOrientation] = new PropertyDescriptor ( "componentOrientation", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponentOrientation", "setComponentOrientation" ); |
162 | 0 | properties[PROPERTY_componentPopupMenu] = new PropertyDescriptor ( "componentPopupMenu", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponentPopupMenu", "setComponentPopupMenu" ); |
163 | 0 | properties[PROPERTY_components] = new PropertyDescriptor ( "components", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponents", null ); |
164 | 0 | properties[PROPERTY_containerListeners] = new PropertyDescriptor ( "containerListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getContainerListeners", null ); |
165 | 0 | properties[PROPERTY_cursor] = new PropertyDescriptor ( "cursor", net.sf.webphotos.gui.component.PainelPesquisa.class, "getCursor", "setCursor" ); |
166 | 0 | properties[PROPERTY_cursorSet] = new PropertyDescriptor ( "cursorSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isCursorSet", null ); |
167 | 0 | properties[PROPERTY_debugGraphicsOptions] = new PropertyDescriptor ( "debugGraphicsOptions", net.sf.webphotos.gui.component.PainelPesquisa.class, "getDebugGraphicsOptions", "setDebugGraphicsOptions" ); |
168 | 0 | properties[PROPERTY_displayable] = new PropertyDescriptor ( "displayable", net.sf.webphotos.gui.component.PainelPesquisa.class, "isDisplayable", null ); |
169 | 0 | properties[PROPERTY_doubleBuffered] = new PropertyDescriptor ( "doubleBuffered", net.sf.webphotos.gui.component.PainelPesquisa.class, "isDoubleBuffered", "setDoubleBuffered" ); |
170 | 0 | properties[PROPERTY_dropTarget] = new PropertyDescriptor ( "dropTarget", net.sf.webphotos.gui.component.PainelPesquisa.class, "getDropTarget", "setDropTarget" ); |
171 | 0 | properties[PROPERTY_enabled] = new PropertyDescriptor ( "enabled", net.sf.webphotos.gui.component.PainelPesquisa.class, "isEnabled", "setEnabled" ); |
172 | 0 | properties[PROPERTY_focusable] = new PropertyDescriptor ( "focusable", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusable", "setFocusable" ); |
173 | 0 | properties[PROPERTY_focusCycleRoot] = new PropertyDescriptor ( "focusCycleRoot", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusCycleRoot", "setFocusCycleRoot" ); |
174 | 0 | properties[PROPERTY_focusCycleRootAncestor] = new PropertyDescriptor ( "focusCycleRootAncestor", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFocusCycleRootAncestor", null ); |
175 | 0 | properties[PROPERTY_focusListeners] = new PropertyDescriptor ( "focusListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFocusListeners", null ); |
176 | 0 | properties[PROPERTY_focusOwner] = new PropertyDescriptor ( "focusOwner", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusOwner", null ); |
177 | 0 | properties[PROPERTY_focusTraversable] = new PropertyDescriptor ( "focusTraversable", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusTraversable", null ); |
178 | 0 | properties[PROPERTY_focusTraversalKeys] = new IndexedPropertyDescriptor ( "focusTraversalKeys", net.sf.webphotos.gui.component.PainelPesquisa.class, null, null, null, "setFocusTraversalKeys" ); |
179 | 0 | properties[PROPERTY_focusTraversalKeysEnabled] = new PropertyDescriptor ( "focusTraversalKeysEnabled", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFocusTraversalKeysEnabled", "setFocusTraversalKeysEnabled" ); |
180 | 0 | properties[PROPERTY_focusTraversalPolicy] = new PropertyDescriptor ( "focusTraversalPolicy", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFocusTraversalPolicy", "setFocusTraversalPolicy" ); |
181 | 0 | properties[PROPERTY_focusTraversalPolicyProvider] = new PropertyDescriptor ( "focusTraversalPolicyProvider", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusTraversalPolicyProvider", "setFocusTraversalPolicyProvider" ); |
182 | 0 | properties[PROPERTY_focusTraversalPolicySet] = new PropertyDescriptor ( "focusTraversalPolicySet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusTraversalPolicySet", null ); |
183 | 0 | properties[PROPERTY_font] = new PropertyDescriptor ( "font", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFont", "setFont" ); |
184 | 0 | properties[PROPERTY_fontSet] = new PropertyDescriptor ( "fontSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFontSet", null ); |
185 | 0 | properties[PROPERTY_foreground] = new PropertyDescriptor ( "foreground", net.sf.webphotos.gui.component.PainelPesquisa.class, "getForeground", "setForeground" ); |
186 | 0 | properties[PROPERTY_foregroundSet] = new PropertyDescriptor ( "foregroundSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isForegroundSet", null ); |
187 | 0 | properties[PROPERTY_graphics] = new PropertyDescriptor ( "graphics", net.sf.webphotos.gui.component.PainelPesquisa.class, "getGraphics", null ); |
188 | 0 | properties[PROPERTY_graphicsConfiguration] = new PropertyDescriptor ( "graphicsConfiguration", net.sf.webphotos.gui.component.PainelPesquisa.class, "getGraphicsConfiguration", null ); |
189 | 0 | properties[PROPERTY_height] = new PropertyDescriptor ( "height", net.sf.webphotos.gui.component.PainelPesquisa.class, "getHeight", null ); |
190 | 0 | properties[PROPERTY_hierarchyBoundsListeners] = new PropertyDescriptor ( "hierarchyBoundsListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getHierarchyBoundsListeners", null ); |
191 | 0 | properties[PROPERTY_hierarchyListeners] = new PropertyDescriptor ( "hierarchyListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getHierarchyListeners", null ); |
192 | 0 | properties[PROPERTY_ignoreRepaint] = new PropertyDescriptor ( "ignoreRepaint", net.sf.webphotos.gui.component.PainelPesquisa.class, "getIgnoreRepaint", "setIgnoreRepaint" ); |
193 | 0 | properties[PROPERTY_inheritsPopupMenu] = new PropertyDescriptor ( "inheritsPopupMenu", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInheritsPopupMenu", "setInheritsPopupMenu" ); |
194 | 0 | properties[PROPERTY_inputContext] = new PropertyDescriptor ( "inputContext", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputContext", null ); |
195 | 0 | properties[PROPERTY_inputMap] = new PropertyDescriptor ( "inputMap", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputMap", null ); |
196 | 0 | properties[PROPERTY_inputMethodListeners] = new PropertyDescriptor ( "inputMethodListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputMethodListeners", null ); |
197 | 0 | properties[PROPERTY_inputMethodRequests] = new PropertyDescriptor ( "inputMethodRequests", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputMethodRequests", null ); |
198 | 0 | properties[PROPERTY_inputVerifier] = new PropertyDescriptor ( "inputVerifier", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputVerifier", "setInputVerifier" ); |
199 | 0 | properties[PROPERTY_insets] = new PropertyDescriptor ( "insets", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInsets", null ); |
200 | 0 | properties[PROPERTY_keyListeners] = new PropertyDescriptor ( "keyListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getKeyListeners", null ); |
201 | 0 | properties[PROPERTY_layout] = new PropertyDescriptor ( "layout", net.sf.webphotos.gui.component.PainelPesquisa.class, "getLayout", "setLayout" ); |
202 | 0 | properties[PROPERTY_lightweight] = new PropertyDescriptor ( "lightweight", net.sf.webphotos.gui.component.PainelPesquisa.class, "isLightweight", null ); |
203 | 0 | properties[PROPERTY_locale] = new PropertyDescriptor ( "locale", net.sf.webphotos.gui.component.PainelPesquisa.class, "getLocale", "setLocale" ); |
204 | 0 | properties[PROPERTY_location] = new PropertyDescriptor ( "location", net.sf.webphotos.gui.component.PainelPesquisa.class, "getLocation", "setLocation" ); |
205 | 0 | properties[PROPERTY_locationOnScreen] = new PropertyDescriptor ( "locationOnScreen", net.sf.webphotos.gui.component.PainelPesquisa.class, "getLocationOnScreen", null ); |
206 | 0 | properties[PROPERTY_managingFocus] = new PropertyDescriptor ( "managingFocus", net.sf.webphotos.gui.component.PainelPesquisa.class, "isManagingFocus", null ); |
207 | 0 | properties[PROPERTY_maximumSize] = new PropertyDescriptor ( "maximumSize", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMaximumSize", "setMaximumSize" ); |
208 | 0 | properties[PROPERTY_maximumSizeSet] = new PropertyDescriptor ( "maximumSizeSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isMaximumSizeSet", null ); |
209 | 0 | properties[PROPERTY_minimumSize] = new PropertyDescriptor ( "minimumSize", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMinimumSize", "setMinimumSize" ); |
210 | 0 | properties[PROPERTY_minimumSizeSet] = new PropertyDescriptor ( "minimumSizeSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isMinimumSizeSet", null ); |
211 | 0 | properties[PROPERTY_mouseListeners] = new PropertyDescriptor ( "mouseListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMouseListeners", null ); |
212 | 0 | properties[PROPERTY_mouseMotionListeners] = new PropertyDescriptor ( "mouseMotionListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMouseMotionListeners", null ); |
213 | 0 | properties[PROPERTY_mousePosition] = new PropertyDescriptor ( "mousePosition", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMousePosition", null ); |
214 | 0 | properties[PROPERTY_mouseWheelListeners] = new PropertyDescriptor ( "mouseWheelListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMouseWheelListeners", null ); |
215 | 0 | properties[PROPERTY_name] = new PropertyDescriptor ( "name", net.sf.webphotos.gui.component.PainelPesquisa.class, "getName", "setName" ); |
216 | 0 | properties[PROPERTY_nextFocusableComponent] = new PropertyDescriptor ( "nextFocusableComponent", net.sf.webphotos.gui.component.PainelPesquisa.class, "getNextFocusableComponent", "setNextFocusableComponent" ); |
217 | 0 | properties[PROPERTY_opaque] = new PropertyDescriptor ( "opaque", net.sf.webphotos.gui.component.PainelPesquisa.class, "isOpaque", "setOpaque" ); |
218 | 0 | properties[PROPERTY_optimizedDrawingEnabled] = new PropertyDescriptor ( "optimizedDrawingEnabled", net.sf.webphotos.gui.component.PainelPesquisa.class, "isOptimizedDrawingEnabled", null ); |
219 | 0 | properties[PROPERTY_paintingForPrint] = new PropertyDescriptor ( "paintingForPrint", net.sf.webphotos.gui.component.PainelPesquisa.class, "isPaintingForPrint", null ); |
220 | 0 | properties[PROPERTY_paintingTile] = new PropertyDescriptor ( "paintingTile", net.sf.webphotos.gui.component.PainelPesquisa.class, "isPaintingTile", null ); |
221 | 0 | properties[PROPERTY_parent] = new PropertyDescriptor ( "parent", net.sf.webphotos.gui.component.PainelPesquisa.class, "getParent", null ); |
222 | 0 | properties[PROPERTY_peer] = new PropertyDescriptor ( "peer", net.sf.webphotos.gui.component.PainelPesquisa.class, "getPeer", null ); |
223 | 0 | properties[PROPERTY_preferredSize] = new PropertyDescriptor ( "preferredSize", net.sf.webphotos.gui.component.PainelPesquisa.class, "getPreferredSize", "setPreferredSize" ); |
224 | 0 | properties[PROPERTY_preferredSizeSet] = new PropertyDescriptor ( "preferredSizeSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isPreferredSizeSet", null ); |
225 | 0 | properties[PROPERTY_propertyChangeListeners] = new PropertyDescriptor ( "propertyChangeListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getPropertyChangeListeners", null ); |
226 | 0 | properties[PROPERTY_registeredKeyStrokes] = new PropertyDescriptor ( "registeredKeyStrokes", net.sf.webphotos.gui.component.PainelPesquisa.class, "getRegisteredKeyStrokes", null ); |
227 | 0 | properties[PROPERTY_requestFocusEnabled] = new PropertyDescriptor ( "requestFocusEnabled", net.sf.webphotos.gui.component.PainelPesquisa.class, "isRequestFocusEnabled", "setRequestFocusEnabled" ); |
228 | 0 | properties[PROPERTY_rootPane] = new PropertyDescriptor ( "rootPane", net.sf.webphotos.gui.component.PainelPesquisa.class, "getRootPane", null ); |
229 | 0 | properties[PROPERTY_showing] = new PropertyDescriptor ( "showing", net.sf.webphotos.gui.component.PainelPesquisa.class, "isShowing", null ); |
230 | 0 | properties[PROPERTY_size] = new PropertyDescriptor ( "size", net.sf.webphotos.gui.component.PainelPesquisa.class, "getSize", "setSize" ); |
231 | 0 | properties[PROPERTY_toolkit] = new PropertyDescriptor ( "toolkit", net.sf.webphotos.gui.component.PainelPesquisa.class, "getToolkit", null ); |
232 | 0 | properties[PROPERTY_toolTipText] = new PropertyDescriptor ( "toolTipText", net.sf.webphotos.gui.component.PainelPesquisa.class, "getToolTipText", "setToolTipText" ); |
233 | 0 | properties[PROPERTY_topLevelAncestor] = new PropertyDescriptor ( "topLevelAncestor", net.sf.webphotos.gui.component.PainelPesquisa.class, "getTopLevelAncestor", null ); |
234 | 0 | properties[PROPERTY_transferHandler] = new PropertyDescriptor ( "transferHandler", net.sf.webphotos.gui.component.PainelPesquisa.class, "getTransferHandler", "setTransferHandler" ); |
235 | 0 | properties[PROPERTY_treeLock] = new PropertyDescriptor ( "treeLock", net.sf.webphotos.gui.component.PainelPesquisa.class, "getTreeLock", null ); |
236 | 0 | properties[PROPERTY_UI] = new PropertyDescriptor ( "UI", net.sf.webphotos.gui.component.PainelPesquisa.class, "getUI", "setUI" ); |
237 | 0 | properties[PROPERTY_UIClassID] = new PropertyDescriptor ( "UIClassID", net.sf.webphotos.gui.component.PainelPesquisa.class, "getUIClassID", null ); |
238 | 0 | properties[PROPERTY_valid] = new PropertyDescriptor ( "valid", net.sf.webphotos.gui.component.PainelPesquisa.class, "isValid", null ); |
239 | 0 | properties[PROPERTY_validateRoot] = new PropertyDescriptor ( "validateRoot", net.sf.webphotos.gui.component.PainelPesquisa.class, "isValidateRoot", null ); |
240 | 0 | properties[PROPERTY_verifyInputWhenFocusTarget] = new PropertyDescriptor ( "verifyInputWhenFocusTarget", net.sf.webphotos.gui.component.PainelPesquisa.class, "getVerifyInputWhenFocusTarget", "setVerifyInputWhenFocusTarget" ); |
241 | 0 | properties[PROPERTY_vetoableChangeListeners] = new PropertyDescriptor ( "vetoableChangeListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getVetoableChangeListeners", null ); |
242 | 0 | properties[PROPERTY_visible] = new PropertyDescriptor ( "visible", net.sf.webphotos.gui.component.PainelPesquisa.class, "isVisible", "setVisible" ); |
243 | 0 | properties[PROPERTY_visibleRect] = new PropertyDescriptor ( "visibleRect", net.sf.webphotos.gui.component.PainelPesquisa.class, "getVisibleRect", null ); |
244 | 0 | properties[PROPERTY_width] = new PropertyDescriptor ( "width", net.sf.webphotos.gui.component.PainelPesquisa.class, "getWidth", null ); |
245 | 0 | properties[PROPERTY_x] = new PropertyDescriptor ( "x", net.sf.webphotos.gui.component.PainelPesquisa.class, "getX", null ); |
246 | 0 | properties[PROPERTY_y] = new PropertyDescriptor ( "y", net.sf.webphotos.gui.component.PainelPesquisa.class, "getY", null ); |
247 | |
} |
248 | 0 | catch(IntrospectionException e) { |
249 | 0 | e.printStackTrace(); |
250 | 0 | } |
251 | |
|
252 | |
|
253 | |
|
254 | 0 | return properties; } |
255 | |
|
256 | |
private static final int EVENT_ancestorListener = 0; |
257 | |
private static final int EVENT_componentListener = 1; |
258 | |
private static final int EVENT_containerListener = 2; |
259 | |
private static final int EVENT_focusListener = 3; |
260 | |
private static final int EVENT_hierarchyBoundsListener = 4; |
261 | |
private static final int EVENT_hierarchyListener = 5; |
262 | |
private static final int EVENT_inputMethodListener = 6; |
263 | |
private static final int EVENT_keyListener = 7; |
264 | |
private static final int EVENT_mouseListener = 8; |
265 | |
private static final int EVENT_mouseMotionListener = 9; |
266 | |
private static final int EVENT_mouseWheelListener = 10; |
267 | |
private static final int EVENT_propertyChangeListener = 11; |
268 | |
private static final int EVENT_vetoableChangeListener = 12; |
269 | |
|
270 | |
|
271 | |
|
272 | |
private static EventSetDescriptor[] getEdescriptor(){ |
273 | 0 | EventSetDescriptor[] eventSets = new EventSetDescriptor[13]; |
274 | |
|
275 | |
try { |
276 | 0 | eventSets[EVENT_ancestorListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "ancestorListener", javax.swing.event.AncestorListener.class, new String[] {"ancestorAdded", "ancestorRemoved", "ancestorMoved"}, "addAncestorListener", "removeAncestorListener" ); |
277 | 0 | eventSets[EVENT_componentListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "componentListener", java.awt.event.ComponentListener.class, new String[] {"componentResized", "componentMoved", "componentShown", "componentHidden"}, "addComponentListener", "removeComponentListener" ); |
278 | 0 | eventSets[EVENT_containerListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "containerListener", java.awt.event.ContainerListener.class, new String[] {"componentAdded", "componentRemoved"}, "addContainerListener", "removeContainerListener" ); |
279 | 0 | eventSets[EVENT_focusListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "focusListener", java.awt.event.FocusListener.class, new String[] {"focusGained", "focusLost"}, "addFocusListener", "removeFocusListener" ); |
280 | 0 | eventSets[EVENT_hierarchyBoundsListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "hierarchyBoundsListener", java.awt.event.HierarchyBoundsListener.class, new String[] {"ancestorMoved", "ancestorResized"}, "addHierarchyBoundsListener", "removeHierarchyBoundsListener" ); |
281 | 0 | eventSets[EVENT_hierarchyListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "hierarchyListener", java.awt.event.HierarchyListener.class, new String[] {"hierarchyChanged"}, "addHierarchyListener", "removeHierarchyListener" ); |
282 | 0 | eventSets[EVENT_inputMethodListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "inputMethodListener", java.awt.event.InputMethodListener.class, new String[] {"inputMethodTextChanged", "caretPositionChanged"}, "addInputMethodListener", "removeInputMethodListener" ); |
283 | 0 | eventSets[EVENT_keyListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "keyListener", java.awt.event.KeyListener.class, new String[] {"keyTyped", "keyPressed", "keyReleased"}, "addKeyListener", "removeKeyListener" ); |
284 | 0 | eventSets[EVENT_mouseListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "mouseListener", java.awt.event.MouseListener.class, new String[] {"mouseClicked", "mousePressed", "mouseReleased", "mouseEntered", "mouseExited"}, "addMouseListener", "removeMouseListener" ); |
285 | 0 | eventSets[EVENT_mouseMotionListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "mouseMotionListener", java.awt.event.MouseMotionListener.class, new String[] {"mouseDragged", "mouseMoved"}, "addMouseMotionListener", "removeMouseMotionListener" ); |
286 | 0 | eventSets[EVENT_mouseWheelListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "mouseWheelListener", java.awt.event.MouseWheelListener.class, new String[] {"mouseWheelMoved"}, "addMouseWheelListener", "removeMouseWheelListener" ); |
287 | 0 | eventSets[EVENT_propertyChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "propertyChangeListener", java.beans.PropertyChangeListener.class, new String[] {"propertyChange"}, "addPropertyChangeListener", "removePropertyChangeListener" ); |
288 | 0 | eventSets[EVENT_vetoableChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "vetoableChangeListener", java.beans.VetoableChangeListener.class, new String[] {"vetoableChange"}, "addVetoableChangeListener", "removeVetoableChangeListener" ); |
289 | |
} |
290 | 0 | catch(IntrospectionException e) { |
291 | 0 | e.printStackTrace(); |
292 | 0 | } |
293 | |
|
294 | |
|
295 | |
|
296 | 0 | return eventSets; } |
297 | |
|
298 | |
private static final int METHOD_action0 = 0; |
299 | |
private static final int METHOD_addNotify1 = 1; |
300 | |
private static final int METHOD_addPropertyChangeListener2 = 2; |
301 | |
private static final int METHOD_applyComponentOrientation3 = 3; |
302 | |
private static final int METHOD_areFocusTraversalKeysSet4 = 4; |
303 | |
private static final int METHOD_bounds5 = 5; |
304 | |
private static final int METHOD_checkImage6 = 6; |
305 | |
private static final int METHOD_checkImage7 = 7; |
306 | |
private static final int METHOD_computeVisibleRect8 = 8; |
307 | |
private static final int METHOD_contains9 = 9; |
308 | |
private static final int METHOD_contains10 = 10; |
309 | |
private static final int METHOD_countComponents11 = 11; |
310 | |
private static final int METHOD_createImage12 = 12; |
311 | |
private static final int METHOD_createImage13 = 13; |
312 | |
private static final int METHOD_createToolTip14 = 14; |
313 | |
private static final int METHOD_createVolatileImage15 = 15; |
314 | |
private static final int METHOD_createVolatileImage16 = 16; |
315 | |
private static final int METHOD_deliverEvent17 = 17; |
316 | |
private static final int METHOD_disable18 = 18; |
317 | |
private static final int METHOD_dispatchEvent19 = 19; |
318 | |
private static final int METHOD_doLayout20 = 20; |
319 | |
private static final int METHOD_enable21 = 21; |
320 | |
private static final int METHOD_enable22 = 22; |
321 | |
private static final int METHOD_enableInputMethods23 = 23; |
322 | |
private static final int METHOD_findComponentAt24 = 24; |
323 | |
private static final int METHOD_findComponentAt25 = 25; |
324 | |
private static final int METHOD_firePropertyChange26 = 26; |
325 | |
private static final int METHOD_firePropertyChange27 = 27; |
326 | |
private static final int METHOD_firePropertyChange28 = 28; |
327 | |
private static final int METHOD_firePropertyChange29 = 29; |
328 | |
private static final int METHOD_firePropertyChange30 = 30; |
329 | |
private static final int METHOD_firePropertyChange31 = 31; |
330 | |
private static final int METHOD_firePropertyChange32 = 32; |
331 | |
private static final int METHOD_firePropertyChange33 = 33; |
332 | |
private static final int METHOD_getActionForKeyStroke34 = 34; |
333 | |
private static final int METHOD_getBaseline35 = 35; |
334 | |
private static final int METHOD_getBounds36 = 36; |
335 | |
private static final int METHOD_getClientProperty37 = 37; |
336 | |
private static final int METHOD_getComponentAt38 = 38; |
337 | |
private static final int METHOD_getComponentAt39 = 39; |
338 | |
private static final int METHOD_getComponentZOrder40 = 40; |
339 | |
private static final int METHOD_getConditionForKeyStroke41 = 41; |
340 | |
private static final int METHOD_getDefaultLocale42 = 42; |
341 | |
private static final int METHOD_getFocusTraversalKeys43 = 43; |
342 | |
private static final int METHOD_getFontMetrics44 = 44; |
343 | |
private static final int METHOD_getInsets45 = 45; |
344 | |
private static final int METHOD_getListeners46 = 46; |
345 | |
private static final int METHOD_getLocation47 = 47; |
346 | |
private static final int METHOD_getMousePosition48 = 48; |
347 | |
private static final int METHOD_getPopupLocation49 = 49; |
348 | |
private static final int METHOD_getPropertyChangeListeners50 = 50; |
349 | |
private static final int METHOD_getSize51 = 51; |
350 | |
private static final int METHOD_getToolTipLocation52 = 52; |
351 | |
private static final int METHOD_getToolTipText53 = 53; |
352 | |
private static final int METHOD_gotFocus54 = 54; |
353 | |
private static final int METHOD_grabFocus55 = 55; |
354 | |
private static final int METHOD_handleEvent56 = 56; |
355 | |
private static final int METHOD_hasFocus57 = 57; |
356 | |
private static final int METHOD_hide58 = 58; |
357 | |
private static final int METHOD_imageUpdate59 = 59; |
358 | |
private static final int METHOD_insets60 = 60; |
359 | |
private static final int METHOD_inside61 = 61; |
360 | |
private static final int METHOD_invalidate62 = 62; |
361 | |
private static final int METHOD_isAncestorOf63 = 63; |
362 | |
private static final int METHOD_isFocusCycleRoot64 = 64; |
363 | |
private static final int METHOD_isLightweightComponent65 = 65; |
364 | |
private static final int METHOD_keyDown66 = 66; |
365 | |
private static final int METHOD_keyUp67 = 67; |
366 | |
private static final int METHOD_layout68 = 68; |
367 | |
private static final int METHOD_list69 = 69; |
368 | |
private static final int METHOD_list70 = 70; |
369 | |
private static final int METHOD_list71 = 71; |
370 | |
private static final int METHOD_list72 = 72; |
371 | |
private static final int METHOD_list73 = 73; |
372 | |
private static final int METHOD_locate74 = 74; |
373 | |
private static final int METHOD_location75 = 75; |
374 | |
private static final int METHOD_lostFocus76 = 76; |
375 | |
private static final int METHOD_minimumSize77 = 77; |
376 | |
private static final int METHOD_mouseDown78 = 78; |
377 | |
private static final int METHOD_mouseDrag79 = 79; |
378 | |
private static final int METHOD_mouseEnter80 = 80; |
379 | |
private static final int METHOD_mouseExit81 = 81; |
380 | |
private static final int METHOD_mouseMove82 = 82; |
381 | |
private static final int METHOD_mouseUp83 = 83; |
382 | |
private static final int METHOD_move84 = 84; |
383 | |
private static final int METHOD_nextFocus85 = 85; |
384 | |
private static final int METHOD_paint86 = 86; |
385 | |
private static final int METHOD_paintAll87 = 87; |
386 | |
private static final int METHOD_paintComponents88 = 88; |
387 | |
private static final int METHOD_paintImmediately89 = 89; |
388 | |
private static final int METHOD_paintImmediately90 = 90; |
389 | |
private static final int METHOD_postEvent91 = 91; |
390 | |
private static final int METHOD_preferredSize92 = 92; |
391 | |
private static final int METHOD_prepareImage93 = 93; |
392 | |
private static final int METHOD_prepareImage94 = 94; |
393 | |
private static final int METHOD_print95 = 95; |
394 | |
private static final int METHOD_printAll96 = 96; |
395 | |
private static final int METHOD_printComponents97 = 97; |
396 | |
private static final int METHOD_putClientProperty98 = 98; |
397 | |
private static final int METHOD_registerKeyboardAction99 = 99; |
398 | |
private static final int METHOD_registerKeyboardAction100 = 100; |
399 | |
private static final int METHOD_remove101 = 101; |
400 | |
private static final int METHOD_remove102 = 102; |
401 | |
private static final int METHOD_remove103 = 103; |
402 | |
private static final int METHOD_removeAll104 = 104; |
403 | |
private static final int METHOD_removeNotify105 = 105; |
404 | |
private static final int METHOD_removePropertyChangeListener106 = 106; |
405 | |
private static final int METHOD_repaint107 = 107; |
406 | |
private static final int METHOD_repaint108 = 108; |
407 | |
private static final int METHOD_repaint109 = 109; |
408 | |
private static final int METHOD_repaint110 = 110; |
409 | |
private static final int METHOD_repaint111 = 111; |
410 | |
private static final int METHOD_requestDefaultFocus112 = 112; |
411 | |
private static final int METHOD_requestFocus113 = 113; |
412 | |
private static final int METHOD_requestFocus114 = 114; |
413 | |
private static final int METHOD_requestFocusInWindow115 = 115; |
414 | |
private static final int METHOD_resetKeyboardActions116 = 116; |
415 | |
private static final int METHOD_reshape117 = 117; |
416 | |
private static final int METHOD_resize118 = 118; |
417 | |
private static final int METHOD_resize119 = 119; |
418 | |
private static final int METHOD_revalidate120 = 120; |
419 | |
private static final int METHOD_scrollRectToVisible121 = 121; |
420 | |
private static final int METHOD_setBounds122 = 122; |
421 | |
private static final int METHOD_setComponentZOrder123 = 123; |
422 | |
private static final int METHOD_setDefaultLocale124 = 124; |
423 | |
private static final int METHOD_show125 = 125; |
424 | |
private static final int METHOD_show126 = 126; |
425 | |
private static final int METHOD_size127 = 127; |
426 | |
private static final int METHOD_toString128 = 128; |
427 | |
private static final int METHOD_transferFocus129 = 129; |
428 | |
private static final int METHOD_transferFocusBackward130 = 130; |
429 | |
private static final int METHOD_transferFocusDownCycle131 = 131; |
430 | |
private static final int METHOD_transferFocusUpCycle132 = 132; |
431 | |
private static final int METHOD_unregisterKeyboardAction133 = 133; |
432 | |
private static final int METHOD_update134 = 134; |
433 | |
private static final int METHOD_updateUI135 = 135; |
434 | |
private static final int METHOD_validate136 = 136; |
435 | |
|
436 | |
|
437 | |
|
438 | |
private static MethodDescriptor[] getMdescriptor(){ |
439 | 0 | MethodDescriptor[] methods = new MethodDescriptor[137]; |
440 | |
|
441 | |
try { |
442 | 0 | methods[METHOD_action0] = new MethodDescriptor(java.awt.Component.class.getMethod("action", new Class[] {java.awt.Event.class, java.lang.Object.class})); |
443 | 0 | methods[METHOD_action0].setDisplayName ( "" ); |
444 | 0 | methods[METHOD_addNotify1] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("addNotify", new Class[] {})); |
445 | 0 | methods[METHOD_addNotify1].setDisplayName ( "" ); |
446 | 0 | methods[METHOD_addPropertyChangeListener2] = new MethodDescriptor(java.awt.Container.class.getMethod("addPropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class})); |
447 | 0 | methods[METHOD_addPropertyChangeListener2].setDisplayName ( "" ); |
448 | 0 | methods[METHOD_applyComponentOrientation3] = new MethodDescriptor(java.awt.Container.class.getMethod("applyComponentOrientation", new Class[] {java.awt.ComponentOrientation.class})); |
449 | 0 | methods[METHOD_applyComponentOrientation3].setDisplayName ( "" ); |
450 | 0 | methods[METHOD_areFocusTraversalKeysSet4] = new MethodDescriptor(java.awt.Container.class.getMethod("areFocusTraversalKeysSet", new Class[] {int.class})); |
451 | 0 | methods[METHOD_areFocusTraversalKeysSet4].setDisplayName ( "" ); |
452 | 0 | methods[METHOD_bounds5] = new MethodDescriptor(java.awt.Component.class.getMethod("bounds", new Class[] {})); |
453 | 0 | methods[METHOD_bounds5].setDisplayName ( "" ); |
454 | 0 | methods[METHOD_checkImage6] = new MethodDescriptor(java.awt.Component.class.getMethod("checkImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class})); |
455 | 0 | methods[METHOD_checkImage6].setDisplayName ( "" ); |
456 | 0 | methods[METHOD_checkImage7] = new MethodDescriptor(java.awt.Component.class.getMethod("checkImage", new Class[] {java.awt.Image.class, int.class, int.class, java.awt.image.ImageObserver.class})); |
457 | 0 | methods[METHOD_checkImage7].setDisplayName ( "" ); |
458 | 0 | methods[METHOD_computeVisibleRect8] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("computeVisibleRect", new Class[] {java.awt.Rectangle.class})); |
459 | 0 | methods[METHOD_computeVisibleRect8].setDisplayName ( "" ); |
460 | 0 | methods[METHOD_contains9] = new MethodDescriptor(java.awt.Component.class.getMethod("contains", new Class[] {java.awt.Point.class})); |
461 | 0 | methods[METHOD_contains9].setDisplayName ( "" ); |
462 | 0 | methods[METHOD_contains10] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("contains", new Class[] {int.class, int.class})); |
463 | 0 | methods[METHOD_contains10].setDisplayName ( "" ); |
464 | 0 | methods[METHOD_countComponents11] = new MethodDescriptor(java.awt.Container.class.getMethod("countComponents", new Class[] {})); |
465 | 0 | methods[METHOD_countComponents11].setDisplayName ( "" ); |
466 | 0 | methods[METHOD_createImage12] = new MethodDescriptor(java.awt.Component.class.getMethod("createImage", new Class[] {java.awt.image.ImageProducer.class})); |
467 | 0 | methods[METHOD_createImage12].setDisplayName ( "" ); |
468 | 0 | methods[METHOD_createImage13] = new MethodDescriptor(java.awt.Component.class.getMethod("createImage", new Class[] {int.class, int.class})); |
469 | 0 | methods[METHOD_createImage13].setDisplayName ( "" ); |
470 | 0 | methods[METHOD_createToolTip14] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("createToolTip", new Class[] {})); |
471 | 0 | methods[METHOD_createToolTip14].setDisplayName ( "" ); |
472 | 0 | methods[METHOD_createVolatileImage15] = new MethodDescriptor(java.awt.Component.class.getMethod("createVolatileImage", new Class[] {int.class, int.class})); |
473 | 0 | methods[METHOD_createVolatileImage15].setDisplayName ( "" ); |
474 | 0 | methods[METHOD_createVolatileImage16] = new MethodDescriptor(java.awt.Component.class.getMethod("createVolatileImage", new Class[] {int.class, int.class, java.awt.ImageCapabilities.class})); |
475 | 0 | methods[METHOD_createVolatileImage16].setDisplayName ( "" ); |
476 | 0 | methods[METHOD_deliverEvent17] = new MethodDescriptor(java.awt.Container.class.getMethod("deliverEvent", new Class[] {java.awt.Event.class})); |
477 | 0 | methods[METHOD_deliverEvent17].setDisplayName ( "" ); |
478 | 0 | methods[METHOD_disable18] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("disable", new Class[] {})); |
479 | 0 | methods[METHOD_disable18].setDisplayName ( "" ); |
480 | 0 | methods[METHOD_dispatchEvent19] = new MethodDescriptor(java.awt.Component.class.getMethod("dispatchEvent", new Class[] {java.awt.AWTEvent.class})); |
481 | 0 | methods[METHOD_dispatchEvent19].setDisplayName ( "" ); |
482 | 0 | methods[METHOD_doLayout20] = new MethodDescriptor(java.awt.Container.class.getMethod("doLayout", new Class[] {})); |
483 | 0 | methods[METHOD_doLayout20].setDisplayName ( "" ); |
484 | 0 | methods[METHOD_enable21] = new MethodDescriptor(java.awt.Component.class.getMethod("enable", new Class[] {boolean.class})); |
485 | 0 | methods[METHOD_enable21].setDisplayName ( "" ); |
486 | 0 | methods[METHOD_enable22] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("enable", new Class[] {})); |
487 | 0 | methods[METHOD_enable22].setDisplayName ( "" ); |
488 | 0 | methods[METHOD_enableInputMethods23] = new MethodDescriptor(java.awt.Component.class.getMethod("enableInputMethods", new Class[] {boolean.class})); |
489 | 0 | methods[METHOD_enableInputMethods23].setDisplayName ( "" ); |
490 | 0 | methods[METHOD_findComponentAt24] = new MethodDescriptor(java.awt.Container.class.getMethod("findComponentAt", new Class[] {int.class, int.class})); |
491 | 0 | methods[METHOD_findComponentAt24].setDisplayName ( "" ); |
492 | 0 | methods[METHOD_findComponentAt25] = new MethodDescriptor(java.awt.Container.class.getMethod("findComponentAt", new Class[] {java.awt.Point.class})); |
493 | 0 | methods[METHOD_findComponentAt25].setDisplayName ( "" ); |
494 | 0 | methods[METHOD_firePropertyChange26] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, byte.class, byte.class})); |
495 | 0 | methods[METHOD_firePropertyChange26].setDisplayName ( "" ); |
496 | 0 | methods[METHOD_firePropertyChange27] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, short.class, short.class})); |
497 | 0 | methods[METHOD_firePropertyChange27].setDisplayName ( "" ); |
498 | 0 | methods[METHOD_firePropertyChange28] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, long.class, long.class})); |
499 | 0 | methods[METHOD_firePropertyChange28].setDisplayName ( "" ); |
500 | 0 | methods[METHOD_firePropertyChange29] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, float.class, float.class})); |
501 | 0 | methods[METHOD_firePropertyChange29].setDisplayName ( "" ); |
502 | 0 | methods[METHOD_firePropertyChange30] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, double.class, double.class})); |
503 | 0 | methods[METHOD_firePropertyChange30].setDisplayName ( "" ); |
504 | 0 | methods[METHOD_firePropertyChange31] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, boolean.class, boolean.class})); |
505 | 0 | methods[METHOD_firePropertyChange31].setDisplayName ( "" ); |
506 | 0 | methods[METHOD_firePropertyChange32] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, int.class, int.class})); |
507 | 0 | methods[METHOD_firePropertyChange32].setDisplayName ( "" ); |
508 | 0 | methods[METHOD_firePropertyChange33] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, char.class, char.class})); |
509 | 0 | methods[METHOD_firePropertyChange33].setDisplayName ( "" ); |
510 | 0 | methods[METHOD_getActionForKeyStroke34] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getActionForKeyStroke", new Class[] {javax.swing.KeyStroke.class})); |
511 | 0 | methods[METHOD_getActionForKeyStroke34].setDisplayName ( "" ); |
512 | 0 | methods[METHOD_getBaseline35] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getBaseline", new Class[] {int.class, int.class})); |
513 | 0 | methods[METHOD_getBaseline35].setDisplayName ( "" ); |
514 | 0 | methods[METHOD_getBounds36] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getBounds", new Class[] {java.awt.Rectangle.class})); |
515 | 0 | methods[METHOD_getBounds36].setDisplayName ( "" ); |
516 | 0 | methods[METHOD_getClientProperty37] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getClientProperty", new Class[] {java.lang.Object.class})); |
517 | 0 | methods[METHOD_getClientProperty37].setDisplayName ( "" ); |
518 | 0 | methods[METHOD_getComponentAt38] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentAt", new Class[] {int.class, int.class})); |
519 | 0 | methods[METHOD_getComponentAt38].setDisplayName ( "" ); |
520 | 0 | methods[METHOD_getComponentAt39] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentAt", new Class[] {java.awt.Point.class})); |
521 | 0 | methods[METHOD_getComponentAt39].setDisplayName ( "" ); |
522 | 0 | methods[METHOD_getComponentZOrder40] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentZOrder", new Class[] {java.awt.Component.class})); |
523 | 0 | methods[METHOD_getComponentZOrder40].setDisplayName ( "" ); |
524 | 0 | methods[METHOD_getConditionForKeyStroke41] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getConditionForKeyStroke", new Class[] {javax.swing.KeyStroke.class})); |
525 | 0 | methods[METHOD_getConditionForKeyStroke41].setDisplayName ( "" ); |
526 | 0 | methods[METHOD_getDefaultLocale42] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getDefaultLocale", new Class[] {})); |
527 | 0 | methods[METHOD_getDefaultLocale42].setDisplayName ( "" ); |
528 | 0 | methods[METHOD_getFocusTraversalKeys43] = new MethodDescriptor(java.awt.Container.class.getMethod("getFocusTraversalKeys", new Class[] {int.class})); |
529 | 0 | methods[METHOD_getFocusTraversalKeys43].setDisplayName ( "" ); |
530 | 0 | methods[METHOD_getFontMetrics44] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getFontMetrics", new Class[] {java.awt.Font.class})); |
531 | 0 | methods[METHOD_getFontMetrics44].setDisplayName ( "" ); |
532 | 0 | methods[METHOD_getInsets45] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getInsets", new Class[] {java.awt.Insets.class})); |
533 | 0 | methods[METHOD_getInsets45].setDisplayName ( "" ); |
534 | 0 | methods[METHOD_getListeners46] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getListeners", new Class[] {java.lang.Class.class})); |
535 | 0 | methods[METHOD_getListeners46].setDisplayName ( "" ); |
536 | 0 | methods[METHOD_getLocation47] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getLocation", new Class[] {java.awt.Point.class})); |
537 | 0 | methods[METHOD_getLocation47].setDisplayName ( "" ); |
538 | 0 | methods[METHOD_getMousePosition48] = new MethodDescriptor(java.awt.Container.class.getMethod("getMousePosition", new Class[] {boolean.class})); |
539 | 0 | methods[METHOD_getMousePosition48].setDisplayName ( "" ); |
540 | 0 | methods[METHOD_getPopupLocation49] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getPopupLocation", new Class[] {java.awt.event.MouseEvent.class})); |
541 | 0 | methods[METHOD_getPopupLocation49].setDisplayName ( "" ); |
542 | 0 | methods[METHOD_getPropertyChangeListeners50] = new MethodDescriptor(java.awt.Component.class.getMethod("getPropertyChangeListeners", new Class[] {java.lang.String.class})); |
543 | 0 | methods[METHOD_getPropertyChangeListeners50].setDisplayName ( "" ); |
544 | 0 | methods[METHOD_getSize51] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getSize", new Class[] {java.awt.Dimension.class})); |
545 | 0 | methods[METHOD_getSize51].setDisplayName ( "" ); |
546 | 0 | methods[METHOD_getToolTipLocation52] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getToolTipLocation", new Class[] {java.awt.event.MouseEvent.class})); |
547 | 0 | methods[METHOD_getToolTipLocation52].setDisplayName ( "" ); |
548 | 0 | methods[METHOD_getToolTipText53] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getToolTipText", new Class[] {java.awt.event.MouseEvent.class})); |
549 | 0 | methods[METHOD_getToolTipText53].setDisplayName ( "" ); |
550 | 0 | methods[METHOD_gotFocus54] = new MethodDescriptor(java.awt.Component.class.getMethod("gotFocus", new Class[] {java.awt.Event.class, java.lang.Object.class})); |
551 | 0 | methods[METHOD_gotFocus54].setDisplayName ( "" ); |
552 | 0 | methods[METHOD_grabFocus55] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("grabFocus", new Class[] {})); |
553 | 0 | methods[METHOD_grabFocus55].setDisplayName ( "" ); |
554 | 0 | methods[METHOD_handleEvent56] = new MethodDescriptor(java.awt.Component.class.getMethod("handleEvent", new Class[] {java.awt.Event.class})); |
555 | 0 | methods[METHOD_handleEvent56].setDisplayName ( "" ); |
556 | 0 | methods[METHOD_hasFocus57] = new MethodDescriptor(java.awt.Component.class.getMethod("hasFocus", new Class[] {})); |
557 | 0 | methods[METHOD_hasFocus57].setDisplayName ( "" ); |
558 | 0 | methods[METHOD_hide58] = new MethodDescriptor(java.awt.Component.class.getMethod("hide", new Class[] {})); |
559 | 0 | methods[METHOD_hide58].setDisplayName ( "" ); |
560 | 0 | methods[METHOD_imageUpdate59] = new MethodDescriptor(java.awt.Component.class.getMethod("imageUpdate", new Class[] {java.awt.Image.class, int.class, int.class, int.class, int.class, int.class})); |
561 | 0 | methods[METHOD_imageUpdate59].setDisplayName ( "" ); |
562 | 0 | methods[METHOD_insets60] = new MethodDescriptor(java.awt.Container.class.getMethod("insets", new Class[] {})); |
563 | 0 | methods[METHOD_insets60].setDisplayName ( "" ); |
564 | 0 | methods[METHOD_inside61] = new MethodDescriptor(java.awt.Component.class.getMethod("inside", new Class[] {int.class, int.class})); |
565 | 0 | methods[METHOD_inside61].setDisplayName ( "" ); |
566 | 0 | methods[METHOD_invalidate62] = new MethodDescriptor(java.awt.Container.class.getMethod("invalidate", new Class[] {})); |
567 | 0 | methods[METHOD_invalidate62].setDisplayName ( "" ); |
568 | 0 | methods[METHOD_isAncestorOf63] = new MethodDescriptor(java.awt.Container.class.getMethod("isAncestorOf", new Class[] {java.awt.Component.class})); |
569 | 0 | methods[METHOD_isAncestorOf63].setDisplayName ( "" ); |
570 | 0 | methods[METHOD_isFocusCycleRoot64] = new MethodDescriptor(java.awt.Container.class.getMethod("isFocusCycleRoot", new Class[] {java.awt.Container.class})); |
571 | 0 | methods[METHOD_isFocusCycleRoot64].setDisplayName ( "" ); |
572 | 0 | methods[METHOD_isLightweightComponent65] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("isLightweightComponent", new Class[] {java.awt.Component.class})); |
573 | 0 | methods[METHOD_isLightweightComponent65].setDisplayName ( "" ); |
574 | 0 | methods[METHOD_keyDown66] = new MethodDescriptor(java.awt.Component.class.getMethod("keyDown", new Class[] {java.awt.Event.class, int.class})); |
575 | 0 | methods[METHOD_keyDown66].setDisplayName ( "" ); |
576 | 0 | methods[METHOD_keyUp67] = new MethodDescriptor(java.awt.Component.class.getMethod("keyUp", new Class[] {java.awt.Event.class, int.class})); |
577 | 0 | methods[METHOD_keyUp67].setDisplayName ( "" ); |
578 | 0 | methods[METHOD_layout68] = new MethodDescriptor(java.awt.Container.class.getMethod("layout", new Class[] {})); |
579 | 0 | methods[METHOD_layout68].setDisplayName ( "" ); |
580 | 0 | methods[METHOD_list69] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {})); |
581 | 0 | methods[METHOD_list69].setDisplayName ( "" ); |
582 | 0 | methods[METHOD_list70] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {java.io.PrintStream.class})); |
583 | 0 | methods[METHOD_list70].setDisplayName ( "" ); |
584 | 0 | methods[METHOD_list71] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {java.io.PrintWriter.class})); |
585 | 0 | methods[METHOD_list71].setDisplayName ( "" ); |
586 | 0 | methods[METHOD_list72] = new MethodDescriptor(java.awt.Container.class.getMethod("list", new Class[] {java.io.PrintStream.class, int.class})); |
587 | 0 | methods[METHOD_list72].setDisplayName ( "" ); |
588 | 0 | methods[METHOD_list73] = new MethodDescriptor(java.awt.Container.class.getMethod("list", new Class[] {java.io.PrintWriter.class, int.class})); |
589 | 0 | methods[METHOD_list73].setDisplayName ( "" ); |
590 | 0 | methods[METHOD_locate74] = new MethodDescriptor(java.awt.Container.class.getMethod("locate", new Class[] {int.class, int.class})); |
591 | 0 | methods[METHOD_locate74].setDisplayName ( "" ); |
592 | 0 | methods[METHOD_location75] = new MethodDescriptor(java.awt.Component.class.getMethod("location", new Class[] {})); |
593 | 0 | methods[METHOD_location75].setDisplayName ( "" ); |
594 | 0 | methods[METHOD_lostFocus76] = new MethodDescriptor(java.awt.Component.class.getMethod("lostFocus", new Class[] {java.awt.Event.class, java.lang.Object.class})); |
595 | 0 | methods[METHOD_lostFocus76].setDisplayName ( "" ); |
596 | 0 | methods[METHOD_minimumSize77] = new MethodDescriptor(java.awt.Container.class.getMethod("minimumSize", new Class[] {})); |
597 | 0 | methods[METHOD_minimumSize77].setDisplayName ( "" ); |
598 | 0 | methods[METHOD_mouseDown78] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseDown", new Class[] {java.awt.Event.class, int.class, int.class})); |
599 | 0 | methods[METHOD_mouseDown78].setDisplayName ( "" ); |
600 | 0 | methods[METHOD_mouseDrag79] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseDrag", new Class[] {java.awt.Event.class, int.class, int.class})); |
601 | 0 | methods[METHOD_mouseDrag79].setDisplayName ( "" ); |
602 | 0 | methods[METHOD_mouseEnter80] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseEnter", new Class[] {java.awt.Event.class, int.class, int.class})); |
603 | 0 | methods[METHOD_mouseEnter80].setDisplayName ( "" ); |
604 | 0 | methods[METHOD_mouseExit81] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseExit", new Class[] {java.awt.Event.class, int.class, int.class})); |
605 | 0 | methods[METHOD_mouseExit81].setDisplayName ( "" ); |
606 | 0 | methods[METHOD_mouseMove82] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseMove", new Class[] {java.awt.Event.class, int.class, int.class})); |
607 | 0 | methods[METHOD_mouseMove82].setDisplayName ( "" ); |
608 | 0 | methods[METHOD_mouseUp83] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseUp", new Class[] {java.awt.Event.class, int.class, int.class})); |
609 | 0 | methods[METHOD_mouseUp83].setDisplayName ( "" ); |
610 | 0 | methods[METHOD_move84] = new MethodDescriptor(java.awt.Component.class.getMethod("move", new Class[] {int.class, int.class})); |
611 | 0 | methods[METHOD_move84].setDisplayName ( "" ); |
612 | 0 | methods[METHOD_nextFocus85] = new MethodDescriptor(java.awt.Component.class.getMethod("nextFocus", new Class[] {})); |
613 | 0 | methods[METHOD_nextFocus85].setDisplayName ( "" ); |
614 | 0 | methods[METHOD_paint86] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paint", new Class[] {java.awt.Graphics.class})); |
615 | 0 | methods[METHOD_paint86].setDisplayName ( "" ); |
616 | 0 | methods[METHOD_paintAll87] = new MethodDescriptor(java.awt.Component.class.getMethod("paintAll", new Class[] {java.awt.Graphics.class})); |
617 | 0 | methods[METHOD_paintAll87].setDisplayName ( "" ); |
618 | 0 | methods[METHOD_paintComponents88] = new MethodDescriptor(java.awt.Container.class.getMethod("paintComponents", new Class[] {java.awt.Graphics.class})); |
619 | 0 | methods[METHOD_paintComponents88].setDisplayName ( "" ); |
620 | 0 | methods[METHOD_paintImmediately89] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paintImmediately", new Class[] {int.class, int.class, int.class, int.class})); |
621 | 0 | methods[METHOD_paintImmediately89].setDisplayName ( "" ); |
622 | 0 | methods[METHOD_paintImmediately90] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paintImmediately", new Class[] {java.awt.Rectangle.class})); |
623 | 0 | methods[METHOD_paintImmediately90].setDisplayName ( "" ); |
624 | 0 | methods[METHOD_postEvent91] = new MethodDescriptor(java.awt.Component.class.getMethod("postEvent", new Class[] {java.awt.Event.class})); |
625 | 0 | methods[METHOD_postEvent91].setDisplayName ( "" ); |
626 | 0 | methods[METHOD_preferredSize92] = new MethodDescriptor(java.awt.Container.class.getMethod("preferredSize", new Class[] {})); |
627 | 0 | methods[METHOD_preferredSize92].setDisplayName ( "" ); |
628 | 0 | methods[METHOD_prepareImage93] = new MethodDescriptor(java.awt.Component.class.getMethod("prepareImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class})); |
629 | 0 | methods[METHOD_prepareImage93].setDisplayName ( "" ); |
630 | 0 | methods[METHOD_prepareImage94] = new MethodDescriptor(java.awt.Component.class.getMethod("prepareImage", new Class[] {java.awt.Image.class, int.class, int.class, java.awt.image.ImageObserver.class})); |
631 | 0 | methods[METHOD_prepareImage94].setDisplayName ( "" ); |
632 | 0 | methods[METHOD_print95] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("print", new Class[] {java.awt.Graphics.class})); |
633 | 0 | methods[METHOD_print95].setDisplayName ( "" ); |
634 | 0 | methods[METHOD_printAll96] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("printAll", new Class[] {java.awt.Graphics.class})); |
635 | 0 | methods[METHOD_printAll96].setDisplayName ( "" ); |
636 | 0 | methods[METHOD_printComponents97] = new MethodDescriptor(java.awt.Container.class.getMethod("printComponents", new Class[] {java.awt.Graphics.class})); |
637 | 0 | methods[METHOD_printComponents97].setDisplayName ( "" ); |
638 | 0 | methods[METHOD_putClientProperty98] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("putClientProperty", new Class[] {java.lang.Object.class, java.lang.Object.class})); |
639 | 0 | methods[METHOD_putClientProperty98].setDisplayName ( "" ); |
640 | 0 | methods[METHOD_registerKeyboardAction99] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("registerKeyboardAction", new Class[] {java.awt.event.ActionListener.class, java.lang.String.class, javax.swing.KeyStroke.class, int.class})); |
641 | 0 | methods[METHOD_registerKeyboardAction99].setDisplayName ( "" ); |
642 | 0 | methods[METHOD_registerKeyboardAction100] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("registerKeyboardAction", new Class[] {java.awt.event.ActionListener.class, javax.swing.KeyStroke.class, int.class})); |
643 | 0 | methods[METHOD_registerKeyboardAction100].setDisplayName ( "" ); |
644 | 0 | methods[METHOD_remove101] = new MethodDescriptor(java.awt.Component.class.getMethod("remove", new Class[] {java.awt.MenuComponent.class})); |
645 | 0 | methods[METHOD_remove101].setDisplayName ( "" ); |
646 | 0 | methods[METHOD_remove102] = new MethodDescriptor(java.awt.Container.class.getMethod("remove", new Class[] {int.class})); |
647 | 0 | methods[METHOD_remove102].setDisplayName ( "" ); |
648 | 0 | methods[METHOD_remove103] = new MethodDescriptor(java.awt.Container.class.getMethod("remove", new Class[] {java.awt.Component.class})); |
649 | 0 | methods[METHOD_remove103].setDisplayName ( "" ); |
650 | 0 | methods[METHOD_removeAll104] = new MethodDescriptor(java.awt.Container.class.getMethod("removeAll", new Class[] {})); |
651 | 0 | methods[METHOD_removeAll104].setDisplayName ( "" ); |
652 | 0 | methods[METHOD_removeNotify105] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("removeNotify", new Class[] {})); |
653 | 0 | methods[METHOD_removeNotify105].setDisplayName ( "" ); |
654 | 0 | methods[METHOD_removePropertyChangeListener106] = new MethodDescriptor(java.awt.Component.class.getMethod("removePropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class})); |
655 | 0 | methods[METHOD_removePropertyChangeListener106].setDisplayName ( "" ); |
656 | 0 | methods[METHOD_repaint107] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {})); |
657 | 0 | methods[METHOD_repaint107].setDisplayName ( "" ); |
658 | 0 | methods[METHOD_repaint108] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {long.class})); |
659 | 0 | methods[METHOD_repaint108].setDisplayName ( "" ); |
660 | 0 | methods[METHOD_repaint109] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {int.class, int.class, int.class, int.class})); |
661 | 0 | methods[METHOD_repaint109].setDisplayName ( "" ); |
662 | 0 | methods[METHOD_repaint110] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("repaint", new Class[] {long.class, int.class, int.class, int.class, int.class})); |
663 | 0 | methods[METHOD_repaint110].setDisplayName ( "" ); |
664 | 0 | methods[METHOD_repaint111] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("repaint", new Class[] {java.awt.Rectangle.class})); |
665 | 0 | methods[METHOD_repaint111].setDisplayName ( "" ); |
666 | 0 | methods[METHOD_requestDefaultFocus112] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestDefaultFocus", new Class[] {})); |
667 | 0 | methods[METHOD_requestDefaultFocus112].setDisplayName ( "" ); |
668 | 0 | methods[METHOD_requestFocus113] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {})); |
669 | 0 | methods[METHOD_requestFocus113].setDisplayName ( "" ); |
670 | 0 | methods[METHOD_requestFocus114] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {boolean.class})); |
671 | 0 | methods[METHOD_requestFocus114].setDisplayName ( "" ); |
672 | 0 | methods[METHOD_requestFocusInWindow115] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocusInWindow", new Class[] {})); |
673 | 0 | methods[METHOD_requestFocusInWindow115].setDisplayName ( "" ); |
674 | 0 | methods[METHOD_resetKeyboardActions116] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("resetKeyboardActions", new Class[] {})); |
675 | 0 | methods[METHOD_resetKeyboardActions116].setDisplayName ( "" ); |
676 | 0 | methods[METHOD_reshape117] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("reshape", new Class[] {int.class, int.class, int.class, int.class})); |
677 | 0 | methods[METHOD_reshape117].setDisplayName ( "" ); |
678 | 0 | methods[METHOD_resize118] = new MethodDescriptor(java.awt.Component.class.getMethod("resize", new Class[] {int.class, int.class})); |
679 | 0 | methods[METHOD_resize118].setDisplayName ( "" ); |
680 | 0 | methods[METHOD_resize119] = new MethodDescriptor(java.awt.Component.class.getMethod("resize", new Class[] {java.awt.Dimension.class})); |
681 | 0 | methods[METHOD_resize119].setDisplayName ( "" ); |
682 | 0 | methods[METHOD_revalidate120] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("revalidate", new Class[] {})); |
683 | 0 | methods[METHOD_revalidate120].setDisplayName ( "" ); |
684 | 0 | methods[METHOD_scrollRectToVisible121] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("scrollRectToVisible", new Class[] {java.awt.Rectangle.class})); |
685 | 0 | methods[METHOD_scrollRectToVisible121].setDisplayName ( "" ); |
686 | 0 | methods[METHOD_setBounds122] = new MethodDescriptor(java.awt.Component.class.getMethod("setBounds", new Class[] {int.class, int.class, int.class, int.class})); |
687 | 0 | methods[METHOD_setBounds122].setDisplayName ( "" ); |
688 | 0 | methods[METHOD_setComponentZOrder123] = new MethodDescriptor(java.awt.Container.class.getMethod("setComponentZOrder", new Class[] {java.awt.Component.class, int.class})); |
689 | 0 | methods[METHOD_setComponentZOrder123].setDisplayName ( "" ); |
690 | 0 | methods[METHOD_setDefaultLocale124] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("setDefaultLocale", new Class[] {java.util.Locale.class})); |
691 | 0 | methods[METHOD_setDefaultLocale124].setDisplayName ( "" ); |
692 | 0 | methods[METHOD_show125] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {})); |
693 | 0 | methods[METHOD_show125].setDisplayName ( "" ); |
694 | 0 | methods[METHOD_show126] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {boolean.class})); |
695 | 0 | methods[METHOD_show126].setDisplayName ( "" ); |
696 | 0 | methods[METHOD_size127] = new MethodDescriptor(java.awt.Component.class.getMethod("size", new Class[] {})); |
697 | 0 | methods[METHOD_size127].setDisplayName ( "" ); |
698 | 0 | methods[METHOD_toString128] = new MethodDescriptor(java.awt.Component.class.getMethod("toString", new Class[] {})); |
699 | 0 | methods[METHOD_toString128].setDisplayName ( "" ); |
700 | 0 | methods[METHOD_transferFocus129] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocus", new Class[] {})); |
701 | 0 | methods[METHOD_transferFocus129].setDisplayName ( "" ); |
702 | 0 | methods[METHOD_transferFocusBackward130] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusBackward", new Class[] {})); |
703 | 0 | methods[METHOD_transferFocusBackward130].setDisplayName ( "" ); |
704 | 0 | methods[METHOD_transferFocusDownCycle131] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusDownCycle", new Class[] {})); |
705 | 0 | methods[METHOD_transferFocusDownCycle131].setDisplayName ( "" ); |
706 | 0 | methods[METHOD_transferFocusUpCycle132] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocusUpCycle", new Class[] {})); |
707 | 0 | methods[METHOD_transferFocusUpCycle132].setDisplayName ( "" ); |
708 | 0 | methods[METHOD_unregisterKeyboardAction133] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("unregisterKeyboardAction", new Class[] {javax.swing.KeyStroke.class})); |
709 | 0 | methods[METHOD_unregisterKeyboardAction133].setDisplayName ( "" ); |
710 | 0 | methods[METHOD_update134] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("update", new Class[] {java.awt.Graphics.class})); |
711 | 0 | methods[METHOD_update134].setDisplayName ( "" ); |
712 | 0 | methods[METHOD_updateUI135] = new MethodDescriptor(javax.swing.JPanel.class.getMethod("updateUI", new Class[] {})); |
713 | 0 | methods[METHOD_updateUI135].setDisplayName ( "" ); |
714 | 0 | methods[METHOD_validate136] = new MethodDescriptor(java.awt.Container.class.getMethod("validate", new Class[] {})); |
715 | 0 | methods[METHOD_validate136].setDisplayName ( "" ); |
716 | |
} |
717 | 0 | catch( Exception e) {} |
718 | |
|
719 | |
|
720 | |
|
721 | 0 | return methods; } |
722 | 0 | private static java.awt.Image iconColor16 = null; |
723 | 0 | private static java.awt.Image iconColor32 = null; |
724 | 0 | private static java.awt.Image iconMono16 = null; |
725 | 0 | private static java.awt.Image iconMono32 = null; |
726 | 0 | private static String iconNameC16 = "/icons/zoom16.gif"; |
727 | 0 | private static String iconNameC32 = "/icons/zoom24.gif"; |
728 | 0 | private static String iconNameM16 = null; |
729 | 0 | private static String iconNameM32 = null; |
730 | |
private static final int defaultPropertyIndex = -1; |
731 | |
private static final int defaultEventIndex = -1; |
732 | |
|
733 | |
|
734 | |
|
735 | |
|
736 | |
|
737 | |
|
738 | |
|
739 | |
|
740 | |
|
741 | |
|
742 | |
|
743 | |
|
744 | |
@Override |
745 | |
public BeanDescriptor getBeanDescriptor() { |
746 | 0 | return getBdescriptor(); |
747 | |
} |
748 | |
|
749 | |
|
750 | |
|
751 | |
|
752 | |
|
753 | |
|
754 | |
|
755 | |
|
756 | |
|
757 | |
|
758 | |
|
759 | |
|
760 | |
|
761 | |
@Override |
762 | |
public PropertyDescriptor[] getPropertyDescriptors() { |
763 | 0 | return getPdescriptor(); |
764 | |
} |
765 | |
|
766 | |
|
767 | |
|
768 | |
|
769 | |
|
770 | |
|
771 | |
|
772 | |
|
773 | |
|
774 | |
@Override |
775 | |
public EventSetDescriptor[] getEventSetDescriptors() { |
776 | 0 | return getEdescriptor(); |
777 | |
} |
778 | |
|
779 | |
|
780 | |
|
781 | |
|
782 | |
|
783 | |
|
784 | |
|
785 | |
|
786 | |
|
787 | |
@Override |
788 | |
public MethodDescriptor[] getMethodDescriptors() { |
789 | 0 | return getMdescriptor(); |
790 | |
} |
791 | |
|
792 | |
|
793 | |
|
794 | |
|
795 | |
|
796 | |
|
797 | |
|
798 | |
|
799 | |
|
800 | |
|
801 | |
@Override |
802 | |
public int getDefaultPropertyIndex() { |
803 | 0 | return defaultPropertyIndex; |
804 | |
} |
805 | |
|
806 | |
|
807 | |
|
808 | |
|
809 | |
|
810 | |
|
811 | |
|
812 | |
|
813 | |
@Override |
814 | |
public int getDefaultEventIndex() { |
815 | 0 | return defaultEventIndex; |
816 | |
} |
817 | |
|
818 | |
|
819 | |
|
820 | |
|
821 | |
|
822 | |
|
823 | |
|
824 | |
|
825 | |
|
826 | |
|
827 | |
|
828 | |
|
829 | |
|
830 | |
|
831 | |
|
832 | |
|
833 | |
|
834 | |
@Override |
835 | |
public java.awt.Image getIcon(int iconKind) { |
836 | 0 | switch (iconKind) { |
837 | |
case ICON_COLOR_16x16: |
838 | 0 | if (iconNameC16 == null) { |
839 | 0 | return null; |
840 | |
} else { |
841 | 0 | if (iconColor16 == null) { |
842 | 0 | iconColor16 = loadImage(iconNameC16); |
843 | |
} |
844 | 0 | return iconColor16; |
845 | |
} |
846 | |
case ICON_COLOR_32x32: |
847 | 0 | if (iconNameC32 == null) { |
848 | 0 | return null; |
849 | |
} else { |
850 | 0 | if (iconColor32 == null) { |
851 | 0 | iconColor32 = loadImage(iconNameC32); |
852 | |
} |
853 | 0 | return iconColor32; |
854 | |
} |
855 | |
case ICON_MONO_16x16: |
856 | 0 | if (iconNameM16 == null) { |
857 | 0 | return null; |
858 | |
} else { |
859 | 0 | if (iconMono16 == null) { |
860 | 0 | iconMono16 = loadImage(iconNameM16); |
861 | |
} |
862 | 0 | return iconMono16; |
863 | |
} |
864 | |
case ICON_MONO_32x32: |
865 | 0 | if (iconNameM32 == null) { |
866 | 0 | return null; |
867 | |
} else { |
868 | 0 | if (iconMono32 == null) { |
869 | 0 | iconMono32 = loadImage(iconNameM32); |
870 | |
} |
871 | 0 | return iconMono32; |
872 | |
} |
873 | |
default: |
874 | 0 | return null; |
875 | |
} |
876 | |
} |
877 | |
} |