mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
[cleanup] Fix Javadoc Warnings
This commit is contained in:
parent
86b044d99c
commit
5a945afdbc
1 changed files with 2 additions and 2 deletions
|
@ -48,11 +48,11 @@ 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.
|
||||
* <li>Supports helper methods to aid in population of the client area: {@link #addSeparatorLine(Composite,int)},
|
||||
* <li>Supports helper methods to aid in population of the client area: {@link #addSeparatorLine(Composite, int)},
|
||||
* {@link #addFillerLine(Composite,int)} and {@link #addGrowableFillerLine(Composite,int)}.
|
||||
* <li>Supports a simple {@link #setBusyCursor(boolean)} method to toggle the cursor between busy and normal
|
||||
* </ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue