[Ejtools-cvs] libraries/adwt/src/main/net/sourceforge/ejtools/awt BeanContextListView.java,1.3,1.4 G
Brought to you by:
letiemble
Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt In directory usw-pr-cvs1:/tmp/cvs-serv15055/adwt/src/main/net/sourceforge/ejtools/awt Modified Files: BeanContextListView.java GenericCustomizer.java GenericMBeanCustomizer.java GenericMBeanMethodDialog.java GenericTitledBorder.java Log Message: Pretty print code Index: BeanContextListView.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/BeanContextListView.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** BeanContextListView.java 5 May 2002 20:13:45 -0000 1.3 --- BeanContextListView.java 30 May 2002 21:42:08 -0000 1.4 *************** *** 124,129 **** /** ! * Adds a feature to the ListDataListener attribute of the ! * BeanContextListModel object * * @param l The feature to be added to the ListDataListener attribute --- 124,128 ---- /** ! * Adds a feature to the ListDataListener attribute of the BeanContextListModel object * * @param l The feature to be added to the ListDataListener attribute Index: GenericCustomizer.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/GenericCustomizer.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GenericCustomizer.java 5 May 2002 20:13:22 -0000 1.3 --- GenericCustomizer.java 30 May 2002 21:42:08 -0000 1.4 *************** *** 118,128 **** /** ! * Adds a feature to the ArrayProperty attribute of the GenericCustomizer ! * object * ! * @param propertyeditor The feature to be added to the ArrayProperty ! * attribute ! * @param propertydescriptor The feature to be added to the ArrayProperty ! * attribute */ public void addArrayProperty(PropertyEditor propertyeditor, PropertyDescriptor propertydescriptor) --- 118,125 ---- /** ! * Adds a feature to the ArrayProperty attribute of the GenericCustomizer object * ! * @param propertyeditor The feature to be added to the ArrayProperty attribute ! * @param propertydescriptor The feature to be added to the ArrayProperty attribute */ public void addArrayProperty(PropertyEditor propertyeditor, PropertyDescriptor propertydescriptor) *************** *** 232,239 **** * Adds a feature to the Property attribute of the GenericCustomizer object * ! * @param propertyeditor The feature to be added to the Property ! * attribute ! * @param propertydescriptor The feature to be added to the Property ! * attribute */ public void addProperty(PropertyEditor propertyeditor, PropertyDescriptor propertydescriptor) --- 229,234 ---- * Adds a feature to the Property attribute of the GenericCustomizer object * ! * @param propertyeditor The feature to be added to the Property attribute ! * @param propertydescriptor The feature to be added to the Property attribute */ public void addProperty(PropertyEditor propertyeditor, PropertyDescriptor propertydescriptor) Index: GenericMBeanCustomizer.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/GenericMBeanCustomizer.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** GenericMBeanCustomizer.java 5 May 2002 20:13:45 -0000 1.5 --- GenericMBeanCustomizer.java 30 May 2002 21:42:08 -0000 1.6 *************** *** 97,107 **** /** ! * Adds a feature to the ArrayProperty attribute of the GenericCustomizer ! * object * ! * @param propertyeditor The feature to be added to the ArrayProperty ! * attribute ! * @param attributeInfo The feature to be added to the ArrayProperty ! * attribute */ public void addArrayProperty(PropertyEditor propertyeditor, MBeanAttributeInfo attributeInfo) --- 97,104 ---- /** ! * Adds a feature to the ArrayProperty attribute of the GenericCustomizer object * ! * @param propertyeditor The feature to be added to the ArrayProperty attribute ! * @param attributeInfo The feature to be added to the ArrayProperty attribute */ public void addArrayProperty(PropertyEditor propertyeditor, MBeanAttributeInfo attributeInfo) *************** *** 326,334 **** /** ! * Adds a feature to the UnsupportedProperty attribute of the ! * GenericMBeanCustomizer object * ! * @param attributeInfo The feature to be added to the UnsupportedProperty ! * attribute */ public void addUnsupportedProperty(MBeanAttributeInfo attributeInfo) --- 323,329 ---- /** ! * Adds a feature to the UnsupportedProperty attribute of the GenericMBeanCustomizer object * ! * @param attributeInfo The feature to be added to the UnsupportedProperty attribute */ public void addUnsupportedProperty(MBeanAttributeInfo attributeInfo) *************** *** 549,554 **** /** ! * This class makes sure that the customizer is updated with the object ! * changes * * @author andreass --- 544,548 ---- /** ! * This class makes sure that the customizer is updated with the object changes * * @author andreass Index: GenericMBeanMethodDialog.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/GenericMBeanMethodDialog.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GenericMBeanMethodDialog.java 5 May 2002 20:13:45 -0000 1.3 --- GenericMBeanMethodDialog.java 30 May 2002 21:42:08 -0000 1.4 *************** *** 58,63 **** * * @param pConnector Connector to the remote MBean Server ! * @param pService Remote Service Bean on which the method should be ! * invoked * @param pOperation Operation to be invoked if accepted * @param pOwner Owner of the dialog controlling its appearance --- 58,62 ---- * * @param pConnector Connector to the remote MBean Server ! * @param pService Remote Service Bean on which the method should be invoked * @param pOperation Operation to be invoked if accepted * @param pOwner Owner of the dialog controlling its appearance Index: GenericTitledBorder.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/GenericTitledBorder.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GenericTitledBorder.java 5 May 2002 20:13:45 -0000 1.2 --- GenericTitledBorder.java 30 May 2002 21:42:08 -0000 1.3 *************** *** 56,62 **** public final static int DEFAULT_JUSTIFICATION = 0; /** ! * Position title text at the left side of the border line for left to right ! * orientation, at the right side of the border line for right to left ! * orientation. */ public final static int LEADING = 4; --- 56,60 ---- public final static int DEFAULT_JUSTIFICATION = 0; /** ! * Position title text at the left side of the border line for left to right orientation, at the right side of the border line for right to left orientation. */ public final static int LEADING = 4; *************** *** 66,72 **** public final static int RIGHT = 3; /** ! * Position title text at the right side of the border line for left to right ! * orientation, at the left side of the border line for right to left ! * orientation. */ public final static int TRAILING = 5; --- 64,68 ---- public final static int RIGHT = 3; /** ! * Position title text at the right side of the border line for left to right orientation, at the left side of the border line for right to left orientation. */ public final static int TRAILING = 5; *************** *** 103,108 **** /** ! * Creates a TitledBorder instance with the specified border and an empty ! * title. * * @param border the border --- 99,103 ---- /** ! * Creates a TitledBorder instance with the specified border and an empty title. * * @param border the border *************** *** 140,145 **** /** ! * Creates a TitledBorder instance with the specified border, title, ! * title-justification, title-position, title-font, and title-color. * * @param border the border --- 135,139 ---- /** ! * Creates a TitledBorder instance with the specified border, title, title-justification, title-position, title-font, and title-color. * * @param border the border *************** *** 252,257 **** /** ! * Returns the minimum dimensions this border requires in order to fully ! * display the border and title. * * @param c the component where this border will be drawn --- 246,250 ---- /** ! * Returns the minimum dimensions this border requires in order to fully display the border and title. * * @param c the component where this border will be drawn *************** *** 320,325 **** /** ! * Paints the border for the specified component with the specified position ! * and size. * * @param c the component for which this border is being painted --- 313,317 ---- /** ! * Paints the border for the specified component with the specified position and size. * * @param c the component for which this border is being painted |