dion 2003/09/14 17:41:23
Modified: jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing
GbcTag.java
Log:
Clean up docs
Revision Changes Path
1.9 +4 -0
jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing/GbcTag.java
Index: GbcTag.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing/GbcTag.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- GbcTag.java 14 Sep 2003 23:00:47 -0000 1.8
+++ GbcTag.java 15 Sep 2003 00:41:23 -0000 1.9
@@ -108,6 +108,9 @@
/**
* Adds a child component to this parent
+ * @param component the child to add
+ * @param constraints the constraints to use
+ * @TODO constraints looks like it's ignored
*/
public void addChild(Component component, Object constraints) throws
JellyTagException {
GridBagLayoutTag tag = (GridBagLayoutTag) findAncestorWithClass(
GridBagLayoutTag.class );
@@ -122,6 +125,7 @@
/**
* A class may be specified otherwise the Factory will be used.
+ * @param classObject the object to be converted
*/
protected Class convertToClass(Object classObject)
throws MissingAttributeException, ClassNotFoundException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]