Revision: 339
http://svn.sourceforge.net/japi/?rev=339&view=rev
Author: christianhujer
Date: 2007-05-15 04:24:44 -0700 (Tue, 15 May 2007)
Log Message:
-----------
Documented parentComponent to be nullable.
Modified Paths:
--------------
libs/swing-misc/trunk/src/net/sf/japi/swing/misc/Progress.java
Modified: libs/swing-misc/trunk/src/net/sf/japi/swing/misc/Progress.java
===================================================================
--- libs/swing-misc/trunk/src/net/sf/japi/swing/misc/Progress.java 2007-05-12 15:36:25 UTC (rev 338)
+++ libs/swing-misc/trunk/src/net/sf/japi/swing/misc/Progress.java 2007-05-15 11:24:44 UTC (rev 339)
@@ -20,6 +20,7 @@
package net.sf.japi.swing.misc;
import java.awt.Component;
+import org.jetbrains.annotations.Nullable;
/** Interface for classes that are able to display progress.
* @author <a href="mailto:ch...@ri...">Christian Hujer</a>
@@ -33,6 +34,7 @@
* This is useful if it is neccessary to open dialogs during the progress.
* @return Component responsible for rendering the progress
*/
+ @Nullable
Component getParentComponent();
/** Set progress information text.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|