/*
* FontChooserBeanInfo.java
*
* Created on 27. Januar 2006, 19:45
*/
package ui.beans;
import java.beans.*;
/**
* @author marcell
*/
public class FontChooserBeanInfo extends SimpleBeanInfo {
// Bean descriptor//GEN-FIRST:BeanDescriptor
/*lazy BeanDescriptor*/
private static BeanDescriptor getBdescriptor(){
BeanDescriptor beanDescriptor = new BeanDescriptor ( ui.beans.FontChooser.class , null ); // NOI18N//GEN-HEADEREND:BeanDescriptor
// Here you can add code for customizing the BeanDescriptor.
return beanDescriptor; }//GEN-LAST:BeanDescriptor
// Property identifiers//GEN-FIRST:Properties
private static final int PROPERTY_accessibleContext = 0;
private static final int PROPERTY_actionMap = 1;
private static final int PROPERTY_alignmentX = 2;
private static final int PROPERTY_alignmentY = 3;
private static final int PROPERTY_ancestorListeners = 4;
private static final int PROPERTY_autoscrolls = 5;
private static final int PROPERTY_background = 6;
private static final int PROPERTY_backgroundSet = 7;
private static final int PROPERTY_border = 8;
private static final int PROPERTY_bounds = 9;
private static final int PROPERTY_colorModel = 10;
private static final int PROPERTY_component = 11;
private static final int PROPERTY_componentCount = 12;
private static final int PROPERTY_componentListeners = 13;
private static final int PROPERTY_componentOrientation = 14;
private static final int PROPERTY_componentPopupMenu = 15;
private static final int PROPERTY_components = 16;
private static final int PROPERTY_containerListeners = 17;
private static final int PROPERTY_cursor = 18;
private static final int PROPERTY_cursorSet = 19;
private static final int PROPERTY_debugGraphicsOptions = 20;
private static final int PROPERTY_displayable = 21;
private static final int PROPERTY_doubleBuffered = 22;
private static final int PROPERTY_dropTarget = 23;
private static final int PROPERTY_enabled = 24;
private static final int PROPERTY_focusable = 25;
private static final int PROPERTY_focusCycleRoot = 26;
private static final int PROPERTY_focusCycleRootAncestor = 27;
private static final int PROPERTY_focusListeners = 28;
private static final int PROPERTY_focusOwner = 29;
private static final int PROPERTY_focusTraversable = 30;
private static final int PROPERTY_focusTraversalKeys = 31;
private static final int PROPERTY_focusTraversalKeysEnabled = 32;
private static final int PROPERTY_focusTraversalPolicy = 33;
private static final int PROPERTY_focusTraversalPolicyProvider = 34;
private static final int PROPERTY_focusTraversalPolicySet = 35;
private static final int PROPERTY_font = 36;
private static final int PROPERTY_fontSet = 37;
private static final int PROPERTY_foreground = 38;
private static final int PROPERTY_foregroundSet = 39;
private static final int PROPERTY_graphics = 40;
private static final int PROPERTY_graphicsConfiguration = 41;
private static final int PROPERTY_height = 42;
private static final int PROPERTY_hierarchyBoundsListeners = 43;
private static final int PROPERTY_hierarchyListeners = 44;
private static final int PROPERTY_ignoreRepaint = 45;
private static final int PROPERTY_inheritsPopupMenu = 46;
private static final int PROPERTY_inputContext = 47;
private static final int PROPERTY_inputMap = 48;
private static final int PROPERTY_inputMethodListeners = 49;
private static final int PROPERTY_inputMethodRequests = 50;
private static final int PROPERTY_inputVerifier = 51;
private static final int PROPERTY_insets = 52;
private static final int PROPERTY_keyListeners = 53;
private static final int PROPERTY_layout = 54;
private static final int PROPERTY_lightweight = 55;
private static final int PROPERTY_locale = 56;
private static final int PROPERTY_location = 57;
private static final int PROPERTY_locationOnScreen = 58;
private static final int PROPERTY_managingFocus = 59;
private static final int PROPERTY_maximumSize = 60;
private static final int PROPERTY_maximumSizeSet = 61;
private static final int PROPERTY_minimumSize = 62;
private static final int PROPERTY_minimumSizeSet = 63;
private static final int PROPERTY_mouseListeners = 64;
private static final int PROPERTY_mouseMotionListeners = 65;
private static final int PROPERTY_mousePosition = 66;
private static final int PROPERTY_mouseWheelListeners = 67;
private static final int PROPERTY_name = 68;
private static final int PROPERTY_nextFocusableComponent = 69;
private static final int PROPERTY_opaque = 70;
private static final int PROPERTY_optimizedDrawingEnabled = 71;
private static final int PROPERTY_paintingTile = 72;
private static final int PROPERTY_parent = 73;
private static final int PROPERTY_peer = 74;
private static final int PROPERTY_preferredSize = 75;
private static final int PROPERTY_preferredSizeSet = 76;
private static final int PROPERTY_propertyChangeListeners = 77;
private static final int PROPERTY_registeredKeyStrokes = 78;
private static final int PROPERTY_requestFocusEnabled = 79;
private static final int PROPERTY_rootPane = 80;
private static final int PROPERTY_showing = 81;
private static final int PROPERTY_size = 82;
private static final int PROPERTY_toolkit = 83;
private static final int PROPERTY_toolTipText = 84;
private static final int PROPERTY_topLevelAncestor = 85;
private static final int PROPERTY_transferHandler = 86;
private static final int PROPERTY_treeLock = 87;
private static final int PROPERTY_UI = 88;
private static final int PROPERTY_UIClassID = 89;
private static final int PROPERTY_valid = 90;
private static final int PROPERTY_validateRoot = 91;
private static final int PROPERTY_verifyInputWhenFocusTarget = 92;
private static final int PROPERTY_vetoableChangeListeners = 93;
private static final int PROPERTY_visible = 94;
private static final int PROPERTY_visibleRect = 95;
private static final int PROPERTY_width = 96;
private static final int PROPERTY_x = 97;
private static final int PROPERTY_y = 98;
// Property array
/*lazy PropertyDescriptor*/
private static PropertyDescriptor[] getPdescriptor(){
PropertyDescriptor[] properties = new PropertyDescriptor[99];
try {
properties[PROPERTY_accessibleContext] = new PropertyDescriptor ( "accessibleContext", ui.beans.FontChooser.class, "getAccessibleContext", null ); // NOI18N
properties[PROPERTY_actionMap] = new PropertyDescriptor ( "actionMap", ui.beans.FontChooser.class, "getActionMap", "setActionMap" ); // NOI18N
properties[PROPERTY_alignmentX] = new PropertyDescriptor ( "alignmentX", ui.beans.FontChooser.class, "getAlignmentX", "setAlignmentX" ); // NOI18N
properties[PROPERTY_alignmentY] = new PropertyDescriptor ( "alignmentY", ui.beans.FontChooser.class, "getAlignmentY", "setAlignmentY" ); // NOI18N
properties[PROPERTY_ancestorListeners] = new PropertyDescriptor ( "ancestorListeners", ui.beans.FontChooser.class, "getAncestorListeners", null ); // NOI18N
properties[PROPERTY_autoscrolls] = new PropertyDescriptor ( "autoscrolls", ui.beans.FontChooser.class, "getAutoscrolls", "setAutoscrolls" ); // NOI18N
properties[PROPERTY_background] = new PropertyDescriptor ( "background", ui.beans.FontChooser.class, "getBackground", "setBackground" ); // NOI18N
properties[PROPERTY_backgroundSet] = new PropertyDescriptor ( "backgroundSet", ui.beans.FontChooser.class, "isBackgroundSet", null ); // NOI18N
properties[PROPERTY_border] = new PropertyDescriptor ( "border", ui.beans.FontChooser.class, "getBorder", "setBorder" ); // NOI18N
properties[PROPERTY_bounds] = new PropertyDescriptor ( "bounds", ui.beans.FontChooser.class, "getBounds", "setBounds" ); // NOI18N
properties[PROPERTY_colorModel] = new PropertyDescriptor ( "colorModel", ui.beans.FontChooser.class, "getColorModel", null ); // NOI18N
properties[PROPERTY_component] = new IndexedPropertyDescriptor ( "component", ui.beans.FontChooser.class, null, null, "getComponent", null ); // NOI18N
properties[PROPERTY_componentCount] = new PropertyDescriptor ( "componentCount", ui.beans.FontChooser.class, "getComponentCount", null ); // NOI18N
properties[PROPERTY_componentListeners] = new PropertyDescriptor ( "componentListeners", ui.beans.FontChooser.class, "getComponentListeners", null ); // NOI18N
properties[PROPERTY_componentOrientation] = new PropertyDescriptor ( "componentOrientation", ui.beans.FontChooser.class, "getComponentOrientation", "setComponentOrientation" ); // NOI18N
properties[PROPERTY_componentPopupMenu] = new PropertyDescriptor ( "componentPopupMenu", ui.beans.FontChooser.class, "getComponentPopupMenu", "setComponentPopupMenu" ); // NOI18N
properties[PROPERTY_components] = new PropertyDescriptor ( "components", ui.beans.FontChooser.class, "getComponents", null ); // NOI18N
properties[PROPERTY_containerListeners] = new PropertyDescriptor ( "containerListeners", ui.beans.FontChooser.class, "getContainerListeners", null ); // NOI18N
properties[PROPERTY_cursor] = new PropertyDescriptor ( "cursor", ui.beans.FontChooser.class, "getCursor", "setCursor" ); // NOI18N
properties[PROPERTY_cursorSet] = new PropertyDescriptor ( "cursorSet", ui.beans.FontChooser.class, "isCursorSet", null ); // NOI18N
properties[PROPERTY_debugGraphicsOptions] = new PropertyDescriptor ( "debugGraphicsOptions", ui.beans.FontChooser.class, "getDebugGraphicsOptions", "setDebugGraphicsOptions" ); // NOI18N
properties[PROPERTY_displayable] = new PropertyDescriptor ( "displayable", ui.beans.FontChooser.class, "isDisplayable", null ); // NOI18N
properties[PROPERTY_doubleBuffered] = new PropertyDescriptor ( "doubleBuffered", ui.beans.FontChooser.class, "isDoubleBuffered", "setDoubleBuffered" ); // NOI18N
properties[PROPERTY_dropTarget] = new PropertyDescriptor ( "dropTarget", ui.beans.FontChooser.class, "getDropTarget", "setDropTarget" ); // NOI18N
properties[PROPERTY_enabled] = new PropertyDescriptor ( "enabled", ui.beans.FontChooser.class, "isEnabled", "setEnabled" ); // NOI18N
properties[PROPERTY_focusable] = new PropertyDescriptor ( "focusable", ui.beans.FontChooser.class, "isFocusable", "setFocusable" ); // NOI18N
properties[PROPERTY_focusCycleRoot] = new PropertyDescriptor ( "focusCycleRoot", ui.beans.FontChooser.class, "isFocusCycleRoot", "setFocusCycleRoot" ); // NOI18N
properties[PROPERTY_focusCycleRootAncestor] = new PropertyDescriptor ( "focusCycleRootAncestor", ui.beans.FontChooser.class, "getFocusCycleRootAncestor", null ); // NOI18N
properties[PROPERTY_focusListeners] = new PropertyDescriptor ( "focusListeners", ui.beans.FontChooser.class, "getFocusListeners", null ); // NOI18N
properties[PROPERTY_focusOwner] = new PropertyDescriptor ( "focusOwner", ui.beans.FontChooser.class, "isFocusOwner", null ); // NOI18N
properties[PROPERTY_focusTraversable] = new PropertyDescriptor ( "focusTraversable", ui.beans.FontChooser.class, "isFocusTraversable", null ); // NOI18N
properties[PROPERTY_focusTraversalKeys] = new IndexedPropertyDescriptor ( "focusTraversalKeys", ui.beans.FontChooser.class, null, null, "getFocusTraversalKeys", "setFocusTraversalKeys" ); // NOI18N
properties[PROPERTY_focusTraversalKeysEnabled] = new PropertyDescriptor ( "focusTraversalKeysEnabled", ui.beans.FontChooser.class, "getFocusTraversalKeysEnabled", "setFocusTraversalKeysEnabled" ); // NOI18N
properties[PROPERTY_focusTraversalPolicy] = new PropertyDescriptor ( "focusTraversalPolicy", ui.beans.FontChooser.class, "getFocusTraversalPolicy", "setFocusTraversalPolicy" ); // NOI18N
properties[PROPERTY_focusTraversalPolicyProvider] = new PropertyDescriptor ( "focusTraversalPolicyProvider", ui.beans.FontChooser.class, "isFocusTraversalPolicyProvider", "setFocusTraversalPolicyProvider" ); // NOI18N
properties[PROPERTY_focusTraversalPolicySet] = new PropertyDescriptor ( "focusTraversalPolicySet", ui.beans.FontChooser.class, "isFocusTraversalPolicySet", null ); // NOI18N
properties[PROPERTY_font] = new PropertyDescriptor ( "font", ui.beans.FontChooser.class, "getFont", "setFont" ); // NOI18N
properties[PROPERTY_fontSet] = new PropertyDescriptor ( "fontSet", ui.beans.FontChooser.class, "isFontSet", null ); // NOI18N
properties[PROPERTY_foreground] = new PropertyDescriptor ( "foreground", ui.beans.FontChooser.class, "getForeground", "setForeground" ); // NOI18N
properties[PROPERTY_foregroundSet] = new PropertyDescriptor ( "foregroundSet", ui.beans.FontChooser.class, "isForegroundSet", null ); // NOI18N
properties[PROPERTY_graphics] = new PropertyDescriptor ( "graphics", ui.beans.FontChooser.class, "getGraphics", null ); // NOI18N
properties[PROPERTY_graphicsConfiguration] = new PropertyDescriptor ( "graphicsConfiguration", ui.beans.FontChooser.class, "getGraphicsConfiguration", null ); // NOI18N
properties[PROPERTY_height] = new PropertyDescriptor ( "height", ui.beans.FontChooser.class, "getHeight", null ); // NOI18N
properties[PROPERTY_hierarchyBoundsListeners] = new PropertyDescriptor ( "hierarchyBoundsListeners", ui.beans.FontChooser.class, "getHierarchyBoundsListeners", null ); // NOI18N
properties[PROPERTY_hierarchyListeners] = new PropertyDescriptor ( "hierarchyListeners", ui.beans.FontChooser.class, "getHierarchyListeners", null ); // NOI18N
properties[PROPERTY_ignoreRepaint] = new PropertyDescriptor ( "ignoreRepaint", ui.beans.FontChooser.class, "getIgnoreRepaint", "setIgnoreRepaint" ); // NOI18N
properties[PROPERTY_inheritsPopupMenu] = new PropertyDescriptor ( "inheritsPopupMenu", ui.beans.FontChooser.class, "getInheritsPopupMenu", "setInheritsPopupMenu" ); // NOI18N
properties[PROPERTY_inputContext] = new PropertyDescriptor ( "inputContext", ui.beans.FontChooser.class, "getInputContext", null ); // NOI18N
properties[PROPERTY_inputMap] = new PropertyDescriptor ( "inputMap", ui.beans.FontChooser.class, "getInputMap", null ); // NOI18N
properties[PROPERTY_inputMethodListeners] = new PropertyDescriptor ( "inputMethodListeners", ui.beans.FontChooser.class, "getInputMethodListeners", null ); // NOI18N
properties[PROPERTY_inputMethodRequests] = new PropertyDescriptor ( "inputMethodRequests", ui.beans.FontChooser.class, "getInputMethodRequests", null ); // NOI18N
properties[PROPERTY_inputVerifier] = new PropertyDescriptor ( "inputVerifier", ui.beans.FontChooser.class, "getInputVerifier", "setInputVerifier" ); // NOI18N
properties[PROPERTY_insets] = new PropertyDescriptor ( "insets", ui.beans.FontChooser.class, "getInsets", null ); // NOI18N
properties[PROPERTY_keyListeners] = new PropertyDescriptor ( "keyListeners", ui.beans.FontChooser.class, "getKeyListeners", null ); // NOI18N
properties[PROPERTY_layout] = new PropertyDescriptor ( "layout", ui.beans.FontChooser.class, "getLayout", "setLayout" ); // NOI18N
properties[PROPERTY_lightweight] = new PropertyDescriptor ( "lightweight", ui.beans.FontChooser.class, "isLightweight", null ); // NOI18N
properties[PROPERTY_locale] = new PropertyDescriptor ( "locale", ui.beans.FontChooser.class, "getLocale", "setLocale" ); // NOI18N
properties[PROPERTY_location] = new PropertyDescriptor ( "location", ui.beans.FontChooser.class, "getLocation", "setLocation" ); // NOI18N
properties[PROPERTY_locationOnScreen] = new PropertyDescriptor ( "locationOnScreen", ui.beans.FontChooser.class, "getLocationOnScreen", null ); // NOI18N
properties[PROPERTY_managingFocus] = new PropertyDescriptor ( "managingFocus", ui.beans.FontChooser.class, "isManagingFocus", null ); // NOI18N
properties[PROPERTY_maximumSize] = new PropertyDescriptor ( "maximumSize", ui.beans.FontChooser.class, "getMaximumSize", "setMaximumSize" ); // NOI18N
properties[PROPERTY_maximumSizeSet] = new PropertyDescriptor ( "maximumSizeSet", ui.beans.FontChooser.class, "isMaximumSizeSet", null ); // NOI18N
properties[PROPERTY_minimumSize] = new PropertyDescriptor ( "minimumSize", ui.beans.FontChooser.class, "getMinimumSize", "setMinimumSize" ); // NOI18N
properties[PROPERTY_minimumSizeSet] = new PropertyDescriptor ( "minimumSizeSet", ui.beans.FontChooser.class, "isMinimumSizeSet", null ); // NOI18N
properties[PROPERTY_mouseListeners] = new PropertyDescriptor ( "mouseListeners", ui.beans.FontChooser.class, "getMouseListeners", null ); // NOI18N
properties[PROPERTY_mouseMotionListeners] = new PropertyDescriptor ( "mouseMotionListeners", ui.beans.FontChooser.class, "getMouseMotionListeners", null ); // NOI18N
properties[PROPERTY_mousePosition] = new PropertyDescriptor ( "mousePosition", ui.beans.FontChooser.class, "getMousePosition", null ); // NOI18N
properties[PROPERTY_mouseWheelListeners] = new PropertyDescriptor ( "mouseWheelListeners", ui.beans.FontChooser.class, "getMouseWheelListeners", null ); // NOI18N
properties[PROPERTY_name] = new PropertyDescriptor ( "name", ui.beans.FontChooser.class, "getName", "setName" ); // NOI18N
properties[PROPERTY_nextFocusableComponent] = new PropertyDescriptor ( "nextFocusableComponent", ui.beans.FontChooser.class, "getNextFocusableComponent", "setNextFocusableComponent" ); // NOI18N
properties[PROPERTY_opaque] = new PropertyDescriptor ( "opaque", ui.beans.FontChooser.class, "isOpaque", "setOpaque" ); // NOI18N
properties[PROPERTY_optimizedDrawingEnabled] = new PropertyDescriptor ( "optimizedDrawingEnabled", ui.beans.FontChooser.class, "isOptimizedDrawingEnabled", null ); // NOI18N
properties[PROPERTY_paintingTile] = new PropertyDescriptor ( "paintingTile", ui.beans.FontChooser.class, "isPaintingTile", null ); // NOI18N
properties[PROPERTY_parent] = new PropertyDescriptor ( "parent", ui.beans.FontChooser.class, "getParent", null ); // NOI18N
properties[PROPERTY_peer] = new PropertyDescriptor ( "peer", ui.beans.FontChooser.class, "getPeer", null ); // NOI18N
properties[PROPERTY_preferredSize] = new PropertyDescriptor ( "preferredSize", ui.beans.FontChooser.class, "getPreferredSize", "setPreferredSize" ); // NOI18N
properties[PROPERTY_preferredSizeSet] = new PropertyDescriptor ( "preferredSizeSet", ui.beans.FontChooser.class, "isPreferredSizeSet", null ); // NOI18N
properties[PROPERTY_propertyChangeListeners] = new PropertyDescriptor ( "propertyChangeListeners", ui.beans.FontChooser.class, "getPropertyChangeListeners", null ); // NOI18N
properties[PROPERTY_registeredKeyStrokes] = new PropertyDescriptor ( "registeredKeyStrokes", ui.beans.FontChooser.class, "getRegisteredKeyStrokes", null ); // NOI18N
properties[PROPERTY_requestFocusEnabled] = new PropertyDescriptor ( "requestFocusEnabled", ui.beans.FontChooser.class, "isRequestFocusEnabled", "setRequestFocusEnabled" ); // NOI18N
properties[PROPERTY_rootPane] = new PropertyDescriptor ( "rootPane", ui.beans.FontChooser.class, "getRootPane", null ); // NOI18N
properties[PROPERTY_showing] = new PropertyDescriptor ( "showing", ui.beans.FontChooser.class, "isShowing", null ); // NOI18N
properties[PROPERTY_size] = new PropertyDescriptor ( "size", ui.beans.FontChooser.class, "getSize", "setSize" ); // NOI18N
properties[PROPERTY_toolkit] = new PropertyDescriptor ( "toolkit", ui.beans.FontChooser.class, "getToolkit", null ); // NOI18N
properties[PROPERTY_toolTipText] = new PropertyDescriptor ( "toolTipText", ui.beans.FontChooser.class, "getToolTipText", "setToolTipText" ); // NOI18N
properties[PROPERTY_topLevelAncestor] = new PropertyDescriptor ( "topLevelAncestor", ui.beans.FontChooser.class, "getTopLevelAncestor", null ); // NOI18N
properties[PROPERTY_transferHandler] = new PropertyDescriptor ( "transferHandler", ui.beans.FontChooser.class, "getTransferHandler", "setTransferHandler" ); // NOI18N
properties[PROPERTY_treeLock] = new PropertyDescriptor ( "treeLock", ui.beans.FontChooser.class, "getTreeLock", null ); // NOI18N
properties[PROPERTY_UI] = new PropertyDescriptor ( "UI", ui.beans.FontChooser.class, "getUI", "setUI" ); // NOI18N
properties[PROPERTY_UIClassID] = new PropertyDescriptor ( "UIClassID", ui.beans.FontChooser.class, "getUIClassID", null ); // NOI18N
properties[PROPERTY_valid] = new PropertyDescriptor ( "valid", ui.beans.FontChooser.class, "isValid", null ); // NOI18N
properties[PROPERTY_validateRoot] = new PropertyDescriptor ( "validateRoot", ui.beans.FontChooser.class, "isValidateRoot", null ); // NOI18N
properties[PROPERTY_verifyInputWhenFocusTarget] = new PropertyDescriptor ( "verifyInputWhenFocusTarget", ui.beans.FontChooser.class, "getVerifyInputWhenFocusTarget", "setVerifyInputWhenFocusTarget" ); // NOI18N
properties[PROPERTY_vetoableChangeListeners] = new PropertyDescriptor ( "vetoableChangeListeners", ui.beans.FontChooser.class, "getVetoableChangeListeners", null ); // NOI18N
properties[PROPERTY_visible] = new PropertyDescriptor ( "visible", ui.beans.FontChooser.class, "isVisible", "setVisible" ); // NOI18N
properties[PROPERTY_visibleRect] = new PropertyDescriptor ( "visibleRect", ui.beans.FontChooser.class, "getVisibleRect", null ); // NOI18N
properties[PROPERTY_width] = new PropertyDescriptor ( "width", ui.beans.FontChooser.class, "getWidth", null ); // NOI18N
properties[PROPERTY_x] = new PropertyDescriptor ( "x", ui.beans.FontChooser.class, "getX", null ); // NOI18N
properties[PROPERTY_y] = new PropertyDescriptor ( "y", ui.beans.FontChooser.class, "getY", null ); // NOI18N
}
catch(IntrospectionException e) {
e.printStackTrace();
}//GEN-HEADEREND:Properties
// Here you can add code for customizing the properties array.
return properties; }//GEN-LAST:Properties
// EventSet identifiers//GEN-FIRST:Events
private static final int EVENT_ancestorListener = 0;
private static final int EVENT_componentListener = 1;
private static final int EVENT_containerListener = 2;
private static final int EVENT_focusListener = 3;
private static final int EVENT_hierarchyBoundsListener = 4;
private static final int EVENT_hierarchyListener = 5;
private static final int EVENT_inputMethodListener = 6;
private static final int EVENT_keyListener = 7;
private static final int EVENT_mouseListener = 8;
private static final int EVENT_mouseMotionListener = 9;
private static final int EVENT_mouseWheelListener = 10;
private static final int EVENT_propertyChangeListener = 11;
private static final int EVENT_vetoableChangeListener = 12;
// EventSet array
/*lazy EventSetDescriptor*/
private static EventSetDescriptor[] getEdescriptor(){
EventSetDescriptor[] eventSets = new EventSetDescriptor[13];
try {
eventSets[EVENT_ancestorListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "ancestorListener", javax.swing.event.AncestorListener.class, new String[] {"ancestorAdded", "ancestorMoved", "ancestorRemoved"}, "addAncestorListener", "removeAncestorListener" ); // NOI18N
eventSets[EVENT_componentListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "componentListener", java.awt.event.ComponentListener.class, new String[] {"componentHidden", "componentMoved", "componentResized", "componentShown"}, "addComponentListener", "removeComponentListener" ); // NOI18N
eventSets[EVENT_containerListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "containerListener", java.awt.event.ContainerListener.class, new String[] {"componentAdded", "componentRemoved"}, "addContainerListener", "removeContainerListener" ); // NOI18N
eventSets[EVENT_focusListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "focusListener", java.awt.event.FocusListener.class, new String[] {"focusGained", "focusLost"}, "addFocusListener", "removeFocusListener" ); // NOI18N
eventSets[EVENT_hierarchyBoundsListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "hierarchyBoundsListener", java.awt.event.HierarchyBoundsListener.class, new String[] {"ancestorMoved", "ancestorResized"}, "addHierarchyBoundsListener", "removeHierarchyBoundsListener" ); // NOI18N
eventSets[EVENT_hierarchyListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "hierarchyListener", java.awt.event.HierarchyListener.class, new String[] {"hierarchyChanged"}, "addHierarchyListener", "removeHierarchyListener" ); // NOI18N
eventSets[EVENT_inputMethodListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "inputMethodListener", java.awt.event.InputMethodListener.class, new String[] {"caretPositionChanged", "inputMethodTextChanged"}, "addInputMethodListener", "removeInputMethodListener" ); // NOI18N
eventSets[EVENT_keyListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "keyListener", java.awt.event.KeyListener.class, new String[] {"keyPressed", "keyReleased", "keyTyped"}, "addKeyListener", "removeKeyListener" ); // NOI18N
eventSets[EVENT_mouseListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "mouseListener", java.awt.event.MouseListener.class, new String[] {"mouseClicked", "mouseEntered", "mouseExited", "mousePressed", "mouseReleased"}, "addMouseListener", "removeMouseListener" ); // NOI18N
eventSets[EVENT_mouseMotionListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "mouseMotionListener", java.awt.event.MouseMotionListener.class, new String[] {"mouseDragged", "mouseMoved"}, "addMouseMotionListener", "removeMouseMotionListener" ); // NOI18N
eventSets[EVENT_mouseWheelListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "mouseWheelListener", java.awt.event.MouseWheelListener.class, new String[] {"mouseWheelMoved"}, "addMouseWheelListener", "removeMouseWheelListener" ); // NOI18N
eventSets[EVENT_propertyChangeListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "propertyChangeListener", java.beans.PropertyChangeListener.class, new String[] {"propertyChange"}, "addPropertyChangeListener", "removePropertyChangeListener" ); // NOI18N
eventSets[EVENT_vetoableChangeListener] = new EventSetDescriptor ( ui.beans.FontChooser.class, "vetoableChangeListener", java.beans.VetoableChangeListener.class, new String[] {"vetoableChange"}, "addVetoableChangeListener", "removeVetoableChangeListener" ); // NOI18N
}
catch(IntrospectionException e) {
e.printStackTrace();
}//GEN-HEADEREND:Events
// Here you can add code for customizing the event sets array.
return eventSets; }//GEN-LAST:Events
// Method identifiers//GEN-FIRST:Methods
private static final int METHOD_action0 = 0;
private static final int METHOD_add1 = 1;
private static final int METHOD_addNotify2 = 2;
private static final int METHOD_addPropertyChangeListener3 = 3;
private static final int METHOD_applyComponentOrientation4 = 4;
private static final int METHOD_areFocusTraversalKeysSet5 = 5;
private static final int METHOD_bounds6 = 6;
private static final int METHOD_checkImage7 = 7;
private static final int METHOD_computeVisibleRect8 = 8;
private static final int METHOD_contains9 = 9;
private static final int METHOD_countComponents10 = 10;
private static final int METHOD_createImage11 = 11;
private static final int METHOD_createToolTip12 = 12;
private static final int METHOD_createVolatileImage13 = 13;
private static final int METHOD_deliverEvent14 = 14;
private static final int METHOD_disable15 = 15;
private static final int METHOD_dispatchEvent16 = 16;
private static final int METHOD_doLayout17 = 17;
private static final int METHOD_enable18 = 18;
private static final int METHOD_enableInputMethods19 = 19;
private static final int METHOD_findComponentAt20 = 20;
private static final int METHOD_firePropertyChange21 = 21;
private static final int METHOD_getActionForKeyStroke22 = 22;
private static final int METHOD_getBounds23 = 23;
private static final int METHOD_getClientProperty24 = 24;
private static final int METHOD_getComponentAt25 = 25;
private static final int METHOD_getComponentZOrder26 = 26;
private static final int METHOD_getConditionForKeyStroke27 = 27;
private static final int METHOD_getDefaultLocale28 = 28;
private static final int METHOD_getFontMetrics29 = 29;
private static final int METHOD_getInsets30 = 30;
private static final int METHOD_getListeners31 = 31;
private static final int METHOD_getLocation32 = 32;
private static final int METHOD_getMousePosition33 = 33;
private static final int METHOD_getPopupLocation34 = 34;
private static final int METHOD_getPropertyChangeListeners35 = 35;
private static final int METHOD_getSize36 = 36;
private static final int METHOD_getToolTipLocation37 = 37;
private static final int METHOD_getToolTipText38 = 38;
private static final int METHOD_gotFocus39 = 39;
private static final int METHOD_grabFocus40 = 40;
private static final int METHOD_handleEvent41 = 41;
private static final int METHOD_hasFocus42 = 42;
private static final int METHOD_hide43 = 43;
private static final int METHOD_imageUpdate44 = 44;
private static final int METHOD_insets45 = 45;
private static final int METHOD_inside46 = 46;
private static final int METHOD_invalidate47 = 47;
private static final int METHOD_isAncestorOf48 = 48;
private static final int METHOD_isFocusCycleRoot49 = 49;
private static final int METHOD_isLightweightComponent50 = 50;
private static final int METHOD_keyDown51 = 51;
private static final int METHOD_keyUp52 = 52;
private static final int METHOD_layout53 = 53;
private static final int METHOD_list54 = 54;
private static final int METHOD_locate55 = 55;
private static final int METHOD_location56 = 56;
private static final int METHOD_lostFocus57 = 57;
private static final int METHOD_minimumSize58 = 58;
private static final int METHOD_mouseDown59 = 59;
private static final int METHOD_mouseDrag60 = 60;
private static final int METHOD_mouseEnter61 = 61;
private static final int METHOD_mouseExit62 = 62;
private static final int METHOD_mouseMove63 = 63;
private static final int METHOD_mouseUp64 = 64;
private static final int METHOD_move65 = 65;
private static final int METHOD_nextFocus66 = 66;
private static final int METHOD_paint67 = 67;
private static final int METHOD_paintAll68 = 68;
private static final int METHOD_paintComponents69 = 69;
private static final int METHOD_paintImmediately70 = 70;
private static final int METHOD_postEvent71 = 71;
private static final int METHOD_preferredSize72 = 72;
private static final int METHOD_prepareImage73 = 73;
private static final int METHOD_print74 = 74;
private static final int METHOD_printAll75 = 75;
private static final int METHOD_printComponents76 = 76;
private static final int METHOD_putClientProperty77 = 77;
private static final int METHOD_registerKeyboardAction78 = 78;
private static final int METHOD_remove79 = 79;
private static final int METHOD_removeAll80 = 80;
private static final int METHOD_removeNotify81 = 81;
private static final int METHOD_removePropertyChangeListener82 = 82;
private static final int METHOD_repaint83 = 83;
private static final int METHOD_requestDefaultFocus84 = 84;
private static final int METHOD_requestFocus85 = 85;
private static final int METHOD_requestFocusInWindow86 = 86;
private static final int METHOD_resetKeyboardActions87 = 87;
private static final int METHOD_reshape88 = 88;
private static final int METHOD_resize89 = 89;
private static final int METHOD_revalidate90 = 90;
private static final int METHOD_scrollRectToVisible91 = 91;
private static final int METHOD_setBounds92 = 92;
private static final int METHOD_setComponentZOrder93 = 93;
private static final int METHOD_setDefaultLocale94 = 94;
private static final int METHOD_show95 = 95;
private static final int METHOD_size96 = 96;
private static final int METHOD_toString97 = 97;
private static final int METHOD_transferFocus98 = 98;
private static final int METHOD_transferFocusBackward99 = 99;
private static final int METHOD_transferFocusDownCycle100 = 100;
private static final int METHOD_transferFocusUpCycle101 = 101;
private static final int METHOD_unregisterKeyboardAction102 = 102;
private static final int METHOD_update103 = 103;
private static final int METHOD_updateUI104 = 104;
private static final int METHOD_validate105 = 105;
// Method array
/*lazy MethodDescriptor*/
private static MethodDescriptor[] getMdescriptor(){
MethodDescriptor[] methods = new MethodDescriptor[106];
try {
methods[METHOD_action0] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("action", new Class[] {java.awt.Event.class, java.lang.Object.class})); // NOI18N
methods[METHOD_action0].setDisplayName ( "" );
methods[METHOD_add1] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("add", new Class[] {java.awt.Component.class})); // NOI18N
methods[METHOD_add1].setDisplayName ( "" );
methods[METHOD_addNotify2] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("addNotify", new Class[] {})); // NOI18N
methods[METHOD_addNotify2].setDisplayName ( "" );
methods[METHOD_addPropertyChangeListener3] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("addPropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class})); // NOI18N
methods[METHOD_addPropertyChangeListener3].setDisplayName ( "" );
methods[METHOD_applyComponentOrientation4] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("applyComponentOrientation", new Class[] {java.awt.ComponentOrientation.class})); // NOI18N
methods[METHOD_applyComponentOrientation4].setDisplayName ( "" );
methods[METHOD_areFocusTraversalKeysSet5] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("areFocusTraversalKeysSet", new Class[] {Integer.TYPE})); // NOI18N
methods[METHOD_areFocusTraversalKeysSet5].setDisplayName ( "" );
methods[METHOD_bounds6] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("bounds", new Class[] {})); // NOI18N
methods[METHOD_bounds6].setDisplayName ( "" );
methods[METHOD_checkImage7] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("checkImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class})); // NOI18N
methods[METHOD_checkImage7].setDisplayName ( "" );
methods[METHOD_computeVisibleRect8] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("computeVisibleRect", new Class[] {java.awt.Rectangle.class})); // NOI18N
methods[METHOD_computeVisibleRect8].setDisplayName ( "" );
methods[METHOD_contains9] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("contains", new Class[] {Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_contains9].setDisplayName ( "" );
methods[METHOD_countComponents10] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("countComponents", new Class[] {})); // NOI18N
methods[METHOD_countComponents10].setDisplayName ( "" );
methods[METHOD_createImage11] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("createImage", new Class[] {java.awt.image.ImageProducer.class})); // NOI18N
methods[METHOD_createImage11].setDisplayName ( "" );
methods[METHOD_createToolTip12] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("createToolTip", new Class[] {})); // NOI18N
methods[METHOD_createToolTip12].setDisplayName ( "" );
methods[METHOD_createVolatileImage13] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("createVolatileImage", new Class[] {Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_createVolatileImage13].setDisplayName ( "" );
methods[METHOD_deliverEvent14] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("deliverEvent", new Class[] {java.awt.Event.class})); // NOI18N
methods[METHOD_deliverEvent14].setDisplayName ( "" );
methods[METHOD_disable15] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("disable", new Class[] {})); // NOI18N
methods[METHOD_disable15].setDisplayName ( "" );
methods[METHOD_dispatchEvent16] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("dispatchEvent", new Class[] {java.awt.AWTEvent.class})); // NOI18N
methods[METHOD_dispatchEvent16].setDisplayName ( "" );
methods[METHOD_doLayout17] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("doLayout", new Class[] {})); // NOI18N
methods[METHOD_doLayout17].setDisplayName ( "" );
methods[METHOD_enable18] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("enable", new Class[] {})); // NOI18N
methods[METHOD_enable18].setDisplayName ( "" );
methods[METHOD_enableInputMethods19] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("enableInputMethods", new Class[] {Boolean.TYPE})); // NOI18N
methods[METHOD_enableInputMethods19].setDisplayName ( "" );
methods[METHOD_findComponentAt20] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("findComponentAt", new Class[] {Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_findComponentAt20].setDisplayName ( "" );
methods[METHOD_firePropertyChange21] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, Boolean.TYPE, Boolean.TYPE})); // NOI18N
methods[METHOD_firePropertyChange21].setDisplayName ( "" );
methods[METHOD_getActionForKeyStroke22] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getActionForKeyStroke", new Class[] {javax.swing.KeyStroke.class})); // NOI18N
methods[METHOD_getActionForKeyStroke22].setDisplayName ( "" );
methods[METHOD_getBounds23] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getBounds", new Class[] {java.awt.Rectangle.class})); // NOI18N
methods[METHOD_getBounds23].setDisplayName ( "" );
methods[METHOD_getClientProperty24] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getClientProperty", new Class[] {java.lang.Object.class})); // NOI18N
methods[METHOD_getClientProperty24].setDisplayName ( "" );
methods[METHOD_getComponentAt25] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getComponentAt", new Class[] {Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_getComponentAt25].setDisplayName ( "" );
methods[METHOD_getComponentZOrder26] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getComponentZOrder", new Class[] {java.awt.Component.class})); // NOI18N
methods[METHOD_getComponentZOrder26].setDisplayName ( "" );
methods[METHOD_getConditionForKeyStroke27] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getConditionForKeyStroke", new Class[] {javax.swing.KeyStroke.class})); // NOI18N
methods[METHOD_getConditionForKeyStroke27].setDisplayName ( "" );
methods[METHOD_getDefaultLocale28] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getDefaultLocale", new Class[] {})); // NOI18N
methods[METHOD_getDefaultLocale28].setDisplayName ( "" );
methods[METHOD_getFontMetrics29] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getFontMetrics", new Class[] {java.awt.Font.class})); // NOI18N
methods[METHOD_getFontMetrics29].setDisplayName ( "" );
methods[METHOD_getInsets30] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getInsets", new Class[] {java.awt.Insets.class})); // NOI18N
methods[METHOD_getInsets30].setDisplayName ( "" );
methods[METHOD_getListeners31] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getListeners", new Class[] {java.lang.Class.class})); // NOI18N
methods[METHOD_getListeners31].setDisplayName ( "" );
methods[METHOD_getLocation32] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getLocation", new Class[] {java.awt.Point.class})); // NOI18N
methods[METHOD_getLocation32].setDisplayName ( "" );
methods[METHOD_getMousePosition33] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getMousePosition", new Class[] {Boolean.TYPE})); // NOI18N
methods[METHOD_getMousePosition33].setDisplayName ( "" );
methods[METHOD_getPopupLocation34] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getPopupLocation", new Class[] {java.awt.event.MouseEvent.class})); // NOI18N
methods[METHOD_getPopupLocation34].setDisplayName ( "" );
methods[METHOD_getPropertyChangeListeners35] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getPropertyChangeListeners", new Class[] {java.lang.String.class})); // NOI18N
methods[METHOD_getPropertyChangeListeners35].setDisplayName ( "" );
methods[METHOD_getSize36] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getSize", new Class[] {java.awt.Dimension.class})); // NOI18N
methods[METHOD_getSize36].setDisplayName ( "" );
methods[METHOD_getToolTipLocation37] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getToolTipLocation", new Class[] {java.awt.event.MouseEvent.class})); // NOI18N
methods[METHOD_getToolTipLocation37].setDisplayName ( "" );
methods[METHOD_getToolTipText38] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("getToolTipText", new Class[] {java.awt.event.MouseEvent.class})); // NOI18N
methods[METHOD_getToolTipText38].setDisplayName ( "" );
methods[METHOD_gotFocus39] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("gotFocus", new Class[] {java.awt.Event.class, java.lang.Object.class})); // NOI18N
methods[METHOD_gotFocus39].setDisplayName ( "" );
methods[METHOD_grabFocus40] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("grabFocus", new Class[] {})); // NOI18N
methods[METHOD_grabFocus40].setDisplayName ( "" );
methods[METHOD_handleEvent41] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("handleEvent", new Class[] {java.awt.Event.class})); // NOI18N
methods[METHOD_handleEvent41].setDisplayName ( "" );
methods[METHOD_hasFocus42] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("hasFocus", new Class[] {})); // NOI18N
methods[METHOD_hasFocus42].setDisplayName ( "" );
methods[METHOD_hide43] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("hide", new Class[] {})); // NOI18N
methods[METHOD_hide43].setDisplayName ( "" );
methods[METHOD_imageUpdate44] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("imageUpdate", new Class[] {java.awt.Image.class, Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_imageUpdate44].setDisplayName ( "" );
methods[METHOD_insets45] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("insets", new Class[] {})); // NOI18N
methods[METHOD_insets45].setDisplayName ( "" );
methods[METHOD_inside46] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("inside", new Class[] {Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_inside46].setDisplayName ( "" );
methods[METHOD_invalidate47] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("invalidate", new Class[] {})); // NOI18N
methods[METHOD_invalidate47].setDisplayName ( "" );
methods[METHOD_isAncestorOf48] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("isAncestorOf", new Class[] {java.awt.Component.class})); // NOI18N
methods[METHOD_isAncestorOf48].setDisplayName ( "" );
methods[METHOD_isFocusCycleRoot49] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("isFocusCycleRoot", new Class[] {java.awt.Container.class})); // NOI18N
methods[METHOD_isFocusCycleRoot49].setDisplayName ( "" );
methods[METHOD_isLightweightComponent50] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("isLightweightComponent", new Class[] {java.awt.Component.class})); // NOI18N
methods[METHOD_isLightweightComponent50].setDisplayName ( "" );
methods[METHOD_keyDown51] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("keyDown", new Class[] {java.awt.Event.class, Integer.TYPE})); // NOI18N
methods[METHOD_keyDown51].setDisplayName ( "" );
methods[METHOD_keyUp52] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("keyUp", new Class[] {java.awt.Event.class, Integer.TYPE})); // NOI18N
methods[METHOD_keyUp52].setDisplayName ( "" );
methods[METHOD_layout53] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("layout", new Class[] {})); // NOI18N
methods[METHOD_layout53].setDisplayName ( "" );
methods[METHOD_list54] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("list", new Class[] {java.io.PrintStream.class, Integer.TYPE})); // NOI18N
methods[METHOD_list54].setDisplayName ( "" );
methods[METHOD_locate55] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("locate", new Class[] {Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_locate55].setDisplayName ( "" );
methods[METHOD_location56] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("location", new Class[] {})); // NOI18N
methods[METHOD_location56].setDisplayName ( "" );
methods[METHOD_lostFocus57] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("lostFocus", new Class[] {java.awt.Event.class, java.lang.Object.class})); // NOI18N
methods[METHOD_lostFocus57].setDisplayName ( "" );
methods[METHOD_minimumSize58] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("minimumSize", new Class[] {})); // NOI18N
methods[METHOD_minimumSize58].setDisplayName ( "" );
methods[METHOD_mouseDown59] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("mouseDown", new Class[] {java.awt.Event.class, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_mouseDown59].setDisplayName ( "" );
methods[METHOD_mouseDrag60] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("mouseDrag", new Class[] {java.awt.Event.class, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_mouseDrag60].setDisplayName ( "" );
methods[METHOD_mouseEnter61] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("mouseEnter", new Class[] {java.awt.Event.class, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_mouseEnter61].setDisplayName ( "" );
methods[METHOD_mouseExit62] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("mouseExit", new Class[] {java.awt.Event.class, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_mouseExit62].setDisplayName ( "" );
methods[METHOD_mouseMove63] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("mouseMove", new Class[] {java.awt.Event.class, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_mouseMove63].setDisplayName ( "" );
methods[METHOD_mouseUp64] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("mouseUp", new Class[] {java.awt.Event.class, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_mouseUp64].setDisplayName ( "" );
methods[METHOD_move65] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("move", new Class[] {Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_move65].setDisplayName ( "" );
methods[METHOD_nextFocus66] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("nextFocus", new Class[] {})); // NOI18N
methods[METHOD_nextFocus66].setDisplayName ( "" );
methods[METHOD_paint67] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("paint", new Class[] {java.awt.Graphics.class})); // NOI18N
methods[METHOD_paint67].setDisplayName ( "" );
methods[METHOD_paintAll68] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("paintAll", new Class[] {java.awt.Graphics.class})); // NOI18N
methods[METHOD_paintAll68].setDisplayName ( "" );
methods[METHOD_paintComponents69] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("paintComponents", new Class[] {java.awt.Graphics.class})); // NOI18N
methods[METHOD_paintComponents69].setDisplayName ( "" );
methods[METHOD_paintImmediately70] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("paintImmediately", new Class[] {Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_paintImmediately70].setDisplayName ( "" );
methods[METHOD_postEvent71] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("postEvent", new Class[] {java.awt.Event.class})); // NOI18N
methods[METHOD_postEvent71].setDisplayName ( "" );
methods[METHOD_preferredSize72] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("preferredSize", new Class[] {})); // NOI18N
methods[METHOD_preferredSize72].setDisplayName ( "" );
methods[METHOD_prepareImage73] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("prepareImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class})); // NOI18N
methods[METHOD_prepareImage73].setDisplayName ( "" );
methods[METHOD_print74] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("print", new Class[] {java.awt.Graphics.class})); // NOI18N
methods[METHOD_print74].setDisplayName ( "" );
methods[METHOD_printAll75] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("printAll", new Class[] {java.awt.Graphics.class})); // NOI18N
methods[METHOD_printAll75].setDisplayName ( "" );
methods[METHOD_printComponents76] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("printComponents", new Class[] {java.awt.Graphics.class})); // NOI18N
methods[METHOD_printComponents76].setDisplayName ( "" );
methods[METHOD_putClientProperty77] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("putClientProperty", new Class[] {java.lang.Object.class, java.lang.Object.class})); // NOI18N
methods[METHOD_putClientProperty77].setDisplayName ( "" );
methods[METHOD_registerKeyboardAction78] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("registerKeyboardAction", new Class[] {java.awt.event.ActionListener.class, java.lang.String.class, javax.swing.KeyStroke.class, Integer.TYPE})); // NOI18N
methods[METHOD_registerKeyboardAction78].setDisplayName ( "" );
methods[METHOD_remove79] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("remove", new Class[] {Integer.TYPE})); // NOI18N
methods[METHOD_remove79].setDisplayName ( "" );
methods[METHOD_removeAll80] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("removeAll", new Class[] {})); // NOI18N
methods[METHOD_removeAll80].setDisplayName ( "" );
methods[METHOD_removeNotify81] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("removeNotify", new Class[] {})); // NOI18N
methods[METHOD_removeNotify81].setDisplayName ( "" );
methods[METHOD_removePropertyChangeListener82] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("removePropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class})); // NOI18N
methods[METHOD_removePropertyChangeListener82].setDisplayName ( "" );
methods[METHOD_repaint83] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("repaint", new Class[] {Long.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_repaint83].setDisplayName ( "" );
methods[METHOD_requestDefaultFocus84] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("requestDefaultFocus", new Class[] {})); // NOI18N
methods[METHOD_requestDefaultFocus84].setDisplayName ( "" );
methods[METHOD_requestFocus85] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("requestFocus", new Class[] {})); // NOI18N
methods[METHOD_requestFocus85].setDisplayName ( "" );
methods[METHOD_requestFocusInWindow86] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("requestFocusInWindow", new Class[] {})); // NOI18N
methods[METHOD_requestFocusInWindow86].setDisplayName ( "" );
methods[METHOD_resetKeyboardActions87] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("resetKeyboardActions", new Class[] {})); // NOI18N
methods[METHOD_resetKeyboardActions87].setDisplayName ( "" );
methods[METHOD_reshape88] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("reshape", new Class[] {Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_reshape88].setDisplayName ( "" );
methods[METHOD_resize89] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("resize", new Class[] {Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_resize89].setDisplayName ( "" );
methods[METHOD_revalidate90] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("revalidate", new Class[] {})); // NOI18N
methods[METHOD_revalidate90].setDisplayName ( "" );
methods[METHOD_scrollRectToVisible91] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("scrollRectToVisible", new Class[] {java.awt.Rectangle.class})); // NOI18N
methods[METHOD_scrollRectToVisible91].setDisplayName ( "" );
methods[METHOD_setBounds92] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("setBounds", new Class[] {Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE})); // NOI18N
methods[METHOD_setBounds92].setDisplayName ( "" );
methods[METHOD_setComponentZOrder93] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("setComponentZOrder", new Class[] {java.awt.Component.class, Integer.TYPE})); // NOI18N
methods[METHOD_setComponentZOrder93].setDisplayName ( "" );
methods[METHOD_setDefaultLocale94] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("setDefaultLocale", new Class[] {java.util.Locale.class})); // NOI18N
methods[METHOD_setDefaultLocale94].setDisplayName ( "" );
methods[METHOD_show95] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("show", new Class[] {})); // NOI18N
methods[METHOD_show95].setDisplayName ( "" );
methods[METHOD_size96] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("size", new Class[] {})); // NOI18N
methods[METHOD_size96].setDisplayName ( "" );
methods[METHOD_toString97] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("toString", new Class[] {})); // NOI18N
methods[METHOD_toString97].setDisplayName ( "" );
methods[METHOD_transferFocus98] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("transferFocus", new Class[] {})); // NOI18N
methods[METHOD_transferFocus98].setDisplayName ( "" );
methods[METHOD_transferFocusBackward99] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("transferFocusBackward", new Class[] {})); // NOI18N
methods[METHOD_transferFocusBackward99].setDisplayName ( "" );
methods[METHOD_transferFocusDownCycle100] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("transferFocusDownCycle", new Class[] {})); // NOI18N
methods[METHOD_transferFocusDownCycle100].setDisplayName ( "" );
methods[METHOD_transferFocusUpCycle101] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("transferFocusUpCycle", new Class[] {})); // NOI18N
methods[METHOD_transferFocusUpCycle101].setDisplayName ( "" );
methods[METHOD_unregisterKeyboardAction102] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("unregisterKeyboardAction", new Class[] {javax.swing.KeyStroke.class})); // NOI18N
methods[METHOD_unregisterKeyboardAction102].setDisplayName ( "" );
methods[METHOD_update103] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("update", new Class[] {java.awt.Graphics.class})); // NOI18N
methods[METHOD_update103].setDisplayName ( "" );
methods[METHOD_updateUI104] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("updateUI", new Class[] {})); // NOI18N
methods[METHOD_updateUI104].setDisplayName ( "" );
methods[METHOD_validate105] = new MethodDescriptor ( ui.beans.FontChooser.class.getMethod("validate", new Class[] {})); // NOI18N
methods[METHOD_validate105].setDisplayName ( "" );
}
catch( Exception e) {}//GEN-HEADEREND:Methods
// Here you can add code for customizing the methods array.
return methods; }//GEN-LAST:Methods
private static final int defaultPropertyIndex = -1;//GEN-BEGIN:Idx
private static final int defaultEventIndex = -1;//GEN-END:Idx
//GEN-FIRST:Superclass
// Here you can add code for customizing the Superclass BeanInfo.
//GEN-LAST:Superclass
/**
* Gets the bean's <code>BeanDescriptor</code>s.
*
* @return BeanDescriptor describing the editable
* properties of this bean. May return null if the
* information should be obtained by automatic analysis.
*/
public BeanDescriptor getBeanDescriptor() {
return getBdescriptor();
}
/**
* Gets the bean's <code>PropertyDescriptor</code>s.
*
* @return An array of PropertyDescriptors describing the editable
* properties supported by this bean. May return null if the
* information should be obtained by automatic analysis.
* <p>
* If a property is indexed, then its entry in the result array will
* belong to the IndexedPropertyDescriptor subclass of PropertyDescriptor.
* A client of getPropertyDescriptors can use "instanceof" to check
* if a given PropertyDescriptor is an IndexedPropertyDescriptor.
*/
public PropertyDescriptor[] getPropertyDescriptors() {
return getPdescriptor();
}
/**
* Gets the bean's <code>EventSetDescriptor</code>s.
*
* @return An array of EventSetDescriptors describing the kinds of
* events fired by this bean. May return null if the information
* should be obtained by automatic analysis.
*/
public EventSetDescriptor[] getEventSetDescriptors() {
return getEdescriptor();
}
/**
* Gets the bean's <code>MethodDescriptor</code>s.
*
* @return An array of MethodDescriptors describing the methods
* implemented by this bean. May return null if the information
* should be obtained by automatic analysis.
*/
public MethodDescriptor[] getMethodDescriptors() {
return getMdescriptor();
}
/**
* A bean may have a "default" property that is the property that will
* mostly commonly be initially chosen for update by human's who are
* customizing the bean.
* @return Index of default property in the PropertyDescriptor array
* returned by getPropertyDescriptors.
* <P> Returns -1 if there is no default property.
*/
public int getDefaultPropertyIndex() {
return defaultPropertyIndex;
}
/**
* A bean may have a "default" event that is the event that will
* mostly commonly be used by human's when using the bean.
* @return Index of default event in the EventSetDescriptor array
* returned by getEventSetDescriptors.
* <P> Returns -1 if there is no default event.
*/
public int getDefaultEventIndex() {
return defaultEventIndex;
}
}