Coverage Report - net.sf.webphotos.gui.component.PainelPesquisaBeanInfo
 
Classes in this File Line Coverage Branch Coverage Complexity
PainelPesquisaBeanInfo
0%
0/442
0%
0/21
3,091
 
 1  
 /**
 2  
  * Copyright 2008 WebPhotos
 3  
  *
 4  
  * Licensed under the Apache License, Version 2.0 (the "License");
 5  
  * you may not use this file except in compliance with the License.
 6  
  * You may obtain a copy of the License at
 7  
  *
 8  
  *      http://www.apache.org/licenses/LICENSE-2.0
 9  
  *
 10  
  * Unless required by applicable law or agreed to in writing, software
 11  
  * distributed under the License is distributed on an "AS IS" BASIS,
 12  
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 13  
  * See the License for the specific language governing permissions and
 14  
  * limitations under the License.
 15  
  */
 16  
 package net.sf.webphotos.gui.component;
 17  
 
 18  
 import java.beans.*;
 19  
 
 20  
 /**
 21  
  *
 22  
  * @author Guilherme
 23  
  */
 24  0
 public class PainelPesquisaBeanInfo extends SimpleBeanInfo {
 25  
 
 26  
     // Bean descriptor//GEN-FIRST:BeanDescriptor
 27  
     /*lazy BeanDescriptor*/
 28  
     private static BeanDescriptor getBdescriptor(){
 29  0
         BeanDescriptor beanDescriptor = new BeanDescriptor  ( net.sf.webphotos.gui.component.PainelPesquisa.class , null ); // NOI18N
 30  0
         beanDescriptor.setShortDescription ( "Controls to search on a datasource" );//GEN-HEADEREND:BeanDescriptor
 31  
 
 32  
         // Here you can add code for customizing the BeanDescriptor.
 33  
 
 34  0
         return beanDescriptor;     }//GEN-LAST:BeanDescriptor
 35  
     // Property identifiers//GEN-FIRST:Properties
 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  
     // Property array 
 140  
     /*lazy PropertyDescriptor*/
 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" ); // NOI18N
 146  0
             properties[PROPERTY_actionMap] = new PropertyDescriptor ( "actionMap", net.sf.webphotos.gui.component.PainelPesquisa.class, "getActionMap", "setActionMap" ); // NOI18N
 147  0
             properties[PROPERTY_alignmentX] = new PropertyDescriptor ( "alignmentX", net.sf.webphotos.gui.component.PainelPesquisa.class, "getAlignmentX", "setAlignmentX" ); // NOI18N
 148  0
             properties[PROPERTY_alignmentY] = new PropertyDescriptor ( "alignmentY", net.sf.webphotos.gui.component.PainelPesquisa.class, "getAlignmentY", "setAlignmentY" ); // NOI18N
 149  0
             properties[PROPERTY_ancestorListeners] = new PropertyDescriptor ( "ancestorListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getAncestorListeners", null ); // NOI18N
 150  0
             properties[PROPERTY_autoscrolls] = new PropertyDescriptor ( "autoscrolls", net.sf.webphotos.gui.component.PainelPesquisa.class, "getAutoscrolls", "setAutoscrolls" ); // NOI18N
 151  0
             properties[PROPERTY_background] = new PropertyDescriptor ( "background", net.sf.webphotos.gui.component.PainelPesquisa.class, "getBackground", "setBackground" ); // NOI18N
 152  0
             properties[PROPERTY_backgroundSet] = new PropertyDescriptor ( "backgroundSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isBackgroundSet", null ); // NOI18N
 153  0
             properties[PROPERTY_baselineResizeBehavior] = new PropertyDescriptor ( "baselineResizeBehavior", net.sf.webphotos.gui.component.PainelPesquisa.class, "getBaselineResizeBehavior", null ); // NOI18N
 154  0
             properties[PROPERTY_border] = new PropertyDescriptor ( "border", net.sf.webphotos.gui.component.PainelPesquisa.class, "getBorder", "setBorder" ); // NOI18N
 155  0
             properties[PROPERTY_bounds] = new PropertyDescriptor ( "bounds", net.sf.webphotos.gui.component.PainelPesquisa.class, "getBounds", "setBounds" ); // NOI18N
 156  0
             properties[PROPERTY_categoriasPesquisaComboBoxModel] = new PropertyDescriptor ( "categoriasPesquisaComboBoxModel", net.sf.webphotos.gui.component.PainelPesquisa.class, "getCategoriasPesquisaComboBoxModel", "setCategoriasPesquisaComboBoxModel" ); // NOI18N
 157  0
             properties[PROPERTY_colorModel] = new PropertyDescriptor ( "colorModel", net.sf.webphotos.gui.component.PainelPesquisa.class, "getColorModel", null ); // NOI18N
 158  0
             properties[PROPERTY_component] = new IndexedPropertyDescriptor ( "component", net.sf.webphotos.gui.component.PainelPesquisa.class, null, null, "getComponent", null ); // NOI18N
 159  0
             properties[PROPERTY_componentCount] = new PropertyDescriptor ( "componentCount", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponentCount", null ); // NOI18N
 160  0
             properties[PROPERTY_componentListeners] = new PropertyDescriptor ( "componentListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponentListeners", null ); // NOI18N
 161  0
             properties[PROPERTY_componentOrientation] = new PropertyDescriptor ( "componentOrientation", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponentOrientation", "setComponentOrientation" ); // NOI18N
 162  0
             properties[PROPERTY_componentPopupMenu] = new PropertyDescriptor ( "componentPopupMenu", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponentPopupMenu", "setComponentPopupMenu" ); // NOI18N
 163  0
             properties[PROPERTY_components] = new PropertyDescriptor ( "components", net.sf.webphotos.gui.component.PainelPesquisa.class, "getComponents", null ); // NOI18N
 164  0
             properties[PROPERTY_containerListeners] = new PropertyDescriptor ( "containerListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getContainerListeners", null ); // NOI18N
 165  0
             properties[PROPERTY_cursor] = new PropertyDescriptor ( "cursor", net.sf.webphotos.gui.component.PainelPesquisa.class, "getCursor", "setCursor" ); // NOI18N
 166  0
             properties[PROPERTY_cursorSet] = new PropertyDescriptor ( "cursorSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isCursorSet", null ); // NOI18N
 167  0
             properties[PROPERTY_debugGraphicsOptions] = new PropertyDescriptor ( "debugGraphicsOptions", net.sf.webphotos.gui.component.PainelPesquisa.class, "getDebugGraphicsOptions", "setDebugGraphicsOptions" ); // NOI18N
 168  0
             properties[PROPERTY_displayable] = new PropertyDescriptor ( "displayable", net.sf.webphotos.gui.component.PainelPesquisa.class, "isDisplayable", null ); // NOI18N
 169  0
             properties[PROPERTY_doubleBuffered] = new PropertyDescriptor ( "doubleBuffered", net.sf.webphotos.gui.component.PainelPesquisa.class, "isDoubleBuffered", "setDoubleBuffered" ); // NOI18N
 170  0
             properties[PROPERTY_dropTarget] = new PropertyDescriptor ( "dropTarget", net.sf.webphotos.gui.component.PainelPesquisa.class, "getDropTarget", "setDropTarget" ); // NOI18N
 171  0
             properties[PROPERTY_enabled] = new PropertyDescriptor ( "enabled", net.sf.webphotos.gui.component.PainelPesquisa.class, "isEnabled", "setEnabled" ); // NOI18N
 172  0
             properties[PROPERTY_focusable] = new PropertyDescriptor ( "focusable", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusable", "setFocusable" ); // NOI18N
 173  0
             properties[PROPERTY_focusCycleRoot] = new PropertyDescriptor ( "focusCycleRoot", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusCycleRoot", "setFocusCycleRoot" ); // NOI18N
 174  0
             properties[PROPERTY_focusCycleRootAncestor] = new PropertyDescriptor ( "focusCycleRootAncestor", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFocusCycleRootAncestor", null ); // NOI18N
 175  0
             properties[PROPERTY_focusListeners] = new PropertyDescriptor ( "focusListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFocusListeners", null ); // NOI18N
 176  0
             properties[PROPERTY_focusOwner] = new PropertyDescriptor ( "focusOwner", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusOwner", null ); // NOI18N
 177  0
             properties[PROPERTY_focusTraversable] = new PropertyDescriptor ( "focusTraversable", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusTraversable", null ); // NOI18N
 178  0
             properties[PROPERTY_focusTraversalKeys] = new IndexedPropertyDescriptor ( "focusTraversalKeys", net.sf.webphotos.gui.component.PainelPesquisa.class, null, null, null, "setFocusTraversalKeys" ); // NOI18N
 179  0
             properties[PROPERTY_focusTraversalKeysEnabled] = new PropertyDescriptor ( "focusTraversalKeysEnabled", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFocusTraversalKeysEnabled", "setFocusTraversalKeysEnabled" ); // NOI18N
 180  0
             properties[PROPERTY_focusTraversalPolicy] = new PropertyDescriptor ( "focusTraversalPolicy", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFocusTraversalPolicy", "setFocusTraversalPolicy" ); // NOI18N
 181  0
             properties[PROPERTY_focusTraversalPolicyProvider] = new PropertyDescriptor ( "focusTraversalPolicyProvider", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusTraversalPolicyProvider", "setFocusTraversalPolicyProvider" ); // NOI18N
 182  0
             properties[PROPERTY_focusTraversalPolicySet] = new PropertyDescriptor ( "focusTraversalPolicySet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFocusTraversalPolicySet", null ); // NOI18N
 183  0
             properties[PROPERTY_font] = new PropertyDescriptor ( "font", net.sf.webphotos.gui.component.PainelPesquisa.class, "getFont", "setFont" ); // NOI18N
 184  0
             properties[PROPERTY_fontSet] = new PropertyDescriptor ( "fontSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isFontSet", null ); // NOI18N
 185  0
             properties[PROPERTY_foreground] = new PropertyDescriptor ( "foreground", net.sf.webphotos.gui.component.PainelPesquisa.class, "getForeground", "setForeground" ); // NOI18N
 186  0
             properties[PROPERTY_foregroundSet] = new PropertyDescriptor ( "foregroundSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isForegroundSet", null ); // NOI18N
 187  0
             properties[PROPERTY_graphics] = new PropertyDescriptor ( "graphics", net.sf.webphotos.gui.component.PainelPesquisa.class, "getGraphics", null ); // NOI18N
 188  0
             properties[PROPERTY_graphicsConfiguration] = new PropertyDescriptor ( "graphicsConfiguration", net.sf.webphotos.gui.component.PainelPesquisa.class, "getGraphicsConfiguration", null ); // NOI18N
 189  0
             properties[PROPERTY_height] = new PropertyDescriptor ( "height", net.sf.webphotos.gui.component.PainelPesquisa.class, "getHeight", null ); // NOI18N
 190  0
             properties[PROPERTY_hierarchyBoundsListeners] = new PropertyDescriptor ( "hierarchyBoundsListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getHierarchyBoundsListeners", null ); // NOI18N
 191  0
             properties[PROPERTY_hierarchyListeners] = new PropertyDescriptor ( "hierarchyListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getHierarchyListeners", null ); // NOI18N
 192  0
             properties[PROPERTY_ignoreRepaint] = new PropertyDescriptor ( "ignoreRepaint", net.sf.webphotos.gui.component.PainelPesquisa.class, "getIgnoreRepaint", "setIgnoreRepaint" ); // NOI18N
 193  0
             properties[PROPERTY_inheritsPopupMenu] = new PropertyDescriptor ( "inheritsPopupMenu", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInheritsPopupMenu", "setInheritsPopupMenu" ); // NOI18N
 194  0
             properties[PROPERTY_inputContext] = new PropertyDescriptor ( "inputContext", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputContext", null ); // NOI18N
 195  0
             properties[PROPERTY_inputMap] = new PropertyDescriptor ( "inputMap", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputMap", null ); // NOI18N
 196  0
             properties[PROPERTY_inputMethodListeners] = new PropertyDescriptor ( "inputMethodListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputMethodListeners", null ); // NOI18N
 197  0
             properties[PROPERTY_inputMethodRequests] = new PropertyDescriptor ( "inputMethodRequests", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputMethodRequests", null ); // NOI18N
 198  0
             properties[PROPERTY_inputVerifier] = new PropertyDescriptor ( "inputVerifier", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInputVerifier", "setInputVerifier" ); // NOI18N
 199  0
             properties[PROPERTY_insets] = new PropertyDescriptor ( "insets", net.sf.webphotos.gui.component.PainelPesquisa.class, "getInsets", null ); // NOI18N
 200  0
             properties[PROPERTY_keyListeners] = new PropertyDescriptor ( "keyListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getKeyListeners", null ); // NOI18N
 201  0
             properties[PROPERTY_layout] = new PropertyDescriptor ( "layout", net.sf.webphotos.gui.component.PainelPesquisa.class, "getLayout", "setLayout" ); // NOI18N
 202  0
             properties[PROPERTY_lightweight] = new PropertyDescriptor ( "lightweight", net.sf.webphotos.gui.component.PainelPesquisa.class, "isLightweight", null ); // NOI18N
 203  0
             properties[PROPERTY_locale] = new PropertyDescriptor ( "locale", net.sf.webphotos.gui.component.PainelPesquisa.class, "getLocale", "setLocale" ); // NOI18N
 204  0
             properties[PROPERTY_location] = new PropertyDescriptor ( "location", net.sf.webphotos.gui.component.PainelPesquisa.class, "getLocation", "setLocation" ); // NOI18N
 205  0
             properties[PROPERTY_locationOnScreen] = new PropertyDescriptor ( "locationOnScreen", net.sf.webphotos.gui.component.PainelPesquisa.class, "getLocationOnScreen", null ); // NOI18N
 206  0
             properties[PROPERTY_managingFocus] = new PropertyDescriptor ( "managingFocus", net.sf.webphotos.gui.component.PainelPesquisa.class, "isManagingFocus", null ); // NOI18N
 207  0
             properties[PROPERTY_maximumSize] = new PropertyDescriptor ( "maximumSize", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMaximumSize", "setMaximumSize" ); // NOI18N
 208  0
             properties[PROPERTY_maximumSizeSet] = new PropertyDescriptor ( "maximumSizeSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isMaximumSizeSet", null ); // NOI18N
 209  0
             properties[PROPERTY_minimumSize] = new PropertyDescriptor ( "minimumSize", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMinimumSize", "setMinimumSize" ); // NOI18N
 210  0
             properties[PROPERTY_minimumSizeSet] = new PropertyDescriptor ( "minimumSizeSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isMinimumSizeSet", null ); // NOI18N
 211  0
             properties[PROPERTY_mouseListeners] = new PropertyDescriptor ( "mouseListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMouseListeners", null ); // NOI18N
 212  0
             properties[PROPERTY_mouseMotionListeners] = new PropertyDescriptor ( "mouseMotionListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMouseMotionListeners", null ); // NOI18N
 213  0
             properties[PROPERTY_mousePosition] = new PropertyDescriptor ( "mousePosition", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMousePosition", null ); // NOI18N
 214  0
             properties[PROPERTY_mouseWheelListeners] = new PropertyDescriptor ( "mouseWheelListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getMouseWheelListeners", null ); // NOI18N
 215  0
             properties[PROPERTY_name] = new PropertyDescriptor ( "name", net.sf.webphotos.gui.component.PainelPesquisa.class, "getName", "setName" ); // NOI18N
 216  0
             properties[PROPERTY_nextFocusableComponent] = new PropertyDescriptor ( "nextFocusableComponent", net.sf.webphotos.gui.component.PainelPesquisa.class, "getNextFocusableComponent", "setNextFocusableComponent" ); // NOI18N
 217  0
             properties[PROPERTY_opaque] = new PropertyDescriptor ( "opaque", net.sf.webphotos.gui.component.PainelPesquisa.class, "isOpaque", "setOpaque" ); // NOI18N
 218  0
             properties[PROPERTY_optimizedDrawingEnabled] = new PropertyDescriptor ( "optimizedDrawingEnabled", net.sf.webphotos.gui.component.PainelPesquisa.class, "isOptimizedDrawingEnabled", null ); // NOI18N
 219  0
             properties[PROPERTY_paintingForPrint] = new PropertyDescriptor ( "paintingForPrint", net.sf.webphotos.gui.component.PainelPesquisa.class, "isPaintingForPrint", null ); // NOI18N
 220  0
             properties[PROPERTY_paintingTile] = new PropertyDescriptor ( "paintingTile", net.sf.webphotos.gui.component.PainelPesquisa.class, "isPaintingTile", null ); // NOI18N
 221  0
             properties[PROPERTY_parent] = new PropertyDescriptor ( "parent", net.sf.webphotos.gui.component.PainelPesquisa.class, "getParent", null ); // NOI18N
 222  0
             properties[PROPERTY_peer] = new PropertyDescriptor ( "peer", net.sf.webphotos.gui.component.PainelPesquisa.class, "getPeer", null ); // NOI18N
 223  0
             properties[PROPERTY_preferredSize] = new PropertyDescriptor ( "preferredSize", net.sf.webphotos.gui.component.PainelPesquisa.class, "getPreferredSize", "setPreferredSize" ); // NOI18N
 224  0
             properties[PROPERTY_preferredSizeSet] = new PropertyDescriptor ( "preferredSizeSet", net.sf.webphotos.gui.component.PainelPesquisa.class, "isPreferredSizeSet", null ); // NOI18N
 225  0
             properties[PROPERTY_propertyChangeListeners] = new PropertyDescriptor ( "propertyChangeListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getPropertyChangeListeners", null ); // NOI18N
 226  0
             properties[PROPERTY_registeredKeyStrokes] = new PropertyDescriptor ( "registeredKeyStrokes", net.sf.webphotos.gui.component.PainelPesquisa.class, "getRegisteredKeyStrokes", null ); // NOI18N
 227  0
             properties[PROPERTY_requestFocusEnabled] = new PropertyDescriptor ( "requestFocusEnabled", net.sf.webphotos.gui.component.PainelPesquisa.class, "isRequestFocusEnabled", "setRequestFocusEnabled" ); // NOI18N
 228  0
             properties[PROPERTY_rootPane] = new PropertyDescriptor ( "rootPane", net.sf.webphotos.gui.component.PainelPesquisa.class, "getRootPane", null ); // NOI18N
 229  0
             properties[PROPERTY_showing] = new PropertyDescriptor ( "showing", net.sf.webphotos.gui.component.PainelPesquisa.class, "isShowing", null ); // NOI18N
 230  0
             properties[PROPERTY_size] = new PropertyDescriptor ( "size", net.sf.webphotos.gui.component.PainelPesquisa.class, "getSize", "setSize" ); // NOI18N
 231  0
             properties[PROPERTY_toolkit] = new PropertyDescriptor ( "toolkit", net.sf.webphotos.gui.component.PainelPesquisa.class, "getToolkit", null ); // NOI18N
 232  0
             properties[PROPERTY_toolTipText] = new PropertyDescriptor ( "toolTipText", net.sf.webphotos.gui.component.PainelPesquisa.class, "getToolTipText", "setToolTipText" ); // NOI18N
 233  0
             properties[PROPERTY_topLevelAncestor] = new PropertyDescriptor ( "topLevelAncestor", net.sf.webphotos.gui.component.PainelPesquisa.class, "getTopLevelAncestor", null ); // NOI18N
 234  0
             properties[PROPERTY_transferHandler] = new PropertyDescriptor ( "transferHandler", net.sf.webphotos.gui.component.PainelPesquisa.class, "getTransferHandler", "setTransferHandler" ); // NOI18N
 235  0
             properties[PROPERTY_treeLock] = new PropertyDescriptor ( "treeLock", net.sf.webphotos.gui.component.PainelPesquisa.class, "getTreeLock", null ); // NOI18N
 236  0
             properties[PROPERTY_UI] = new PropertyDescriptor ( "UI", net.sf.webphotos.gui.component.PainelPesquisa.class, "getUI", "setUI" ); // NOI18N
 237  0
             properties[PROPERTY_UIClassID] = new PropertyDescriptor ( "UIClassID", net.sf.webphotos.gui.component.PainelPesquisa.class, "getUIClassID", null ); // NOI18N
 238  0
             properties[PROPERTY_valid] = new PropertyDescriptor ( "valid", net.sf.webphotos.gui.component.PainelPesquisa.class, "isValid", null ); // NOI18N
 239  0
             properties[PROPERTY_validateRoot] = new PropertyDescriptor ( "validateRoot", net.sf.webphotos.gui.component.PainelPesquisa.class, "isValidateRoot", null ); // NOI18N
 240  0
             properties[PROPERTY_verifyInputWhenFocusTarget] = new PropertyDescriptor ( "verifyInputWhenFocusTarget", net.sf.webphotos.gui.component.PainelPesquisa.class, "getVerifyInputWhenFocusTarget", "setVerifyInputWhenFocusTarget" ); // NOI18N
 241  0
             properties[PROPERTY_vetoableChangeListeners] = new PropertyDescriptor ( "vetoableChangeListeners", net.sf.webphotos.gui.component.PainelPesquisa.class, "getVetoableChangeListeners", null ); // NOI18N
 242  0
             properties[PROPERTY_visible] = new PropertyDescriptor ( "visible", net.sf.webphotos.gui.component.PainelPesquisa.class, "isVisible", "setVisible" ); // NOI18N
 243  0
             properties[PROPERTY_visibleRect] = new PropertyDescriptor ( "visibleRect", net.sf.webphotos.gui.component.PainelPesquisa.class, "getVisibleRect", null ); // NOI18N
 244  0
             properties[PROPERTY_width] = new PropertyDescriptor ( "width", net.sf.webphotos.gui.component.PainelPesquisa.class, "getWidth", null ); // NOI18N
 245  0
             properties[PROPERTY_x] = new PropertyDescriptor ( "x", net.sf.webphotos.gui.component.PainelPesquisa.class, "getX", null ); // NOI18N
 246  0
             properties[PROPERTY_y] = new PropertyDescriptor ( "y", net.sf.webphotos.gui.component.PainelPesquisa.class, "getY", null ); // NOI18N
 247  
         }
 248  0
         catch(IntrospectionException e) {
 249  0
             e.printStackTrace();
 250  0
         }//GEN-HEADEREND:Properties
 251  
 
 252  
         // Here you can add code for customizing the properties array.
 253  
 
 254  0
         return properties;     }//GEN-LAST:Properties
 255  
     // EventSet identifiers//GEN-FIRST:Events
 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  
     // EventSet array
 271  
     /*lazy EventSetDescriptor*/
 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" ); // NOI18N
 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" ); // NOI18N
 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" ); // NOI18N
 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" ); // NOI18N
 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" ); // NOI18N
 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" ); // NOI18N
 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" ); // NOI18N
 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" ); // NOI18N
 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" ); // NOI18N
 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" ); // NOI18N
 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" ); // NOI18N
 287  0
             eventSets[EVENT_propertyChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "propertyChangeListener", java.beans.PropertyChangeListener.class, new String[] {"propertyChange"}, "addPropertyChangeListener", "removePropertyChangeListener" ); // NOI18N
 288  0
             eventSets[EVENT_vetoableChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelPesquisa.class, "vetoableChangeListener", java.beans.VetoableChangeListener.class, new String[] {"vetoableChange"}, "addVetoableChangeListener", "removeVetoableChangeListener" ); // NOI18N
 289  
         }
 290  0
         catch(IntrospectionException e) {
 291  0
             e.printStackTrace();
 292  0
         }//GEN-HEADEREND:Events
 293  
 
 294  
         // Here you can add code for customizing the event sets array.
 295  
 
 296  0
         return eventSets;     }//GEN-LAST:Events
 297  
     // Method identifiers//GEN-FIRST:Methods
 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  
     // Method array 
 437  
     /*lazy MethodDescriptor*/
 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})); // NOI18N
 443  0
             methods[METHOD_action0].setDisplayName ( "" );
 444  0
             methods[METHOD_addNotify1] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("addNotify", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 449  0
             methods[METHOD_applyComponentOrientation3].setDisplayName ( "" );
 450  0
             methods[METHOD_areFocusTraversalKeysSet4] = new MethodDescriptor(java.awt.Container.class.getMethod("areFocusTraversalKeysSet", new Class[] {int.class})); // NOI18N
 451  0
             methods[METHOD_areFocusTraversalKeysSet4].setDisplayName ( "" );
 452  0
             methods[METHOD_bounds5] = new MethodDescriptor(java.awt.Component.class.getMethod("bounds", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 463  0
             methods[METHOD_contains10].setDisplayName ( "" );
 464  0
             methods[METHOD_countComponents11] = new MethodDescriptor(java.awt.Container.class.getMethod("countComponents", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 469  0
             methods[METHOD_createImage13].setDisplayName ( "" );
 470  0
             methods[METHOD_createToolTip14] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("createToolTip", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 477  0
             methods[METHOD_deliverEvent17].setDisplayName ( "" );
 478  0
             methods[METHOD_disable18] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("disable", new Class[] {})); // NOI18N
 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})); // NOI18N
 481  0
             methods[METHOD_dispatchEvent19].setDisplayName ( "" );
 482  0
             methods[METHOD_doLayout20] = new MethodDescriptor(java.awt.Container.class.getMethod("doLayout", new Class[] {})); // NOI18N
 483  0
             methods[METHOD_doLayout20].setDisplayName ( "" );
 484  0
             methods[METHOD_enable21] = new MethodDescriptor(java.awt.Component.class.getMethod("enable", new Class[] {boolean.class})); // NOI18N
 485  0
             methods[METHOD_enable21].setDisplayName ( "" );
 486  0
             methods[METHOD_enable22] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("enable", new Class[] {})); // NOI18N
 487  0
             methods[METHOD_enable22].setDisplayName ( "" );
 488  0
             methods[METHOD_enableInputMethods23] = new MethodDescriptor(java.awt.Component.class.getMethod("enableInputMethods", new Class[] {boolean.class})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 525  0
             methods[METHOD_getConditionForKeyStroke41].setDisplayName ( "" );
 526  0
             methods[METHOD_getDefaultLocale42] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getDefaultLocale", new Class[] {})); // NOI18N
 527  0
             methods[METHOD_getDefaultLocale42].setDisplayName ( "" );
 528  0
             methods[METHOD_getFocusTraversalKeys43] = new MethodDescriptor(java.awt.Container.class.getMethod("getFocusTraversalKeys", new Class[] {int.class})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 537  0
             methods[METHOD_getLocation47].setDisplayName ( "" );
 538  0
             methods[METHOD_getMousePosition48] = new MethodDescriptor(java.awt.Container.class.getMethod("getMousePosition", new Class[] {boolean.class})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 551  0
             methods[METHOD_gotFocus54].setDisplayName ( "" );
 552  0
             methods[METHOD_grabFocus55] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("grabFocus", new Class[] {})); // NOI18N
 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})); // NOI18N
 555  0
             methods[METHOD_handleEvent56].setDisplayName ( "" );
 556  0
             methods[METHOD_hasFocus57] = new MethodDescriptor(java.awt.Component.class.getMethod("hasFocus", new Class[] {})); // NOI18N
 557  0
             methods[METHOD_hasFocus57].setDisplayName ( "" );
 558  0
             methods[METHOD_hide58] = new MethodDescriptor(java.awt.Component.class.getMethod("hide", new Class[] {})); // NOI18N
 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})); // NOI18N
 561  0
             methods[METHOD_imageUpdate59].setDisplayName ( "" );
 562  0
             methods[METHOD_insets60] = new MethodDescriptor(java.awt.Container.class.getMethod("insets", new Class[] {})); // NOI18N
 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})); // NOI18N
 565  0
             methods[METHOD_inside61].setDisplayName ( "" );
 566  0
             methods[METHOD_invalidate62] = new MethodDescriptor(java.awt.Container.class.getMethod("invalidate", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 577  0
             methods[METHOD_keyUp67].setDisplayName ( "" );
 578  0
             methods[METHOD_layout68] = new MethodDescriptor(java.awt.Container.class.getMethod("layout", new Class[] {})); // NOI18N
 579  0
             methods[METHOD_layout68].setDisplayName ( "" );
 580  0
             methods[METHOD_list69] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 591  0
             methods[METHOD_locate74].setDisplayName ( "" );
 592  0
             methods[METHOD_location75] = new MethodDescriptor(java.awt.Component.class.getMethod("location", new Class[] {})); // NOI18N
 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})); // NOI18N
 595  0
             methods[METHOD_lostFocus76].setDisplayName ( "" );
 596  0
             methods[METHOD_minimumSize77] = new MethodDescriptor(java.awt.Container.class.getMethod("minimumSize", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 611  0
             methods[METHOD_move84].setDisplayName ( "" );
 612  0
             methods[METHOD_nextFocus85] = new MethodDescriptor(java.awt.Component.class.getMethod("nextFocus", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 625  0
             methods[METHOD_postEvent91].setDisplayName ( "" );
 626  0
             methods[METHOD_preferredSize92] = new MethodDescriptor(java.awt.Container.class.getMethod("preferredSize", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 645  0
             methods[METHOD_remove101].setDisplayName ( "" );
 646  0
             methods[METHOD_remove102] = new MethodDescriptor(java.awt.Container.class.getMethod("remove", new Class[] {int.class})); // NOI18N
 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})); // NOI18N
 649  0
             methods[METHOD_remove103].setDisplayName ( "" );
 650  0
             methods[METHOD_removeAll104] = new MethodDescriptor(java.awt.Container.class.getMethod("removeAll", new Class[] {})); // NOI18N
 651  0
             methods[METHOD_removeAll104].setDisplayName ( "" );
 652  0
             methods[METHOD_removeNotify105] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("removeNotify", new Class[] {})); // NOI18N
 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})); // NOI18N
 655  0
             methods[METHOD_removePropertyChangeListener106].setDisplayName ( "" );
 656  0
             methods[METHOD_repaint107] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {})); // NOI18N
 657  0
             methods[METHOD_repaint107].setDisplayName ( "" );
 658  0
             methods[METHOD_repaint108] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {long.class})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 665  0
             methods[METHOD_repaint111].setDisplayName ( "" );
 666  0
             methods[METHOD_requestDefaultFocus112] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestDefaultFocus", new Class[] {})); // NOI18N
 667  0
             methods[METHOD_requestDefaultFocus112].setDisplayName ( "" );
 668  0
             methods[METHOD_requestFocus113] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {})); // NOI18N
 669  0
             methods[METHOD_requestFocus113].setDisplayName ( "" );
 670  0
             methods[METHOD_requestFocus114] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {boolean.class})); // NOI18N
 671  0
             methods[METHOD_requestFocus114].setDisplayName ( "" );
 672  0
             methods[METHOD_requestFocusInWindow115] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocusInWindow", new Class[] {})); // NOI18N
 673  0
             methods[METHOD_requestFocusInWindow115].setDisplayName ( "" );
 674  0
             methods[METHOD_resetKeyboardActions116] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("resetKeyboardActions", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 681  0
             methods[METHOD_resize119].setDisplayName ( "" );
 682  0
             methods[METHOD_revalidate120] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("revalidate", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 691  0
             methods[METHOD_setDefaultLocale124].setDisplayName ( "" );
 692  0
             methods[METHOD_show125] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {})); // NOI18N
 693  0
             methods[METHOD_show125].setDisplayName ( "" );
 694  0
             methods[METHOD_show126] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {boolean.class})); // NOI18N
 695  0
             methods[METHOD_show126].setDisplayName ( "" );
 696  0
             methods[METHOD_size127] = new MethodDescriptor(java.awt.Component.class.getMethod("size", new Class[] {})); // NOI18N
 697  0
             methods[METHOD_size127].setDisplayName ( "" );
 698  0
             methods[METHOD_toString128] = new MethodDescriptor(java.awt.Component.class.getMethod("toString", new Class[] {})); // NOI18N
 699  0
             methods[METHOD_toString128].setDisplayName ( "" );
 700  0
             methods[METHOD_transferFocus129] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocus", new Class[] {})); // NOI18N
 701  0
             methods[METHOD_transferFocus129].setDisplayName ( "" );
 702  0
             methods[METHOD_transferFocusBackward130] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusBackward", new Class[] {})); // NOI18N
 703  0
             methods[METHOD_transferFocusBackward130].setDisplayName ( "" );
 704  0
             methods[METHOD_transferFocusDownCycle131] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusDownCycle", new Class[] {})); // NOI18N
 705  0
             methods[METHOD_transferFocusDownCycle131].setDisplayName ( "" );
 706  0
             methods[METHOD_transferFocusUpCycle132] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocusUpCycle", new Class[] {})); // NOI18N
 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})); // NOI18N
 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})); // NOI18N
 711  0
             methods[METHOD_update134].setDisplayName ( "" );
 712  0
             methods[METHOD_updateUI135] = new MethodDescriptor(javax.swing.JPanel.class.getMethod("updateUI", new Class[] {})); // NOI18N
 713  0
             methods[METHOD_updateUI135].setDisplayName ( "" );
 714  0
             methods[METHOD_validate136] = new MethodDescriptor(java.awt.Container.class.getMethod("validate", new Class[] {})); // NOI18N
 715  0
             methods[METHOD_validate136].setDisplayName ( "" );
 716  
         }
 717  0
         catch( Exception e) {}//GEN-HEADEREND:Methods
 718  
 
 719  
         // Here you can add code for customizing the methods array.
 720  
 
 721  0
         return methods;     }//GEN-LAST:Methods
 722  0
     private static java.awt.Image iconColor16 = null;//GEN-BEGIN:IconsDef
 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;//GEN-END:IconsDef
 726  0
     private static String iconNameC16 = "/icons/zoom16.gif";//GEN-BEGIN:Icons
 727  0
     private static String iconNameC32 = "/icons/zoom24.gif";
 728  0
     private static String iconNameM16 = null;
 729  0
     private static String iconNameM32 = null;//GEN-END:Icons
 730  
     private static final int defaultPropertyIndex = -1;//GEN-BEGIN:Idx
 731  
     private static final int defaultEventIndex = -1;//GEN-END:Idx
 732  
 
 733  
 //GEN-FIRST:Superclass
 734  
     // Here you can add code for customizing the Superclass BeanInfo.
 735  
 //GEN-LAST:Superclass
 736  
     /**
 737  
      * Gets the bean's
 738  
      * <code>BeanDescriptor</code>s.
 739  
      *
 740  
      * @return BeanDescriptor describing the editable properties of this bean.
 741  
      * May return null if the information should be obtained by automatic
 742  
      * analysis.
 743  
      */
 744  
     @Override
 745  
     public BeanDescriptor getBeanDescriptor() {
 746  0
         return getBdescriptor();
 747  
     }
 748  
 
 749  
     /**
 750  
      * Gets the bean's
 751  
      * <code>PropertyDescriptor</code>s.
 752  
      *
 753  
      * @return An array of PropertyDescriptors describing the editable
 754  
      * properties supported by this bean. May return null if the information
 755  
      * should be obtained by automatic analysis. <p> If a property is indexed,
 756  
      * then its entry in the result array will belong to the
 757  
      * IndexedPropertyDescriptor subclass of PropertyDescriptor. A client of
 758  
      * getPropertyDescriptors can use "instanceof" to check if a given
 759  
      * PropertyDescriptor is an IndexedPropertyDescriptor.
 760  
      */
 761  
     @Override
 762  
     public PropertyDescriptor[] getPropertyDescriptors() {
 763  0
         return getPdescriptor();
 764  
     }
 765  
 
 766  
     /**
 767  
      * Gets the bean's
 768  
      * <code>EventSetDescriptor</code>s.
 769  
      *
 770  
      * @return An array of EventSetDescriptors describing the kinds of events
 771  
      * fired by this bean. May return null if the information should be obtained
 772  
      * by automatic analysis.
 773  
      */
 774  
     @Override
 775  
     public EventSetDescriptor[] getEventSetDescriptors() {
 776  0
         return getEdescriptor();
 777  
     }
 778  
 
 779  
     /**
 780  
      * Gets the bean's
 781  
      * <code>MethodDescriptor</code>s.
 782  
      *
 783  
      * @return An array of MethodDescriptors describing the methods implemented
 784  
      * by this bean. May return null if the information should be obtained by
 785  
      * automatic analysis.
 786  
      */
 787  
     @Override
 788  
     public MethodDescriptor[] getMethodDescriptors() {
 789  0
         return getMdescriptor();
 790  
     }
 791  
 
 792  
     /**
 793  
      * A bean may have a "default" property that is the property that will
 794  
      * mostly commonly be initially chosen for update by human's who are
 795  
      * customizing the bean.
 796  
      *
 797  
      * @return Index of default property in the PropertyDescriptor array
 798  
      * returned by getPropertyDescriptors. <P>        Returns -1 if there is no default
 799  
      * property.
 800  
      */
 801  
     @Override
 802  
     public int getDefaultPropertyIndex() {
 803  0
         return defaultPropertyIndex;
 804  
     }
 805  
 
 806  
     /**
 807  
      * A bean may have a "default" event that is the event that will mostly
 808  
      * commonly be used by human's when using the bean.
 809  
      *
 810  
      * @return Index of default event in the EventSetDescriptor array returned
 811  
      * by getEventSetDescriptors. <P>        Returns -1 if there is no default event.
 812  
      */
 813  
     @Override
 814  
     public int getDefaultEventIndex() {
 815  0
         return defaultEventIndex;
 816  
     }
 817  
 
 818  
     /**
 819  
      * This method returns an image object that can be used to represent the
 820  
      * bean in toolboxes, toolbars, etc. Icon images will typically be GIFs, but
 821  
      * may in future include other formats. <p> Beans aren't required to provide
 822  
      * icons and may return null from this method. <p> There are four possible
 823  
      * flavors of icons (16x16 color, 32x32 color, 16x16 mono, 32x32 mono). If a
 824  
      * bean choses to only support a single icon we recommend supporting 16x16
 825  
      * color. <p> We recommend that icons have a "transparent" background so
 826  
      * they can be rendered onto an existing background.
 827  
      *
 828  
      * @param iconKind The kind of icon requested. This should be one of the
 829  
      * constant values ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, or
 830  
      * ICON_MONO_32x32.
 831  
      * @return An image object representing the requested icon. May return null
 832  
      * if no suitable icon is available.
 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  
 }