A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / text / folding / IJavaFoldingPreferenceBlock.java
index a5e7358..dc9e1bf 100644 (file)
@@ -13,11 +13,11 @@ package net.sourceforge.phpdt.ui.text.folding;
 import org.eclipse.swt.widgets.Composite;
 import org.eclipse.swt.widgets.Control;
 
-
 /**
- * Contributors to the <code>net.sourceforge.phpdt.ui.foldingStructureProvider</code> extension point
- * can specify an implementation of this interface to be displayed on the Java &gt; Editor &gt; Folding
- * preference page.
+ * Contributors to the
+ * <code>net.sourceforge.phpdt.ui.foldingStructureProvider</code> extension
+ * point can specify an implementation of this interface to be displayed on the
+ * Java &gt; Editor &gt; Folding preference page.
  * <p>
  * Clients may implement this interface.
  * </p>
@@ -30,13 +30,14 @@ public interface IJavaFoldingPreferenceBlock {
         * Creates the control that will be displayed on the Java Editor folding
         * preference page.
         * 
-        * @param parent the parent composite to which to add the preferences control
-        * @return the control that was added to <code>parent</code> 
+        * @param parent
+        *            the parent composite to which to add the preferences control
+        * @return the control that was added to <code>parent</code>
         */
        Control createControl(Composite parent);
 
        /**
-        * Called after creating the control. Implementations should load the 
+        * Called after creating the control. Implementations should load the
         * preferences values and update the controls accordingly.
         */
        void initialize();