1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

[cleanup] Fix Javadoc Warnings

This commit is contained in:
Martin Oberhuber 2006-11-27 09:07:52 +00:00
parent 86b044d99c
commit 5a945afdbc

View file

@ -48,7 +48,7 @@ import org.eclipse.swt.widgets.Label;
* if no title specified in the constructor.
* <li>Supports a {@link #setHelp(String)} method to set the wizard page's overall contextual help
* <li>Implements {@link org.eclipse.rse.ui.messages.ISystemMessageLine} so supports setting error messages as
* either strings or, preferably, {@link org.eclipse.rse.ui.messages.SystemMessage} objects.
* either strings or, preferably, {@link SystemMessage} objects.
* <li>Supports an {@link #setInputObject(Object) input-object}, as passed from the wizard, which in turn is passed from the action.
* <li>Supports automatic assignment of unique mnemonics for all input-capable controls on the page, to add in accessibility.
* <li>Supports setting a default-focus control, which gets initial focus when the page is shown.