X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/folding/IJavaFoldingPreferenceBlock.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/folding/IJavaFoldingPreferenceBlock.java index a5e7358..dc9e1bf 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/folding/IJavaFoldingPreferenceBlock.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/folding/IJavaFoldingPreferenceBlock.java @@ -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 net.sourceforge.phpdt.ui.foldingStructureProvider extension point - * can specify an implementation of this interface to be displayed on the Java > Editor > Folding - * preference page. + * Contributors to the + * net.sourceforge.phpdt.ui.foldingStructureProvider extension + * point can specify an implementation of this interface to be displayed on the + * Java > Editor > Folding preference page. *

* Clients may implement this interface. *

@@ -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 parent + * @param parent + * the parent composite to which to add the preferences control + * @return the control that was added to parent */ 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();