Bug 305198 - [Dialogs] org.eclipse.jface.dialogs.Dialog has "floating" javadoc
Summary: [Dialogs] org.eclipse.jface.dialogs.Dialog has "floating" javadoc
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-09 12:22 EST by Remy Suen CLA
Modified: 2019-09-06 16:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Remy Suen CLA 2010-03-09 12:22:45 EST
Please see line 176 and down.

/**
 * Constants that can be used for specifying the strategy for persisting
 * dialog bounds.  These constants represent bit masks that can be used
 * together.
 *
 *@since 3.2
 */

/**
 * Persist the last location of the dialog.
 * @since 3.2
 */
public static final int DIALOG_PERSISTLOCATION = 0x0001;
/**
 * Persist the last known size of the dialog.
 * @since 3.2
 */
public static final int DIALOG_PERSISTSIZE = 0x0002;
Comment 1 Eclipse Webmaster CLA 2019-09-06 16:11:29 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.