return ((SwingBeanInfo)this).createBeanDescriptor(classJTextField, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "<A description of this component>."});
public PropertyDescriptor[] getPropertyDescriptors() {
Object[] var1 = new Object[]{"LEFT", new Integer(2), "JTextField.LEFT", "CENTER", new Integer(0), "JTextField.CENTER", "RIGHT", new Integer(4), "JTextField.RIGHT"};
return new PropertyDescriptor[]{this.createPropertyDescriptor("horizontalVisibility", new Object[]{"shortDescription", "horizontalVisibility"}), this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("scrollOffset", new Object[]{"shortDescription", "scrollOffset"}), this.createPropertyDescriptor("preferredSize", new Object[]{"shortDescription", "preferredSize"}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("columns", new Object[]{"bound", Boolean.FALSE, "shortDescription", "the number of columns preferred for display"}), this.createPropertyDescriptor("validateRoot", new Object[]{"shortDescription", "validateRoot"}), this.createPropertyDescriptor("actions", new Object[]{"shortDescription", "actions"}), this.createPropertyDescriptor("horizontalAlignment", new Object[]{"bound", Boolean.TRUE, "enumerationValues", var1, "preferred", Boolean.TRUE, "shortDescription", "Set the field alignment to LEFT (the default), CENTER, RIGHT "})};