Coverage Report - net.sf.webphotos.gui.component.PainelFotoBeanInfo
 
Classes in this File Line Coverage Branch Coverage Complexity
PainelFotoBeanInfo
0%
0/451
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 PainelFotoBeanInfo 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.PainelFoto.class , null ); // NOI18N//GEN-HEADEREND:BeanDescriptor
 30  
 
 31  
         // Here you can add code for customizing the BeanDescriptor.
 32  
 
 33  0
         return beanDescriptor;     }//GEN-LAST:BeanDescriptor
 34  
     // Property identifiers//GEN-FIRST:Properties
 35  
     private static final int PROPERTY_accessibleContext = 0;
 36  
     private static final int PROPERTY_actionMap = 1;
 37  
     private static final int PROPERTY_alignmentX = 2;
 38  
     private static final int PROPERTY_alignmentY = 3;
 39  
     private static final int PROPERTY_ancestorListeners = 4;
 40  
     private static final int PROPERTY_autoscrolls = 5;
 41  
     private static final int PROPERTY_background = 6;
 42  
     private static final int PROPERTY_backgroundSet = 7;
 43  
     private static final int PROPERTY_baselineResizeBehavior = 8;
 44  
     private static final int PROPERTY_border = 9;
 45  
     private static final int PROPERTY_bounds = 10;
 46  
     private static final int PROPERTY_colorModel = 11;
 47  
     private static final int PROPERTY_component = 12;
 48  
     private static final int PROPERTY_componentCount = 13;
 49  
     private static final int PROPERTY_componentListeners = 14;
 50  
     private static final int PROPERTY_componentOrientation = 15;
 51  
     private static final int PROPERTY_componentPopupMenu = 16;
 52  
     private static final int PROPERTY_components = 17;
 53  
     private static final int PROPERTY_containerListeners = 18;
 54  
     private static final int PROPERTY_cursor = 19;
 55  
     private static final int PROPERTY_cursorSet = 20;
 56  
     private static final int PROPERTY_debugGraphicsOptions = 21;
 57  
     private static final int PROPERTY_displayable = 22;
 58  
     private static final int PROPERTY_doubleBuffered = 23;
 59  
     private static final int PROPERTY_dropTarget = 24;
 60  
     private static final int PROPERTY_enabled = 25;
 61  
     private static final int PROPERTY_focusable = 26;
 62  
     private static final int PROPERTY_focusCycleRoot = 27;
 63  
     private static final int PROPERTY_focusCycleRootAncestor = 28;
 64  
     private static final int PROPERTY_focusListeners = 29;
 65  
     private static final int PROPERTY_focusOwner = 30;
 66  
     private static final int PROPERTY_focusTraversable = 31;
 67  
     private static final int PROPERTY_focusTraversalKeys = 32;
 68  
     private static final int PROPERTY_focusTraversalKeysEnabled = 33;
 69  
     private static final int PROPERTY_focusTraversalPolicy = 34;
 70  
     private static final int PROPERTY_focusTraversalPolicyProvider = 35;
 71  
     private static final int PROPERTY_focusTraversalPolicySet = 36;
 72  
     private static final int PROPERTY_font = 37;
 73  
     private static final int PROPERTY_fontSet = 38;
 74  
     private static final int PROPERTY_foreground = 39;
 75  
     private static final int PROPERTY_foregroundSet = 40;
 76  
     private static final int PROPERTY_foto = 41;
 77  
     private static final int PROPERTY_graphics = 42;
 78  
     private static final int PROPERTY_graphicsConfiguration = 43;
 79  
     private static final int PROPERTY_height = 44;
 80  
     private static final int PROPERTY_hierarchyBoundsListeners = 45;
 81  
     private static final int PROPERTY_hierarchyListeners = 46;
 82  
     private static final int PROPERTY_ignoreRepaint = 47;
 83  
     private static final int PROPERTY_inheritsPopupMenu = 48;
 84  
     private static final int PROPERTY_inputContext = 49;
 85  
     private static final int PROPERTY_inputMap = 50;
 86  
     private static final int PROPERTY_inputMethodListeners = 51;
 87  
     private static final int PROPERTY_inputMethodRequests = 52;
 88  
     private static final int PROPERTY_inputVerifier = 53;
 89  
     private static final int PROPERTY_insets = 54;
 90  
     private static final int PROPERTY_keyListeners = 55;
 91  
     private static final int PROPERTY_layout = 56;
 92  
     private static final int PROPERTY_lblFotoInfo = 57;
 93  
     private static final int PROPERTY_lightweight = 58;
 94  
     private static final int PROPERTY_locale = 59;
 95  
     private static final int PROPERTY_location = 60;
 96  
     private static final int PROPERTY_locationOnScreen = 61;
 97  
     private static final int PROPERTY_managingFocus = 62;
 98  
     private static final int PROPERTY_maximumSize = 63;
 99  
     private static final int PROPERTY_maximumSizeSet = 64;
 100  
     private static final int PROPERTY_minimumSize = 65;
 101  
     private static final int PROPERTY_minimumSizeSet = 66;
 102  
     private static final int PROPERTY_mouseListeners = 67;
 103  
     private static final int PROPERTY_mouseMotionListeners = 68;
 104  
     private static final int PROPERTY_mousePosition = 69;
 105  
     private static final int PROPERTY_mouseWheelListeners = 70;
 106  
     private static final int PROPERTY_name = 71;
 107  
     private static final int PROPERTY_nextFocusableComponent = 72;
 108  
     private static final int PROPERTY_nomeArquivo = 73;
 109  
     private static final int PROPERTY_opaque = 74;
 110  
     private static final int PROPERTY_optimizedDrawingEnabled = 75;
 111  
     private static final int PROPERTY_paintingForPrint = 76;
 112  
     private static final int PROPERTY_paintingTile = 77;
 113  
     private static final int PROPERTY_parent = 78;
 114  
     private static final int PROPERTY_peer = 79;
 115  
     private static final int PROPERTY_preferredSize = 80;
 116  
     private static final int PROPERTY_preferredSizeSet = 81;
 117  
     private static final int PROPERTY_propertyChangeListeners = 82;
 118  
     private static final int PROPERTY_registeredKeyStrokes = 83;
 119  
     private static final int PROPERTY_requestFocusEnabled = 84;
 120  
     private static final int PROPERTY_rootPane = 85;
 121  
     private static final int PROPERTY_showing = 86;
 122  
     private static final int PROPERTY_size = 87;
 123  
     private static final int PROPERTY_toolkit = 88;
 124  
     private static final int PROPERTY_toolTipText = 89;
 125  
     private static final int PROPERTY_topLevelAncestor = 90;
 126  
     private static final int PROPERTY_transferHandler = 91;
 127  
     private static final int PROPERTY_treeLock = 92;
 128  
     private static final int PROPERTY_UI = 93;
 129  
     private static final int PROPERTY_UIClassID = 94;
 130  
     private static final int PROPERTY_valid = 95;
 131  
     private static final int PROPERTY_validateRoot = 96;
 132  
     private static final int PROPERTY_verifyInputWhenFocusTarget = 97;
 133  
     private static final int PROPERTY_vetoableChangeListeners = 98;
 134  
     private static final int PROPERTY_visible = 99;
 135  
     private static final int PROPERTY_visibleRect = 100;
 136  
     private static final int PROPERTY_width = 101;
 137  
     private static final int PROPERTY_x = 102;
 138  
     private static final int PROPERTY_y = 103;
 139  
 
 140  
     // Property array 
 141  
     /*lazy PropertyDescriptor*/
 142  
     private static PropertyDescriptor[] getPdescriptor(){
 143  0
         PropertyDescriptor[] properties = new PropertyDescriptor[104];
 144  
     
 145  
         try {
 146  0
             properties[PROPERTY_accessibleContext] = new PropertyDescriptor ( "accessibleContext", net.sf.webphotos.gui.component.PainelFoto.class, "getAccessibleContext", null ); // NOI18N
 147  0
             properties[PROPERTY_actionMap] = new PropertyDescriptor ( "actionMap", net.sf.webphotos.gui.component.PainelFoto.class, "getActionMap", "setActionMap" ); // NOI18N
 148  0
             properties[PROPERTY_alignmentX] = new PropertyDescriptor ( "alignmentX", net.sf.webphotos.gui.component.PainelFoto.class, "getAlignmentX", "setAlignmentX" ); // NOI18N
 149  0
             properties[PROPERTY_alignmentY] = new PropertyDescriptor ( "alignmentY", net.sf.webphotos.gui.component.PainelFoto.class, "getAlignmentY", "setAlignmentY" ); // NOI18N
 150  0
             properties[PROPERTY_ancestorListeners] = new PropertyDescriptor ( "ancestorListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getAncestorListeners", null ); // NOI18N
 151  0
             properties[PROPERTY_autoscrolls] = new PropertyDescriptor ( "autoscrolls", net.sf.webphotos.gui.component.PainelFoto.class, "getAutoscrolls", "setAutoscrolls" ); // NOI18N
 152  0
             properties[PROPERTY_background] = new PropertyDescriptor ( "background", net.sf.webphotos.gui.component.PainelFoto.class, "getBackground", "setBackground" ); // NOI18N
 153  0
             properties[PROPERTY_backgroundSet] = new PropertyDescriptor ( "backgroundSet", net.sf.webphotos.gui.component.PainelFoto.class, "isBackgroundSet", null ); // NOI18N
 154  0
             properties[PROPERTY_baselineResizeBehavior] = new PropertyDescriptor ( "baselineResizeBehavior", net.sf.webphotos.gui.component.PainelFoto.class, "getBaselineResizeBehavior", null ); // NOI18N
 155  0
             properties[PROPERTY_border] = new PropertyDescriptor ( "border", net.sf.webphotos.gui.component.PainelFoto.class, "getBorder", "setBorder" ); // NOI18N
 156  0
             properties[PROPERTY_bounds] = new PropertyDescriptor ( "bounds", net.sf.webphotos.gui.component.PainelFoto.class, "getBounds", "setBounds" ); // NOI18N
 157  0
             properties[PROPERTY_colorModel] = new PropertyDescriptor ( "colorModel", net.sf.webphotos.gui.component.PainelFoto.class, "getColorModel", null ); // NOI18N
 158  0
             properties[PROPERTY_component] = new IndexedPropertyDescriptor ( "component", net.sf.webphotos.gui.component.PainelFoto.class, null, null, "getComponent", null ); // NOI18N
 159  0
             properties[PROPERTY_componentCount] = new PropertyDescriptor ( "componentCount", net.sf.webphotos.gui.component.PainelFoto.class, "getComponentCount", null ); // NOI18N
 160  0
             properties[PROPERTY_componentListeners] = new PropertyDescriptor ( "componentListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getComponentListeners", null ); // NOI18N
 161  0
             properties[PROPERTY_componentOrientation] = new PropertyDescriptor ( "componentOrientation", net.sf.webphotos.gui.component.PainelFoto.class, "getComponentOrientation", "setComponentOrientation" ); // NOI18N
 162  0
             properties[PROPERTY_componentPopupMenu] = new PropertyDescriptor ( "componentPopupMenu", net.sf.webphotos.gui.component.PainelFoto.class, "getComponentPopupMenu", "setComponentPopupMenu" ); // NOI18N
 163  0
             properties[PROPERTY_components] = new PropertyDescriptor ( "components", net.sf.webphotos.gui.component.PainelFoto.class, "getComponents", null ); // NOI18N
 164  0
             properties[PROPERTY_containerListeners] = new PropertyDescriptor ( "containerListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getContainerListeners", null ); // NOI18N
 165  0
             properties[PROPERTY_cursor] = new PropertyDescriptor ( "cursor", net.sf.webphotos.gui.component.PainelFoto.class, "getCursor", "setCursor" ); // NOI18N
 166  0
             properties[PROPERTY_cursorSet] = new PropertyDescriptor ( "cursorSet", net.sf.webphotos.gui.component.PainelFoto.class, "isCursorSet", null ); // NOI18N
 167  0
             properties[PROPERTY_debugGraphicsOptions] = new PropertyDescriptor ( "debugGraphicsOptions", net.sf.webphotos.gui.component.PainelFoto.class, "getDebugGraphicsOptions", "setDebugGraphicsOptions" ); // NOI18N
 168  0
             properties[PROPERTY_displayable] = new PropertyDescriptor ( "displayable", net.sf.webphotos.gui.component.PainelFoto.class, "isDisplayable", null ); // NOI18N
 169  0
             properties[PROPERTY_doubleBuffered] = new PropertyDescriptor ( "doubleBuffered", net.sf.webphotos.gui.component.PainelFoto.class, "isDoubleBuffered", "setDoubleBuffered" ); // NOI18N
 170  0
             properties[PROPERTY_dropTarget] = new PropertyDescriptor ( "dropTarget", net.sf.webphotos.gui.component.PainelFoto.class, "getDropTarget", "setDropTarget" ); // NOI18N
 171  0
             properties[PROPERTY_enabled] = new PropertyDescriptor ( "enabled", net.sf.webphotos.gui.component.PainelFoto.class, "isEnabled", "setEnabled" ); // NOI18N
 172  0
             properties[PROPERTY_focusable] = new PropertyDescriptor ( "focusable", net.sf.webphotos.gui.component.PainelFoto.class, "isFocusable", "setFocusable" ); // NOI18N
 173  0
             properties[PROPERTY_focusCycleRoot] = new PropertyDescriptor ( "focusCycleRoot", net.sf.webphotos.gui.component.PainelFoto.class, "isFocusCycleRoot", "setFocusCycleRoot" ); // NOI18N
 174  0
             properties[PROPERTY_focusCycleRootAncestor] = new PropertyDescriptor ( "focusCycleRootAncestor", net.sf.webphotos.gui.component.PainelFoto.class, "getFocusCycleRootAncestor", null ); // NOI18N
 175  0
             properties[PROPERTY_focusListeners] = new PropertyDescriptor ( "focusListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getFocusListeners", null ); // NOI18N
 176  0
             properties[PROPERTY_focusOwner] = new PropertyDescriptor ( "focusOwner", net.sf.webphotos.gui.component.PainelFoto.class, "isFocusOwner", null ); // NOI18N
 177  0
             properties[PROPERTY_focusTraversable] = new PropertyDescriptor ( "focusTraversable", net.sf.webphotos.gui.component.PainelFoto.class, "isFocusTraversable", null ); // NOI18N
 178  0
             properties[PROPERTY_focusTraversalKeys] = new IndexedPropertyDescriptor ( "focusTraversalKeys", net.sf.webphotos.gui.component.PainelFoto.class, null, null, null, "setFocusTraversalKeys" ); // NOI18N
 179  0
             properties[PROPERTY_focusTraversalKeysEnabled] = new PropertyDescriptor ( "focusTraversalKeysEnabled", net.sf.webphotos.gui.component.PainelFoto.class, "getFocusTraversalKeysEnabled", "setFocusTraversalKeysEnabled" ); // NOI18N
 180  0
             properties[PROPERTY_focusTraversalPolicy] = new PropertyDescriptor ( "focusTraversalPolicy", net.sf.webphotos.gui.component.PainelFoto.class, "getFocusTraversalPolicy", "setFocusTraversalPolicy" ); // NOI18N
 181  0
             properties[PROPERTY_focusTraversalPolicyProvider] = new PropertyDescriptor ( "focusTraversalPolicyProvider", net.sf.webphotos.gui.component.PainelFoto.class, "isFocusTraversalPolicyProvider", "setFocusTraversalPolicyProvider" ); // NOI18N
 182  0
             properties[PROPERTY_focusTraversalPolicySet] = new PropertyDescriptor ( "focusTraversalPolicySet", net.sf.webphotos.gui.component.PainelFoto.class, "isFocusTraversalPolicySet", null ); // NOI18N
 183  0
             properties[PROPERTY_font] = new PropertyDescriptor ( "font", net.sf.webphotos.gui.component.PainelFoto.class, "getFont", "setFont" ); // NOI18N
 184  0
             properties[PROPERTY_fontSet] = new PropertyDescriptor ( "fontSet", net.sf.webphotos.gui.component.PainelFoto.class, "isFontSet", null ); // NOI18N
 185  0
             properties[PROPERTY_foreground] = new PropertyDescriptor ( "foreground", net.sf.webphotos.gui.component.PainelFoto.class, "getForeground", "setForeground" ); // NOI18N
 186  0
             properties[PROPERTY_foregroundSet] = new PropertyDescriptor ( "foregroundSet", net.sf.webphotos.gui.component.PainelFoto.class, "isForegroundSet", null ); // NOI18N
 187  0
             properties[PROPERTY_foto] = new PropertyDescriptor ( "foto", net.sf.webphotos.gui.component.PainelFoto.class, "getFoto", "setFoto" ); // NOI18N
 188  0
             properties[PROPERTY_graphics] = new PropertyDescriptor ( "graphics", net.sf.webphotos.gui.component.PainelFoto.class, "getGraphics", null ); // NOI18N
 189  0
             properties[PROPERTY_graphicsConfiguration] = new PropertyDescriptor ( "graphicsConfiguration", net.sf.webphotos.gui.component.PainelFoto.class, "getGraphicsConfiguration", null ); // NOI18N
 190  0
             properties[PROPERTY_height] = new PropertyDescriptor ( "height", net.sf.webphotos.gui.component.PainelFoto.class, "getHeight", null ); // NOI18N
 191  0
             properties[PROPERTY_hierarchyBoundsListeners] = new PropertyDescriptor ( "hierarchyBoundsListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getHierarchyBoundsListeners", null ); // NOI18N
 192  0
             properties[PROPERTY_hierarchyListeners] = new PropertyDescriptor ( "hierarchyListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getHierarchyListeners", null ); // NOI18N
 193  0
             properties[PROPERTY_ignoreRepaint] = new PropertyDescriptor ( "ignoreRepaint", net.sf.webphotos.gui.component.PainelFoto.class, "getIgnoreRepaint", "setIgnoreRepaint" ); // NOI18N
 194  0
             properties[PROPERTY_inheritsPopupMenu] = new PropertyDescriptor ( "inheritsPopupMenu", net.sf.webphotos.gui.component.PainelFoto.class, "getInheritsPopupMenu", "setInheritsPopupMenu" ); // NOI18N
 195  0
             properties[PROPERTY_inputContext] = new PropertyDescriptor ( "inputContext", net.sf.webphotos.gui.component.PainelFoto.class, "getInputContext", null ); // NOI18N
 196  0
             properties[PROPERTY_inputMap] = new PropertyDescriptor ( "inputMap", net.sf.webphotos.gui.component.PainelFoto.class, "getInputMap", null ); // NOI18N
 197  0
             properties[PROPERTY_inputMethodListeners] = new PropertyDescriptor ( "inputMethodListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getInputMethodListeners", null ); // NOI18N
 198  0
             properties[PROPERTY_inputMethodRequests] = new PropertyDescriptor ( "inputMethodRequests", net.sf.webphotos.gui.component.PainelFoto.class, "getInputMethodRequests", null ); // NOI18N
 199  0
             properties[PROPERTY_inputVerifier] = new PropertyDescriptor ( "inputVerifier", net.sf.webphotos.gui.component.PainelFoto.class, "getInputVerifier", "setInputVerifier" ); // NOI18N
 200  0
             properties[PROPERTY_insets] = new PropertyDescriptor ( "insets", net.sf.webphotos.gui.component.PainelFoto.class, "getInsets", null ); // NOI18N
 201  0
             properties[PROPERTY_keyListeners] = new PropertyDescriptor ( "keyListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getKeyListeners", null ); // NOI18N
 202  0
             properties[PROPERTY_layout] = new PropertyDescriptor ( "layout", net.sf.webphotos.gui.component.PainelFoto.class, "getLayout", "setLayout" ); // NOI18N
 203  0
             properties[PROPERTY_lblFotoInfo] = new PropertyDescriptor ( "lblFotoInfo", net.sf.webphotos.gui.component.PainelFoto.class, "getLblFotoInfo", "setLblFotoInfo" ); // NOI18N
 204  0
             properties[PROPERTY_lightweight] = new PropertyDescriptor ( "lightweight", net.sf.webphotos.gui.component.PainelFoto.class, "isLightweight", null ); // NOI18N
 205  0
             properties[PROPERTY_locale] = new PropertyDescriptor ( "locale", net.sf.webphotos.gui.component.PainelFoto.class, "getLocale", "setLocale" ); // NOI18N
 206  0
             properties[PROPERTY_location] = new PropertyDescriptor ( "location", net.sf.webphotos.gui.component.PainelFoto.class, "getLocation", "setLocation" ); // NOI18N
 207  0
             properties[PROPERTY_locationOnScreen] = new PropertyDescriptor ( "locationOnScreen", net.sf.webphotos.gui.component.PainelFoto.class, "getLocationOnScreen", null ); // NOI18N
 208  0
             properties[PROPERTY_managingFocus] = new PropertyDescriptor ( "managingFocus", net.sf.webphotos.gui.component.PainelFoto.class, "isManagingFocus", null ); // NOI18N
 209  0
             properties[PROPERTY_maximumSize] = new PropertyDescriptor ( "maximumSize", net.sf.webphotos.gui.component.PainelFoto.class, "getMaximumSize", "setMaximumSize" ); // NOI18N
 210  0
             properties[PROPERTY_maximumSizeSet] = new PropertyDescriptor ( "maximumSizeSet", net.sf.webphotos.gui.component.PainelFoto.class, "isMaximumSizeSet", null ); // NOI18N
 211  0
             properties[PROPERTY_minimumSize] = new PropertyDescriptor ( "minimumSize", net.sf.webphotos.gui.component.PainelFoto.class, "getMinimumSize", "setMinimumSize" ); // NOI18N
 212  0
             properties[PROPERTY_minimumSizeSet] = new PropertyDescriptor ( "minimumSizeSet", net.sf.webphotos.gui.component.PainelFoto.class, "isMinimumSizeSet", null ); // NOI18N
 213  0
             properties[PROPERTY_mouseListeners] = new PropertyDescriptor ( "mouseListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getMouseListeners", null ); // NOI18N
 214  0
             properties[PROPERTY_mouseMotionListeners] = new PropertyDescriptor ( "mouseMotionListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getMouseMotionListeners", null ); // NOI18N
 215  0
             properties[PROPERTY_mousePosition] = new PropertyDescriptor ( "mousePosition", net.sf.webphotos.gui.component.PainelFoto.class, "getMousePosition", null ); // NOI18N
 216  0
             properties[PROPERTY_mouseWheelListeners] = new PropertyDescriptor ( "mouseWheelListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getMouseWheelListeners", null ); // NOI18N
 217  0
             properties[PROPERTY_name] = new PropertyDescriptor ( "name", net.sf.webphotos.gui.component.PainelFoto.class, "getName", "setName" ); // NOI18N
 218  0
             properties[PROPERTY_nextFocusableComponent] = new PropertyDescriptor ( "nextFocusableComponent", net.sf.webphotos.gui.component.PainelFoto.class, "getNextFocusableComponent", "setNextFocusableComponent" ); // NOI18N
 219  0
             properties[PROPERTY_nomeArquivo] = new PropertyDescriptor ( "nomeArquivo", net.sf.webphotos.gui.component.PainelFoto.class, "getNomeArquivo", "setNomeArquivo" ); // NOI18N
 220  0
             properties[PROPERTY_opaque] = new PropertyDescriptor ( "opaque", net.sf.webphotos.gui.component.PainelFoto.class, "isOpaque", "setOpaque" ); // NOI18N
 221  0
             properties[PROPERTY_optimizedDrawingEnabled] = new PropertyDescriptor ( "optimizedDrawingEnabled", net.sf.webphotos.gui.component.PainelFoto.class, "isOptimizedDrawingEnabled", null ); // NOI18N
 222  0
             properties[PROPERTY_paintingForPrint] = new PropertyDescriptor ( "paintingForPrint", net.sf.webphotos.gui.component.PainelFoto.class, "isPaintingForPrint", null ); // NOI18N
 223  0
             properties[PROPERTY_paintingTile] = new PropertyDescriptor ( "paintingTile", net.sf.webphotos.gui.component.PainelFoto.class, "isPaintingTile", null ); // NOI18N
 224  0
             properties[PROPERTY_parent] = new PropertyDescriptor ( "parent", net.sf.webphotos.gui.component.PainelFoto.class, "getParent", null ); // NOI18N
 225  0
             properties[PROPERTY_peer] = new PropertyDescriptor ( "peer", net.sf.webphotos.gui.component.PainelFoto.class, "getPeer", null ); // NOI18N
 226  0
             properties[PROPERTY_preferredSize] = new PropertyDescriptor ( "preferredSize", net.sf.webphotos.gui.component.PainelFoto.class, "getPreferredSize", "setPreferredSize" ); // NOI18N
 227  0
             properties[PROPERTY_preferredSizeSet] = new PropertyDescriptor ( "preferredSizeSet", net.sf.webphotos.gui.component.PainelFoto.class, "isPreferredSizeSet", null ); // NOI18N
 228  0
             properties[PROPERTY_propertyChangeListeners] = new PropertyDescriptor ( "propertyChangeListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getPropertyChangeListeners", null ); // NOI18N
 229  0
             properties[PROPERTY_registeredKeyStrokes] = new PropertyDescriptor ( "registeredKeyStrokes", net.sf.webphotos.gui.component.PainelFoto.class, "getRegisteredKeyStrokes", null ); // NOI18N
 230  0
             properties[PROPERTY_requestFocusEnabled] = new PropertyDescriptor ( "requestFocusEnabled", net.sf.webphotos.gui.component.PainelFoto.class, "isRequestFocusEnabled", "setRequestFocusEnabled" ); // NOI18N
 231  0
             properties[PROPERTY_rootPane] = new PropertyDescriptor ( "rootPane", net.sf.webphotos.gui.component.PainelFoto.class, "getRootPane", null ); // NOI18N
 232  0
             properties[PROPERTY_showing] = new PropertyDescriptor ( "showing", net.sf.webphotos.gui.component.PainelFoto.class, "isShowing", null ); // NOI18N
 233  0
             properties[PROPERTY_size] = new PropertyDescriptor ( "size", net.sf.webphotos.gui.component.PainelFoto.class, "getSize", "setSize" ); // NOI18N
 234  0
             properties[PROPERTY_toolkit] = new PropertyDescriptor ( "toolkit", net.sf.webphotos.gui.component.PainelFoto.class, "getToolkit", null ); // NOI18N
 235  0
             properties[PROPERTY_toolTipText] = new PropertyDescriptor ( "toolTipText", net.sf.webphotos.gui.component.PainelFoto.class, "getToolTipText", "setToolTipText" ); // NOI18N
 236  0
             properties[PROPERTY_topLevelAncestor] = new PropertyDescriptor ( "topLevelAncestor", net.sf.webphotos.gui.component.PainelFoto.class, "getTopLevelAncestor", null ); // NOI18N
 237  0
             properties[PROPERTY_transferHandler] = new PropertyDescriptor ( "transferHandler", net.sf.webphotos.gui.component.PainelFoto.class, "getTransferHandler", "setTransferHandler" ); // NOI18N
 238  0
             properties[PROPERTY_treeLock] = new PropertyDescriptor ( "treeLock", net.sf.webphotos.gui.component.PainelFoto.class, "getTreeLock", null ); // NOI18N
 239  0
             properties[PROPERTY_UI] = new PropertyDescriptor ( "UI", net.sf.webphotos.gui.component.PainelFoto.class, "getUI", "setUI" ); // NOI18N
 240  0
             properties[PROPERTY_UIClassID] = new PropertyDescriptor ( "UIClassID", net.sf.webphotos.gui.component.PainelFoto.class, "getUIClassID", null ); // NOI18N
 241  0
             properties[PROPERTY_valid] = new PropertyDescriptor ( "valid", net.sf.webphotos.gui.component.PainelFoto.class, "isValid", null ); // NOI18N
 242  0
             properties[PROPERTY_validateRoot] = new PropertyDescriptor ( "validateRoot", net.sf.webphotos.gui.component.PainelFoto.class, "isValidateRoot", null ); // NOI18N
 243  0
             properties[PROPERTY_verifyInputWhenFocusTarget] = new PropertyDescriptor ( "verifyInputWhenFocusTarget", net.sf.webphotos.gui.component.PainelFoto.class, "getVerifyInputWhenFocusTarget", "setVerifyInputWhenFocusTarget" ); // NOI18N
 244  0
             properties[PROPERTY_vetoableChangeListeners] = new PropertyDescriptor ( "vetoableChangeListeners", net.sf.webphotos.gui.component.PainelFoto.class, "getVetoableChangeListeners", null ); // NOI18N
 245  0
             properties[PROPERTY_visible] = new PropertyDescriptor ( "visible", net.sf.webphotos.gui.component.PainelFoto.class, "isVisible", "setVisible" ); // NOI18N
 246  0
             properties[PROPERTY_visibleRect] = new PropertyDescriptor ( "visibleRect", net.sf.webphotos.gui.component.PainelFoto.class, "getVisibleRect", null ); // NOI18N
 247  0
             properties[PROPERTY_width] = new PropertyDescriptor ( "width", net.sf.webphotos.gui.component.PainelFoto.class, "getWidth", null ); // NOI18N
 248  0
             properties[PROPERTY_x] = new PropertyDescriptor ( "x", net.sf.webphotos.gui.component.PainelFoto.class, "getX", null ); // NOI18N
 249  0
             properties[PROPERTY_y] = new PropertyDescriptor ( "y", net.sf.webphotos.gui.component.PainelFoto.class, "getY", null ); // NOI18N
 250  
         }
 251  0
         catch(IntrospectionException e) {
 252  0
             e.printStackTrace();
 253  0
         }//GEN-HEADEREND:Properties
 254  
 
 255  
         // Here you can add code for customizing the properties array.
 256  
 
 257  0
         return properties;     }//GEN-LAST:Properties
 258  
     // EventSet identifiers//GEN-FIRST:Events
 259  
     private static final int EVENT_ancestorListener = 0;
 260  
     private static final int EVENT_componentListener = 1;
 261  
     private static final int EVENT_containerListener = 2;
 262  
     private static final int EVENT_focusListener = 3;
 263  
     private static final int EVENT_hierarchyBoundsListener = 4;
 264  
     private static final int EVENT_hierarchyListener = 5;
 265  
     private static final int EVENT_inputMethodListener = 6;
 266  
     private static final int EVENT_keyListener = 7;
 267  
     private static final int EVENT_mouseListener = 8;
 268  
     private static final int EVENT_mouseMotionListener = 9;
 269  
     private static final int EVENT_mouseWheelListener = 10;
 270  
     private static final int EVENT_propertyChangeListener = 11;
 271  
     private static final int EVENT_vetoableChangeListener = 12;
 272  
 
 273  
     // EventSet array
 274  
     /*lazy EventSetDescriptor*/
 275  
     private static EventSetDescriptor[] getEdescriptor(){
 276  0
         EventSetDescriptor[] eventSets = new EventSetDescriptor[13];
 277  
     
 278  
         try {
 279  0
             eventSets[EVENT_ancestorListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "ancestorListener", javax.swing.event.AncestorListener.class, new String[] {"ancestorAdded", "ancestorRemoved", "ancestorMoved"}, "addAncestorListener", "removeAncestorListener" ); // NOI18N
 280  0
             eventSets[EVENT_componentListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "componentListener", java.awt.event.ComponentListener.class, new String[] {"componentResized", "componentMoved", "componentShown", "componentHidden"}, "addComponentListener", "removeComponentListener" ); // NOI18N
 281  0
             eventSets[EVENT_containerListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "containerListener", java.awt.event.ContainerListener.class, new String[] {"componentAdded", "componentRemoved"}, "addContainerListener", "removeContainerListener" ); // NOI18N
 282  0
             eventSets[EVENT_focusListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "focusListener", java.awt.event.FocusListener.class, new String[] {"focusGained", "focusLost"}, "addFocusListener", "removeFocusListener" ); // NOI18N
 283  0
             eventSets[EVENT_hierarchyBoundsListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "hierarchyBoundsListener", java.awt.event.HierarchyBoundsListener.class, new String[] {"ancestorMoved", "ancestorResized"}, "addHierarchyBoundsListener", "removeHierarchyBoundsListener" ); // NOI18N
 284  0
             eventSets[EVENT_hierarchyListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "hierarchyListener", java.awt.event.HierarchyListener.class, new String[] {"hierarchyChanged"}, "addHierarchyListener", "removeHierarchyListener" ); // NOI18N
 285  0
             eventSets[EVENT_inputMethodListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "inputMethodListener", java.awt.event.InputMethodListener.class, new String[] {"inputMethodTextChanged", "caretPositionChanged"}, "addInputMethodListener", "removeInputMethodListener" ); // NOI18N
 286  0
             eventSets[EVENT_keyListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "keyListener", java.awt.event.KeyListener.class, new String[] {"keyTyped", "keyPressed", "keyReleased"}, "addKeyListener", "removeKeyListener" ); // NOI18N
 287  0
             eventSets[EVENT_mouseListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "mouseListener", java.awt.event.MouseListener.class, new String[] {"mouseClicked", "mousePressed", "mouseReleased", "mouseEntered", "mouseExited"}, "addMouseListener", "removeMouseListener" ); // NOI18N
 288  0
             eventSets[EVENT_mouseMotionListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "mouseMotionListener", java.awt.event.MouseMotionListener.class, new String[] {"mouseDragged", "mouseMoved"}, "addMouseMotionListener", "removeMouseMotionListener" ); // NOI18N
 289  0
             eventSets[EVENT_mouseWheelListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "mouseWheelListener", java.awt.event.MouseWheelListener.class, new String[] {"mouseWheelMoved"}, "addMouseWheelListener", "removeMouseWheelListener" ); // NOI18N
 290  0
             eventSets[EVENT_propertyChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "propertyChangeListener", java.beans.PropertyChangeListener.class, new String[] {"propertyChange"}, "addPropertyChangeListener", "removePropertyChangeListener" ); // NOI18N
 291  0
             eventSets[EVENT_vetoableChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.PainelFoto.class, "vetoableChangeListener", java.beans.VetoableChangeListener.class, new String[] {"vetoableChange"}, "addVetoableChangeListener", "removeVetoableChangeListener" ); // NOI18N
 292  
         }
 293  0
         catch(IntrospectionException e) {
 294  0
             e.printStackTrace();
 295  0
         }//GEN-HEADEREND:Events
 296  
 
 297  
         // Here you can add code for customizing the event sets array.
 298  
 
 299  0
         return eventSets;     }//GEN-LAST:Events
 300  
     // Method identifiers//GEN-FIRST:Methods
 301  
     private static final int METHOD_action0 = 0;
 302  
     private static final int METHOD_addNotify1 = 1;
 303  
     private static final int METHOD_addPropertyChangeListener2 = 2;
 304  
     private static final int METHOD_applyComponentOrientation3 = 3;
 305  
     private static final int METHOD_areFocusTraversalKeysSet4 = 4;
 306  
     private static final int METHOD_bounds5 = 5;
 307  
     private static final int METHOD_checkImage6 = 6;
 308  
     private static final int METHOD_checkImage7 = 7;
 309  
     private static final int METHOD_clear8 = 8;
 310  
     private static final int METHOD_computeVisibleRect9 = 9;
 311  
     private static final int METHOD_contains10 = 10;
 312  
     private static final int METHOD_contains11 = 11;
 313  
     private static final int METHOD_countComponents12 = 12;
 314  
     private static final int METHOD_createImage13 = 13;
 315  
     private static final int METHOD_createImage14 = 14;
 316  
     private static final int METHOD_createToolTip15 = 15;
 317  
     private static final int METHOD_createVolatileImage16 = 16;
 318  
     private static final int METHOD_createVolatileImage17 = 17;
 319  
     private static final int METHOD_deliverEvent18 = 18;
 320  
     private static final int METHOD_disable19 = 19;
 321  
     private static final int METHOD_dispatchEvent20 = 20;
 322  
     private static final int METHOD_doLayout21 = 21;
 323  
     private static final int METHOD_enable22 = 22;
 324  
     private static final int METHOD_enable23 = 23;
 325  
     private static final int METHOD_enableInputMethods24 = 24;
 326  
     private static final int METHOD_findComponentAt25 = 25;
 327  
     private static final int METHOD_findComponentAt26 = 26;
 328  
     private static final int METHOD_firePropertyChange27 = 27;
 329  
     private static final int METHOD_firePropertyChange28 = 28;
 330  
     private static final int METHOD_firePropertyChange29 = 29;
 331  
     private static final int METHOD_firePropertyChange30 = 30;
 332  
     private static final int METHOD_firePropertyChange31 = 31;
 333  
     private static final int METHOD_firePropertyChange32 = 32;
 334  
     private static final int METHOD_firePropertyChange33 = 33;
 335  
     private static final int METHOD_firePropertyChange34 = 34;
 336  
     private static final int METHOD_getActionForKeyStroke35 = 35;
 337  
     private static final int METHOD_getBaseline36 = 36;
 338  
     private static final int METHOD_getBounds37 = 37;
 339  
     private static final int METHOD_getClientProperty38 = 38;
 340  
     private static final int METHOD_getComponentAt39 = 39;
 341  
     private static final int METHOD_getComponentAt40 = 40;
 342  
     private static final int METHOD_getComponentZOrder41 = 41;
 343  
     private static final int METHOD_getConditionForKeyStroke42 = 42;
 344  
     private static final int METHOD_getDefaultLocale43 = 43;
 345  
     private static final int METHOD_getDefaultSize44 = 44;
 346  
     private static final int METHOD_getFocusTraversalKeys45 = 45;
 347  
     private static final int METHOD_getFontMetrics46 = 46;
 348  
     private static final int METHOD_getInsets47 = 47;
 349  
     private static final int METHOD_getListeners48 = 48;
 350  
     private static final int METHOD_getLocation49 = 49;
 351  
     private static final int METHOD_getMousePosition50 = 50;
 352  
     private static final int METHOD_getPopupLocation51 = 51;
 353  
     private static final int METHOD_getPropertyChangeListeners52 = 52;
 354  
     private static final int METHOD_getSize53 = 53;
 355  
     private static final int METHOD_getToolTipLocation54 = 54;
 356  
     private static final int METHOD_getToolTipText55 = 55;
 357  
     private static final int METHOD_gotFocus56 = 56;
 358  
     private static final int METHOD_grabFocus57 = 57;
 359  
     private static final int METHOD_handleEvent58 = 58;
 360  
     private static final int METHOD_hasFocus59 = 59;
 361  
     private static final int METHOD_hide60 = 60;
 362  
     private static final int METHOD_imageUpdate61 = 61;
 363  
     private static final int METHOD_insets62 = 62;
 364  
     private static final int METHOD_inside63 = 63;
 365  
     private static final int METHOD_invalidate64 = 64;
 366  
     private static final int METHOD_isAncestorOf65 = 65;
 367  
     private static final int METHOD_isFocusCycleRoot66 = 66;
 368  
     private static final int METHOD_isLightweightComponent67 = 67;
 369  
     private static final int METHOD_keyDown68 = 68;
 370  
     private static final int METHOD_keyUp69 = 69;
 371  
     private static final int METHOD_layout70 = 70;
 372  
     private static final int METHOD_list71 = 71;
 373  
     private static final int METHOD_list72 = 72;
 374  
     private static final int METHOD_list73 = 73;
 375  
     private static final int METHOD_list74 = 74;
 376  
     private static final int METHOD_list75 = 75;
 377  
     private static final int METHOD_loadImage76 = 76;
 378  
     private static final int METHOD_loadImage77 = 77;
 379  
     private static final int METHOD_locate78 = 78;
 380  
     private static final int METHOD_location79 = 79;
 381  
     private static final int METHOD_lostFocus80 = 80;
 382  
     private static final int METHOD_minimumSize81 = 81;
 383  
     private static final int METHOD_mouseDown82 = 82;
 384  
     private static final int METHOD_mouseDrag83 = 83;
 385  
     private static final int METHOD_mouseEnter84 = 84;
 386  
     private static final int METHOD_mouseExit85 = 85;
 387  
     private static final int METHOD_mouseMove86 = 86;
 388  
     private static final int METHOD_mouseUp87 = 87;
 389  
     private static final int METHOD_move88 = 88;
 390  
     private static final int METHOD_nextFocus89 = 89;
 391  
     private static final int METHOD_paint90 = 90;
 392  
     private static final int METHOD_paintAll91 = 91;
 393  
     private static final int METHOD_paintComponents92 = 92;
 394  
     private static final int METHOD_paintImmediately93 = 93;
 395  
     private static final int METHOD_paintImmediately94 = 94;
 396  
     private static final int METHOD_postEvent95 = 95;
 397  
     private static final int METHOD_preferredSize96 = 96;
 398  
     private static final int METHOD_prepareImage97 = 97;
 399  
     private static final int METHOD_prepareImage98 = 98;
 400  
     private static final int METHOD_print99 = 99;
 401  
     private static final int METHOD_printAll100 = 100;
 402  
     private static final int METHOD_printComponents101 = 101;
 403  
     private static final int METHOD_putClientProperty102 = 102;
 404  
     private static final int METHOD_registerKeyboardAction103 = 103;
 405  
     private static final int METHOD_registerKeyboardAction104 = 104;
 406  
     private static final int METHOD_remove105 = 105;
 407  
     private static final int METHOD_remove106 = 106;
 408  
     private static final int METHOD_remove107 = 107;
 409  
     private static final int METHOD_removeAll108 = 108;
 410  
     private static final int METHOD_removeNotify109 = 109;
 411  
     private static final int METHOD_removePropertyChangeListener110 = 110;
 412  
     private static final int METHOD_repaint111 = 111;
 413  
     private static final int METHOD_repaint112 = 112;
 414  
     private static final int METHOD_repaint113 = 113;
 415  
     private static final int METHOD_repaint114 = 114;
 416  
     private static final int METHOD_repaint115 = 115;
 417  
     private static final int METHOD_requestDefaultFocus116 = 116;
 418  
     private static final int METHOD_requestFocus117 = 117;
 419  
     private static final int METHOD_requestFocus118 = 118;
 420  
     private static final int METHOD_requestFocusInWindow119 = 119;
 421  
     private static final int METHOD_resetKeyboardActions120 = 120;
 422  
     private static final int METHOD_reshape121 = 121;
 423  
     private static final int METHOD_resize122 = 122;
 424  
     private static final int METHOD_resize123 = 123;
 425  
     private static final int METHOD_revalidate124 = 124;
 426  
     private static final int METHOD_scrollRectToVisible125 = 125;
 427  
     private static final int METHOD_setBounds126 = 126;
 428  
     private static final int METHOD_setComponentZOrder127 = 127;
 429  
     private static final int METHOD_setDefaultLocale128 = 128;
 430  
     private static final int METHOD_show129 = 129;
 431  
     private static final int METHOD_show130 = 130;
 432  
     private static final int METHOD_size131 = 131;
 433  
     private static final int METHOD_toString132 = 132;
 434  
     private static final int METHOD_transferFocus133 = 133;
 435  
     private static final int METHOD_transferFocusBackward134 = 134;
 436  
     private static final int METHOD_transferFocusDownCycle135 = 135;
 437  
     private static final int METHOD_transferFocusUpCycle136 = 136;
 438  
     private static final int METHOD_unregisterKeyboardAction137 = 137;
 439  
     private static final int METHOD_update138 = 138;
 440  
     private static final int METHOD_updateUI139 = 139;
 441  
     private static final int METHOD_validate140 = 140;
 442  
 
 443  
     // Method array 
 444  
     /*lazy MethodDescriptor*/
 445  
     private static MethodDescriptor[] getMdescriptor(){
 446  0
         MethodDescriptor[] methods = new MethodDescriptor[141];
 447  
     
 448  
         try {
 449  0
             methods[METHOD_action0] = new MethodDescriptor(java.awt.Component.class.getMethod("action", new Class[] {java.awt.Event.class, java.lang.Object.class})); // NOI18N
 450  0
             methods[METHOD_action0].setDisplayName ( "" );
 451  0
             methods[METHOD_addNotify1] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("addNotify", new Class[] {})); // NOI18N
 452  0
             methods[METHOD_addNotify1].setDisplayName ( "" );
 453  0
             methods[METHOD_addPropertyChangeListener2] = new MethodDescriptor(java.awt.Container.class.getMethod("addPropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class})); // NOI18N
 454  0
             methods[METHOD_addPropertyChangeListener2].setDisplayName ( "" );
 455  0
             methods[METHOD_applyComponentOrientation3] = new MethodDescriptor(java.awt.Container.class.getMethod("applyComponentOrientation", new Class[] {java.awt.ComponentOrientation.class})); // NOI18N
 456  0
             methods[METHOD_applyComponentOrientation3].setDisplayName ( "" );
 457  0
             methods[METHOD_areFocusTraversalKeysSet4] = new MethodDescriptor(java.awt.Container.class.getMethod("areFocusTraversalKeysSet", new Class[] {int.class})); // NOI18N
 458  0
             methods[METHOD_areFocusTraversalKeysSet4].setDisplayName ( "" );
 459  0
             methods[METHOD_bounds5] = new MethodDescriptor(java.awt.Component.class.getMethod("bounds", new Class[] {})); // NOI18N
 460  0
             methods[METHOD_bounds5].setDisplayName ( "" );
 461  0
             methods[METHOD_checkImage6] = new MethodDescriptor(java.awt.Component.class.getMethod("checkImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class})); // NOI18N
 462  0
             methods[METHOD_checkImage6].setDisplayName ( "" );
 463  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
 464  0
             methods[METHOD_checkImage7].setDisplayName ( "" );
 465  0
             methods[METHOD_clear8] = new MethodDescriptor(net.sf.webphotos.gui.component.PainelFoto.class.getMethod("clear", new Class[] {})); // NOI18N
 466  0
             methods[METHOD_clear8].setDisplayName ( "" );
 467  0
             methods[METHOD_computeVisibleRect9] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("computeVisibleRect", new Class[] {java.awt.Rectangle.class})); // NOI18N
 468  0
             methods[METHOD_computeVisibleRect9].setDisplayName ( "" );
 469  0
             methods[METHOD_contains10] = new MethodDescriptor(java.awt.Component.class.getMethod("contains", new Class[] {java.awt.Point.class})); // NOI18N
 470  0
             methods[METHOD_contains10].setDisplayName ( "" );
 471  0
             methods[METHOD_contains11] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("contains", new Class[] {int.class, int.class})); // NOI18N
 472  0
             methods[METHOD_contains11].setDisplayName ( "" );
 473  0
             methods[METHOD_countComponents12] = new MethodDescriptor(java.awt.Container.class.getMethod("countComponents", new Class[] {})); // NOI18N
 474  0
             methods[METHOD_countComponents12].setDisplayName ( "" );
 475  0
             methods[METHOD_createImage13] = new MethodDescriptor(java.awt.Component.class.getMethod("createImage", new Class[] {java.awt.image.ImageProducer.class})); // NOI18N
 476  0
             methods[METHOD_createImage13].setDisplayName ( "" );
 477  0
             methods[METHOD_createImage14] = new MethodDescriptor(java.awt.Component.class.getMethod("createImage", new Class[] {int.class, int.class})); // NOI18N
 478  0
             methods[METHOD_createImage14].setDisplayName ( "" );
 479  0
             methods[METHOD_createToolTip15] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("createToolTip", new Class[] {})); // NOI18N
 480  0
             methods[METHOD_createToolTip15].setDisplayName ( "" );
 481  0
             methods[METHOD_createVolatileImage16] = new MethodDescriptor(java.awt.Component.class.getMethod("createVolatileImage", new Class[] {int.class, int.class})); // NOI18N
 482  0
             methods[METHOD_createVolatileImage16].setDisplayName ( "" );
 483  0
             methods[METHOD_createVolatileImage17] = new MethodDescriptor(java.awt.Component.class.getMethod("createVolatileImage", new Class[] {int.class, int.class, java.awt.ImageCapabilities.class})); // NOI18N
 484  0
             methods[METHOD_createVolatileImage17].setDisplayName ( "" );
 485  0
             methods[METHOD_deliverEvent18] = new MethodDescriptor(java.awt.Container.class.getMethod("deliverEvent", new Class[] {java.awt.Event.class})); // NOI18N
 486  0
             methods[METHOD_deliverEvent18].setDisplayName ( "" );
 487  0
             methods[METHOD_disable19] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("disable", new Class[] {})); // NOI18N
 488  0
             methods[METHOD_disable19].setDisplayName ( "" );
 489  0
             methods[METHOD_dispatchEvent20] = new MethodDescriptor(java.awt.Component.class.getMethod("dispatchEvent", new Class[] {java.awt.AWTEvent.class})); // NOI18N
 490  0
             methods[METHOD_dispatchEvent20].setDisplayName ( "" );
 491  0
             methods[METHOD_doLayout21] = new MethodDescriptor(java.awt.Container.class.getMethod("doLayout", new Class[] {})); // NOI18N
 492  0
             methods[METHOD_doLayout21].setDisplayName ( "" );
 493  0
             methods[METHOD_enable22] = new MethodDescriptor(java.awt.Component.class.getMethod("enable", new Class[] {boolean.class})); // NOI18N
 494  0
             methods[METHOD_enable22].setDisplayName ( "" );
 495  0
             methods[METHOD_enable23] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("enable", new Class[] {})); // NOI18N
 496  0
             methods[METHOD_enable23].setDisplayName ( "" );
 497  0
             methods[METHOD_enableInputMethods24] = new MethodDescriptor(java.awt.Component.class.getMethod("enableInputMethods", new Class[] {boolean.class})); // NOI18N
 498  0
             methods[METHOD_enableInputMethods24].setDisplayName ( "" );
 499  0
             methods[METHOD_findComponentAt25] = new MethodDescriptor(java.awt.Container.class.getMethod("findComponentAt", new Class[] {int.class, int.class})); // NOI18N
 500  0
             methods[METHOD_findComponentAt25].setDisplayName ( "" );
 501  0
             methods[METHOD_findComponentAt26] = new MethodDescriptor(java.awt.Container.class.getMethod("findComponentAt", new Class[] {java.awt.Point.class})); // NOI18N
 502  0
             methods[METHOD_findComponentAt26].setDisplayName ( "" );
 503  0
             methods[METHOD_firePropertyChange27] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, byte.class, byte.class})); // NOI18N
 504  0
             methods[METHOD_firePropertyChange27].setDisplayName ( "" );
 505  0
             methods[METHOD_firePropertyChange28] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, short.class, short.class})); // NOI18N
 506  0
             methods[METHOD_firePropertyChange28].setDisplayName ( "" );
 507  0
             methods[METHOD_firePropertyChange29] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, long.class, long.class})); // NOI18N
 508  0
             methods[METHOD_firePropertyChange29].setDisplayName ( "" );
 509  0
             methods[METHOD_firePropertyChange30] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, float.class, float.class})); // NOI18N
 510  0
             methods[METHOD_firePropertyChange30].setDisplayName ( "" );
 511  0
             methods[METHOD_firePropertyChange31] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, double.class, double.class})); // NOI18N
 512  0
             methods[METHOD_firePropertyChange31].setDisplayName ( "" );
 513  0
             methods[METHOD_firePropertyChange32] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, boolean.class, boolean.class})); // NOI18N
 514  0
             methods[METHOD_firePropertyChange32].setDisplayName ( "" );
 515  0
             methods[METHOD_firePropertyChange33] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, int.class, int.class})); // NOI18N
 516  0
             methods[METHOD_firePropertyChange33].setDisplayName ( "" );
 517  0
             methods[METHOD_firePropertyChange34] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, char.class, char.class})); // NOI18N
 518  0
             methods[METHOD_firePropertyChange34].setDisplayName ( "" );
 519  0
             methods[METHOD_getActionForKeyStroke35] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getActionForKeyStroke", new Class[] {javax.swing.KeyStroke.class})); // NOI18N
 520  0
             methods[METHOD_getActionForKeyStroke35].setDisplayName ( "" );
 521  0
             methods[METHOD_getBaseline36] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getBaseline", new Class[] {int.class, int.class})); // NOI18N
 522  0
             methods[METHOD_getBaseline36].setDisplayName ( "" );
 523  0
             methods[METHOD_getBounds37] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getBounds", new Class[] {java.awt.Rectangle.class})); // NOI18N
 524  0
             methods[METHOD_getBounds37].setDisplayName ( "" );
 525  0
             methods[METHOD_getClientProperty38] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getClientProperty", new Class[] {java.lang.Object.class})); // NOI18N
 526  0
             methods[METHOD_getClientProperty38].setDisplayName ( "" );
 527  0
             methods[METHOD_getComponentAt39] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentAt", new Class[] {int.class, int.class})); // NOI18N
 528  0
             methods[METHOD_getComponentAt39].setDisplayName ( "" );
 529  0
             methods[METHOD_getComponentAt40] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentAt", new Class[] {java.awt.Point.class})); // NOI18N
 530  0
             methods[METHOD_getComponentAt40].setDisplayName ( "" );
 531  0
             methods[METHOD_getComponentZOrder41] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentZOrder", new Class[] {java.awt.Component.class})); // NOI18N
 532  0
             methods[METHOD_getComponentZOrder41].setDisplayName ( "" );
 533  0
             methods[METHOD_getConditionForKeyStroke42] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getConditionForKeyStroke", new Class[] {javax.swing.KeyStroke.class})); // NOI18N
 534  0
             methods[METHOD_getConditionForKeyStroke42].setDisplayName ( "" );
 535  0
             methods[METHOD_getDefaultLocale43] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getDefaultLocale", new Class[] {})); // NOI18N
 536  0
             methods[METHOD_getDefaultLocale43].setDisplayName ( "" );
 537  0
             methods[METHOD_getDefaultSize44] = new MethodDescriptor(net.sf.webphotos.gui.component.PainelFoto.class.getMethod("getDefaultSize", new Class[] {})); // NOI18N
 538  0
             methods[METHOD_getDefaultSize44].setDisplayName ( "" );
 539  0
             methods[METHOD_getFocusTraversalKeys45] = new MethodDescriptor(java.awt.Container.class.getMethod("getFocusTraversalKeys", new Class[] {int.class})); // NOI18N
 540  0
             methods[METHOD_getFocusTraversalKeys45].setDisplayName ( "" );
 541  0
             methods[METHOD_getFontMetrics46] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getFontMetrics", new Class[] {java.awt.Font.class})); // NOI18N
 542  0
             methods[METHOD_getFontMetrics46].setDisplayName ( "" );
 543  0
             methods[METHOD_getInsets47] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getInsets", new Class[] {java.awt.Insets.class})); // NOI18N
 544  0
             methods[METHOD_getInsets47].setDisplayName ( "" );
 545  0
             methods[METHOD_getListeners48] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getListeners", new Class[] {java.lang.Class.class})); // NOI18N
 546  0
             methods[METHOD_getListeners48].setDisplayName ( "" );
 547  0
             methods[METHOD_getLocation49] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getLocation", new Class[] {java.awt.Point.class})); // NOI18N
 548  0
             methods[METHOD_getLocation49].setDisplayName ( "" );
 549  0
             methods[METHOD_getMousePosition50] = new MethodDescriptor(java.awt.Container.class.getMethod("getMousePosition", new Class[] {boolean.class})); // NOI18N
 550  0
             methods[METHOD_getMousePosition50].setDisplayName ( "" );
 551  0
             methods[METHOD_getPopupLocation51] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getPopupLocation", new Class[] {java.awt.event.MouseEvent.class})); // NOI18N
 552  0
             methods[METHOD_getPopupLocation51].setDisplayName ( "" );
 553  0
             methods[METHOD_getPropertyChangeListeners52] = new MethodDescriptor(java.awt.Component.class.getMethod("getPropertyChangeListeners", new Class[] {java.lang.String.class})); // NOI18N
 554  0
             methods[METHOD_getPropertyChangeListeners52].setDisplayName ( "" );
 555  0
             methods[METHOD_getSize53] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getSize", new Class[] {java.awt.Dimension.class})); // NOI18N
 556  0
             methods[METHOD_getSize53].setDisplayName ( "" );
 557  0
             methods[METHOD_getToolTipLocation54] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getToolTipLocation", new Class[] {java.awt.event.MouseEvent.class})); // NOI18N
 558  0
             methods[METHOD_getToolTipLocation54].setDisplayName ( "" );
 559  0
             methods[METHOD_getToolTipText55] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getToolTipText", new Class[] {java.awt.event.MouseEvent.class})); // NOI18N
 560  0
             methods[METHOD_getToolTipText55].setDisplayName ( "" );
 561  0
             methods[METHOD_gotFocus56] = new MethodDescriptor(java.awt.Component.class.getMethod("gotFocus", new Class[] {java.awt.Event.class, java.lang.Object.class})); // NOI18N
 562  0
             methods[METHOD_gotFocus56].setDisplayName ( "" );
 563  0
             methods[METHOD_grabFocus57] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("grabFocus", new Class[] {})); // NOI18N
 564  0
             methods[METHOD_grabFocus57].setDisplayName ( "" );
 565  0
             methods[METHOD_handleEvent58] = new MethodDescriptor(java.awt.Component.class.getMethod("handleEvent", new Class[] {java.awt.Event.class})); // NOI18N
 566  0
             methods[METHOD_handleEvent58].setDisplayName ( "" );
 567  0
             methods[METHOD_hasFocus59] = new MethodDescriptor(java.awt.Component.class.getMethod("hasFocus", new Class[] {})); // NOI18N
 568  0
             methods[METHOD_hasFocus59].setDisplayName ( "" );
 569  0
             methods[METHOD_hide60] = new MethodDescriptor(java.awt.Component.class.getMethod("hide", new Class[] {})); // NOI18N
 570  0
             methods[METHOD_hide60].setDisplayName ( "" );
 571  0
             methods[METHOD_imageUpdate61] = 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
 572  0
             methods[METHOD_imageUpdate61].setDisplayName ( "" );
 573  0
             methods[METHOD_insets62] = new MethodDescriptor(java.awt.Container.class.getMethod("insets", new Class[] {})); // NOI18N
 574  0
             methods[METHOD_insets62].setDisplayName ( "" );
 575  0
             methods[METHOD_inside63] = new MethodDescriptor(java.awt.Component.class.getMethod("inside", new Class[] {int.class, int.class})); // NOI18N
 576  0
             methods[METHOD_inside63].setDisplayName ( "" );
 577  0
             methods[METHOD_invalidate64] = new MethodDescriptor(java.awt.Container.class.getMethod("invalidate", new Class[] {})); // NOI18N
 578  0
             methods[METHOD_invalidate64].setDisplayName ( "" );
 579  0
             methods[METHOD_isAncestorOf65] = new MethodDescriptor(java.awt.Container.class.getMethod("isAncestorOf", new Class[] {java.awt.Component.class})); // NOI18N
 580  0
             methods[METHOD_isAncestorOf65].setDisplayName ( "" );
 581  0
             methods[METHOD_isFocusCycleRoot66] = new MethodDescriptor(java.awt.Container.class.getMethod("isFocusCycleRoot", new Class[] {java.awt.Container.class})); // NOI18N
 582  0
             methods[METHOD_isFocusCycleRoot66].setDisplayName ( "" );
 583  0
             methods[METHOD_isLightweightComponent67] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("isLightweightComponent", new Class[] {java.awt.Component.class})); // NOI18N
 584  0
             methods[METHOD_isLightweightComponent67].setDisplayName ( "" );
 585  0
             methods[METHOD_keyDown68] = new MethodDescriptor(java.awt.Component.class.getMethod("keyDown", new Class[] {java.awt.Event.class, int.class})); // NOI18N
 586  0
             methods[METHOD_keyDown68].setDisplayName ( "" );
 587  0
             methods[METHOD_keyUp69] = new MethodDescriptor(java.awt.Component.class.getMethod("keyUp", new Class[] {java.awt.Event.class, int.class})); // NOI18N
 588  0
             methods[METHOD_keyUp69].setDisplayName ( "" );
 589  0
             methods[METHOD_layout70] = new MethodDescriptor(java.awt.Container.class.getMethod("layout", new Class[] {})); // NOI18N
 590  0
             methods[METHOD_layout70].setDisplayName ( "" );
 591  0
             methods[METHOD_list71] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {})); // NOI18N
 592  0
             methods[METHOD_list71].setDisplayName ( "" );
 593  0
             methods[METHOD_list72] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {java.io.PrintStream.class})); // NOI18N
 594  0
             methods[METHOD_list72].setDisplayName ( "" );
 595  0
             methods[METHOD_list73] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {java.io.PrintWriter.class})); // NOI18N
 596  0
             methods[METHOD_list73].setDisplayName ( "" );
 597  0
             methods[METHOD_list74] = new MethodDescriptor(java.awt.Container.class.getMethod("list", new Class[] {java.io.PrintStream.class, int.class})); // NOI18N
 598  0
             methods[METHOD_list74].setDisplayName ( "" );
 599  0
             methods[METHOD_list75] = new MethodDescriptor(java.awt.Container.class.getMethod("list", new Class[] {java.io.PrintWriter.class, int.class})); // NOI18N
 600  0
             methods[METHOD_list75].setDisplayName ( "" );
 601  0
             methods[METHOD_loadImage76] = new MethodDescriptor(net.sf.webphotos.gui.component.PainelFoto.class.getMethod("loadImage", new Class[] {java.lang.String.class})); // NOI18N
 602  0
             methods[METHOD_loadImage76].setDisplayName ( "" );
 603  0
             methods[METHOD_loadImage77] = new MethodDescriptor(net.sf.webphotos.gui.component.PainelFoto.class.getMethod("loadImage", new Class[] {})); // NOI18N
 604  0
             methods[METHOD_loadImage77].setDisplayName ( "" );
 605  0
             methods[METHOD_locate78] = new MethodDescriptor(java.awt.Container.class.getMethod("locate", new Class[] {int.class, int.class})); // NOI18N
 606  0
             methods[METHOD_locate78].setDisplayName ( "" );
 607  0
             methods[METHOD_location79] = new MethodDescriptor(java.awt.Component.class.getMethod("location", new Class[] {})); // NOI18N
 608  0
             methods[METHOD_location79].setDisplayName ( "" );
 609  0
             methods[METHOD_lostFocus80] = new MethodDescriptor(java.awt.Component.class.getMethod("lostFocus", new Class[] {java.awt.Event.class, java.lang.Object.class})); // NOI18N
 610  0
             methods[METHOD_lostFocus80].setDisplayName ( "" );
 611  0
             methods[METHOD_minimumSize81] = new MethodDescriptor(java.awt.Container.class.getMethod("minimumSize", new Class[] {})); // NOI18N
 612  0
             methods[METHOD_minimumSize81].setDisplayName ( "" );
 613  0
             methods[METHOD_mouseDown82] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseDown", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
 614  0
             methods[METHOD_mouseDown82].setDisplayName ( "" );
 615  0
             methods[METHOD_mouseDrag83] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseDrag", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
 616  0
             methods[METHOD_mouseDrag83].setDisplayName ( "" );
 617  0
             methods[METHOD_mouseEnter84] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseEnter", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
 618  0
             methods[METHOD_mouseEnter84].setDisplayName ( "" );
 619  0
             methods[METHOD_mouseExit85] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseExit", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
 620  0
             methods[METHOD_mouseExit85].setDisplayName ( "" );
 621  0
             methods[METHOD_mouseMove86] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseMove", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
 622  0
             methods[METHOD_mouseMove86].setDisplayName ( "" );
 623  0
             methods[METHOD_mouseUp87] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseUp", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
 624  0
             methods[METHOD_mouseUp87].setDisplayName ( "" );
 625  0
             methods[METHOD_move88] = new MethodDescriptor(java.awt.Component.class.getMethod("move", new Class[] {int.class, int.class})); // NOI18N
 626  0
             methods[METHOD_move88].setDisplayName ( "" );
 627  0
             methods[METHOD_nextFocus89] = new MethodDescriptor(java.awt.Component.class.getMethod("nextFocus", new Class[] {})); // NOI18N
 628  0
             methods[METHOD_nextFocus89].setDisplayName ( "" );
 629  0
             methods[METHOD_paint90] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paint", new Class[] {java.awt.Graphics.class})); // NOI18N
 630  0
             methods[METHOD_paint90].setDisplayName ( "" );
 631  0
             methods[METHOD_paintAll91] = new MethodDescriptor(java.awt.Component.class.getMethod("paintAll", new Class[] {java.awt.Graphics.class})); // NOI18N
 632  0
             methods[METHOD_paintAll91].setDisplayName ( "" );
 633  0
             methods[METHOD_paintComponents92] = new MethodDescriptor(java.awt.Container.class.getMethod("paintComponents", new Class[] {java.awt.Graphics.class})); // NOI18N
 634  0
             methods[METHOD_paintComponents92].setDisplayName ( "" );
 635  0
             methods[METHOD_paintImmediately93] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paintImmediately", new Class[] {int.class, int.class, int.class, int.class})); // NOI18N
 636  0
             methods[METHOD_paintImmediately93].setDisplayName ( "" );
 637  0
             methods[METHOD_paintImmediately94] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paintImmediately", new Class[] {java.awt.Rectangle.class})); // NOI18N
 638  0
             methods[METHOD_paintImmediately94].setDisplayName ( "" );
 639  0
             methods[METHOD_postEvent95] = new MethodDescriptor(java.awt.Component.class.getMethod("postEvent", new Class[] {java.awt.Event.class})); // NOI18N
 640  0
             methods[METHOD_postEvent95].setDisplayName ( "" );
 641  0
             methods[METHOD_preferredSize96] = new MethodDescriptor(java.awt.Container.class.getMethod("preferredSize", new Class[] {})); // NOI18N
 642  0
             methods[METHOD_preferredSize96].setDisplayName ( "" );
 643  0
             methods[METHOD_prepareImage97] = new MethodDescriptor(java.awt.Component.class.getMethod("prepareImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class})); // NOI18N
 644  0
             methods[METHOD_prepareImage97].setDisplayName ( "" );
 645  0
             methods[METHOD_prepareImage98] = new MethodDescriptor(java.awt.Component.class.getMethod("prepareImage", new Class[] {java.awt.Image.class, int.class, int.class, java.awt.image.ImageObserver.class})); // NOI18N
 646  0
             methods[METHOD_prepareImage98].setDisplayName ( "" );
 647  0
             methods[METHOD_print99] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("print", new Class[] {java.awt.Graphics.class})); // NOI18N
 648  0
             methods[METHOD_print99].setDisplayName ( "" );
 649  0
             methods[METHOD_printAll100] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("printAll", new Class[] {java.awt.Graphics.class})); // NOI18N
 650  0
             methods[METHOD_printAll100].setDisplayName ( "" );
 651  0
             methods[METHOD_printComponents101] = new MethodDescriptor(java.awt.Container.class.getMethod("printComponents", new Class[] {java.awt.Graphics.class})); // NOI18N
 652  0
             methods[METHOD_printComponents101].setDisplayName ( "" );
 653  0
             methods[METHOD_putClientProperty102] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("putClientProperty", new Class[] {java.lang.Object.class, java.lang.Object.class})); // NOI18N
 654  0
             methods[METHOD_putClientProperty102].setDisplayName ( "" );
 655  0
             methods[METHOD_registerKeyboardAction103] = 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
 656  0
             methods[METHOD_registerKeyboardAction103].setDisplayName ( "" );
 657  0
             methods[METHOD_registerKeyboardAction104] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("registerKeyboardAction", new Class[] {java.awt.event.ActionListener.class, javax.swing.KeyStroke.class, int.class})); // NOI18N
 658  0
             methods[METHOD_registerKeyboardAction104].setDisplayName ( "" );
 659  0
             methods[METHOD_remove105] = new MethodDescriptor(java.awt.Component.class.getMethod("remove", new Class[] {java.awt.MenuComponent.class})); // NOI18N
 660  0
             methods[METHOD_remove105].setDisplayName ( "" );
 661  0
             methods[METHOD_remove106] = new MethodDescriptor(java.awt.Container.class.getMethod("remove", new Class[] {int.class})); // NOI18N
 662  0
             methods[METHOD_remove106].setDisplayName ( "" );
 663  0
             methods[METHOD_remove107] = new MethodDescriptor(java.awt.Container.class.getMethod("remove", new Class[] {java.awt.Component.class})); // NOI18N
 664  0
             methods[METHOD_remove107].setDisplayName ( "" );
 665  0
             methods[METHOD_removeAll108] = new MethodDescriptor(java.awt.Container.class.getMethod("removeAll", new Class[] {})); // NOI18N
 666  0
             methods[METHOD_removeAll108].setDisplayName ( "" );
 667  0
             methods[METHOD_removeNotify109] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("removeNotify", new Class[] {})); // NOI18N
 668  0
             methods[METHOD_removeNotify109].setDisplayName ( "" );
 669  0
             methods[METHOD_removePropertyChangeListener110] = new MethodDescriptor(java.awt.Component.class.getMethod("removePropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class})); // NOI18N
 670  0
             methods[METHOD_removePropertyChangeListener110].setDisplayName ( "" );
 671  0
             methods[METHOD_repaint111] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {})); // NOI18N
 672  0
             methods[METHOD_repaint111].setDisplayName ( "" );
 673  0
             methods[METHOD_repaint112] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {long.class})); // NOI18N
 674  0
             methods[METHOD_repaint112].setDisplayName ( "" );
 675  0
             methods[METHOD_repaint113] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {int.class, int.class, int.class, int.class})); // NOI18N
 676  0
             methods[METHOD_repaint113].setDisplayName ( "" );
 677  0
             methods[METHOD_repaint114] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("repaint", new Class[] {long.class, int.class, int.class, int.class, int.class})); // NOI18N
 678  0
             methods[METHOD_repaint114].setDisplayName ( "" );
 679  0
             methods[METHOD_repaint115] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("repaint", new Class[] {java.awt.Rectangle.class})); // NOI18N
 680  0
             methods[METHOD_repaint115].setDisplayName ( "" );
 681  0
             methods[METHOD_requestDefaultFocus116] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestDefaultFocus", new Class[] {})); // NOI18N
 682  0
             methods[METHOD_requestDefaultFocus116].setDisplayName ( "" );
 683  0
             methods[METHOD_requestFocus117] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {})); // NOI18N
 684  0
             methods[METHOD_requestFocus117].setDisplayName ( "" );
 685  0
             methods[METHOD_requestFocus118] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {boolean.class})); // NOI18N
 686  0
             methods[METHOD_requestFocus118].setDisplayName ( "" );
 687  0
             methods[METHOD_requestFocusInWindow119] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocusInWindow", new Class[] {})); // NOI18N
 688  0
             methods[METHOD_requestFocusInWindow119].setDisplayName ( "" );
 689  0
             methods[METHOD_resetKeyboardActions120] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("resetKeyboardActions", new Class[] {})); // NOI18N
 690  0
             methods[METHOD_resetKeyboardActions120].setDisplayName ( "" );
 691  0
             methods[METHOD_reshape121] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("reshape", new Class[] {int.class, int.class, int.class, int.class})); // NOI18N
 692  0
             methods[METHOD_reshape121].setDisplayName ( "" );
 693  0
             methods[METHOD_resize122] = new MethodDescriptor(java.awt.Component.class.getMethod("resize", new Class[] {int.class, int.class})); // NOI18N
 694  0
             methods[METHOD_resize122].setDisplayName ( "" );
 695  0
             methods[METHOD_resize123] = new MethodDescriptor(java.awt.Component.class.getMethod("resize", new Class[] {java.awt.Dimension.class})); // NOI18N
 696  0
             methods[METHOD_resize123].setDisplayName ( "" );
 697  0
             methods[METHOD_revalidate124] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("revalidate", new Class[] {})); // NOI18N
 698  0
             methods[METHOD_revalidate124].setDisplayName ( "" );
 699  0
             methods[METHOD_scrollRectToVisible125] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("scrollRectToVisible", new Class[] {java.awt.Rectangle.class})); // NOI18N
 700  0
             methods[METHOD_scrollRectToVisible125].setDisplayName ( "" );
 701  0
             methods[METHOD_setBounds126] = new MethodDescriptor(java.awt.Component.class.getMethod("setBounds", new Class[] {int.class, int.class, int.class, int.class})); // NOI18N
 702  0
             methods[METHOD_setBounds126].setDisplayName ( "" );
 703  0
             methods[METHOD_setComponentZOrder127] = new MethodDescriptor(java.awt.Container.class.getMethod("setComponentZOrder", new Class[] {java.awt.Component.class, int.class})); // NOI18N
 704  0
             methods[METHOD_setComponentZOrder127].setDisplayName ( "" );
 705  0
             methods[METHOD_setDefaultLocale128] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("setDefaultLocale", new Class[] {java.util.Locale.class})); // NOI18N
 706  0
             methods[METHOD_setDefaultLocale128].setDisplayName ( "" );
 707  0
             methods[METHOD_show129] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {})); // NOI18N
 708  0
             methods[METHOD_show129].setDisplayName ( "" );
 709  0
             methods[METHOD_show130] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {boolean.class})); // NOI18N
 710  0
             methods[METHOD_show130].setDisplayName ( "" );
 711  0
             methods[METHOD_size131] = new MethodDescriptor(java.awt.Component.class.getMethod("size", new Class[] {})); // NOI18N
 712  0
             methods[METHOD_size131].setDisplayName ( "" );
 713  0
             methods[METHOD_toString132] = new MethodDescriptor(java.awt.Component.class.getMethod("toString", new Class[] {})); // NOI18N
 714  0
             methods[METHOD_toString132].setDisplayName ( "" );
 715  0
             methods[METHOD_transferFocus133] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocus", new Class[] {})); // NOI18N
 716  0
             methods[METHOD_transferFocus133].setDisplayName ( "" );
 717  0
             methods[METHOD_transferFocusBackward134] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusBackward", new Class[] {})); // NOI18N
 718  0
             methods[METHOD_transferFocusBackward134].setDisplayName ( "" );
 719  0
             methods[METHOD_transferFocusDownCycle135] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusDownCycle", new Class[] {})); // NOI18N
 720  0
             methods[METHOD_transferFocusDownCycle135].setDisplayName ( "" );
 721  0
             methods[METHOD_transferFocusUpCycle136] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocusUpCycle", new Class[] {})); // NOI18N
 722  0
             methods[METHOD_transferFocusUpCycle136].setDisplayName ( "" );
 723  0
             methods[METHOD_unregisterKeyboardAction137] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("unregisterKeyboardAction", new Class[] {javax.swing.KeyStroke.class})); // NOI18N
 724  0
             methods[METHOD_unregisterKeyboardAction137].setDisplayName ( "" );
 725  0
             methods[METHOD_update138] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("update", new Class[] {java.awt.Graphics.class})); // NOI18N
 726  0
             methods[METHOD_update138].setDisplayName ( "" );
 727  0
             methods[METHOD_updateUI139] = new MethodDescriptor(javax.swing.JPanel.class.getMethod("updateUI", new Class[] {})); // NOI18N
 728  0
             methods[METHOD_updateUI139].setDisplayName ( "" );
 729  0
             methods[METHOD_validate140] = new MethodDescriptor(java.awt.Container.class.getMethod("validate", new Class[] {})); // NOI18N
 730  0
             methods[METHOD_validate140].setDisplayName ( "" );
 731  
         }
 732  0
         catch( Exception e) {}//GEN-HEADEREND:Methods
 733  
 
 734  
         // Here you can add code for customizing the methods array.
 735  
         
 736  0
         return methods;     }//GEN-LAST:Methods
 737  0
     private static java.awt.Image iconColor16 = null;//GEN-BEGIN:IconsDef
 738  0
     private static java.awt.Image iconColor32 = null;
 739  0
     private static java.awt.Image iconMono16 = null;
 740  0
     private static java.awt.Image iconMono32 = null;//GEN-END:IconsDef
 741  0
     private static String iconNameC16 = "/icons/camera-mount5-16x16.png";//GEN-BEGIN:Icons
 742  0
     private static String iconNameC32 = "/icons/camera-mount5-32x32.png";
 743  0
     private static String iconNameM16 = null;
 744  0
     private static String iconNameM32 = null;//GEN-END:Icons
 745  
     private static final int defaultPropertyIndex = -1;//GEN-BEGIN:Idx
 746  
     private static final int defaultEventIndex = -1;//GEN-END:Idx
 747  
 
 748  
 //GEN-FIRST:Superclass
 749  
     // Here you can add code for customizing the Superclass BeanInfo.
 750  
 //GEN-LAST:Superclass
 751  
     /**
 752  
      * Gets the bean's
 753  
      * <code>BeanDescriptor</code>s.
 754  
      *
 755  
      * @return BeanDescriptor describing the editable properties of this bean.
 756  
      * May return null if the information should be obtained by automatic
 757  
      * analysis.
 758  
      */
 759  
     @Override
 760  
     public BeanDescriptor getBeanDescriptor() {
 761  0
         return getBdescriptor();
 762  
     }
 763  
 
 764  
     /**
 765  
      * Gets the bean's
 766  
      * <code>PropertyDescriptor</code>s.
 767  
      *
 768  
      * @return An array of PropertyDescriptors describing the editable
 769  
      * properties supported by this bean. May return null if the information
 770  
      * should be obtained by automatic analysis. <p> If a property is indexed,
 771  
      * then its entry in the result array will belong to the
 772  
      * IndexedPropertyDescriptor subclass of PropertyDescriptor. A client of
 773  
      * getPropertyDescriptors can use "instanceof" to check if a given
 774  
      * PropertyDescriptor is an IndexedPropertyDescriptor.
 775  
      */
 776  
     @Override
 777  
     public PropertyDescriptor[] getPropertyDescriptors() {
 778  0
         return getPdescriptor();
 779  
     }
 780  
 
 781  
     /**
 782  
      * Gets the bean's
 783  
      * <code>EventSetDescriptor</code>s.
 784  
      *
 785  
      * @return An array of EventSetDescriptors describing the kinds of events
 786  
      * fired by this bean. May return null if the information should be obtained
 787  
      * by automatic analysis.
 788  
      */
 789  
     @Override
 790  
     public EventSetDescriptor[] getEventSetDescriptors() {
 791  0
         return getEdescriptor();
 792  
     }
 793  
 
 794  
     /**
 795  
      * Gets the bean's
 796  
      * <code>MethodDescriptor</code>s.
 797  
      *
 798  
      * @return An array of MethodDescriptors describing the methods implemented
 799  
      * by this bean. May return null if the information should be obtained by
 800  
      * automatic analysis.
 801  
      */
 802  
     @Override
 803  
     public MethodDescriptor[] getMethodDescriptors() {
 804  0
         return getMdescriptor();
 805  
     }
 806  
 
 807  
     /**
 808  
      * A bean may have a "default" property that is the property that will
 809  
      * mostly commonly be initially chosen for update by human's who are
 810  
      * customizing the bean.
 811  
      *
 812  
      * @return Index of default property in the PropertyDescriptor array
 813  
      * returned by getPropertyDescriptors. <P>        Returns -1 if there is no default
 814  
      * property.
 815  
      */
 816  
     @Override
 817  
     public int getDefaultPropertyIndex() {
 818  0
         return defaultPropertyIndex;
 819  
     }
 820  
 
 821  
     /**
 822  
      * A bean may have a "default" event that is the event that will mostly
 823  
      * commonly be used by human's when using the bean.
 824  
      *
 825  
      * @return Index of default event in the EventSetDescriptor array returned
 826  
      * by getEventSetDescriptors. <P>        Returns -1 if there is no default event.
 827  
      */
 828  
     @Override
 829  
     public int getDefaultEventIndex() {
 830  0
         return defaultEventIndex;
 831  
     }
 832  
 
 833  
     /**
 834  
      * This method returns an image object that can be used to represent the
 835  
      * bean in toolboxes, toolbars, etc. Icon images will typically be GIFs, but
 836  
      * may in future include other formats. <p> Beans aren't required to provide
 837  
      * icons and may return null from this method. <p> There are four possible
 838  
      * flavors of icons (16x16 color, 32x32 color, 16x16 mono, 32x32 mono). If a
 839  
      * bean choses to only support a single icon we recommend supporting 16x16
 840  
      * color. <p> We recommend that icons have a "transparent" background so
 841  
      * they can be rendered onto an existing background.
 842  
      *
 843  
      * @param iconKind The kind of icon requested. This should be one of the
 844  
      * constant values ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, or
 845  
      * ICON_MONO_32x32.
 846  
      * @return An image object representing the requested icon. May return null
 847  
      * if no suitable icon is available.
 848  
      */
 849  
     @Override
 850  
     public java.awt.Image getIcon(int iconKind) {
 851  0
         switch (iconKind) {
 852  
             case ICON_COLOR_16x16:
 853  0
                 if (iconNameC16 == null) {
 854  0
                     return null;
 855  
                 } else {
 856  0
                     if (iconColor16 == null) {
 857  0
                         iconColor16 = loadImage(iconNameC16);
 858  
                     }
 859  0
                     return iconColor16;
 860  
                 }
 861  
             case ICON_COLOR_32x32:
 862  0
                 if (iconNameC32 == null) {
 863  0
                     return null;
 864  
                 } else {
 865  0
                     if (iconColor32 == null) {
 866  0
                         iconColor32 = loadImage(iconNameC32);
 867  
                     }
 868  0
                     return iconColor32;
 869  
                 }
 870  
             case ICON_MONO_16x16:
 871  0
                 if (iconNameM16 == null) {
 872  0
                     return null;
 873  
                 } else {
 874  0
                     if (iconMono16 == null) {
 875  0
                         iconMono16 = loadImage(iconNameM16);
 876  
                     }
 877  0
                     return iconMono16;
 878  
                 }
 879  
             case ICON_MONO_32x32:
 880  0
                 if (iconNameM32 == null) {
 881  0
                     return null;
 882  
                 } else {
 883  0
                     if (iconMono32 == null) {
 884  0
                         iconMono32 = loadImage(iconNameM32);
 885  
                     }
 886  0
                     return iconMono32;
 887  
                 }
 888  
             default:
 889  0
                 return null;
 890  
         }
 891  
     }
 892  
 }