[izpack-changes] r1482 - izpack-src/trunk/src/lib/com/izforge/izpack/installer
noreply at berlios.de
noreply at berlios.de
Tue Jul 4 21:50:57 CEST 2006
Author: eppelman
Date: 2006-07-04 21:50:55 +0200 (Tue, 04 Jul 2006)
New Revision: 1482
Modified:
izpack-src/trunk/src/lib/com/izforge/izpack/installer/IzPanel.java
Log:
javadoc maintenance to supress javadoc warnings
Modified: izpack-src/trunk/src/lib/com/izforge/izpack/installer/IzPanel.java
===================================================================
--- izpack-src/trunk/src/lib/com/izforge/izpack/installer/IzPanel.java 2006-07-04 19:50:35 UTC (rev 1481)
+++ izpack-src/trunk/src/lib/com/izforge/izpack/installer/IzPanel.java 2006-07-04 19:50:55 UTC (rev 1482)
@@ -178,7 +178,7 @@
* This Icon can also be different if the panel has more than one Instances.
* The UserInputPanel is one of these Candidates.
*
- * @author marc.eppelmann@gmx.de
+ * by marc.eppelmann@gmx.de
*
* @param imageIconName an Iconname
* @param instanceNumber an panel instance
@@ -834,7 +834,7 @@
* xml description file with the variable "IzPanel.LayoutType". The old values
* "TOP" and "BOTTOM" from the xml file are mapped to NORTH and SOUTH.
*
- * @return
+ * @return the anchor defined in the IzPanel.LayoutType variable.
*/
public static int getAnchor()
{
@@ -866,7 +866,7 @@
* Returns the gap which should be used for (multiline) labels
* to create a consistent view. The value will
* be configurable by the guiprefs modifier "labelGap".
- * @return
+ * @return the label gap depend on the xml-configurable guiprefs modifier "labelGap"
*/
public static int getLabelGap()
{
@@ -942,7 +942,7 @@
* @return whether this panel will be hidden general or not
*/
/**
- * @return
+ * @return true if hidden - false otherwise
*/
public boolean isHidden()
{
More information about the izpack-changes
mailing list