| java.lang.Object org.eclipse.ui.dialogs.PreferenceLinkArea
PreferenceLinkArea | public class PreferenceLinkArea extends Object (Code) | | The PreferenceLinkArea is the link area used to open a specific preference
page.
since: 3.1 |
Constructor Summary | |
public | PreferenceLinkArea(Composite parent, int style, String pageId, String message, IWorkbenchPreferenceContainer pageContainer, Object pageData) Create a new instance of the receiver
Parameters: parent - the parent Composite Parameters: style - the SWT style Parameters: pageId - the page id Parameters: message - the message to use as text. |
Method Summary | |
public Control | getControl() Return the control for the receiver. |
PreferenceLinkArea | public PreferenceLinkArea(Composite parent, int style, String pageId, String message, IWorkbenchPreferenceContainer pageContainer, Object pageData)(Code) | | Create a new instance of the receiver
Parameters: parent - the parent Composite Parameters: style - the SWT style Parameters: pageId - the page id Parameters: message - the message to use as text. If this message has {0} in its value it will be bound with the displayed name of the preference page. This message must be well formedhtml if you wish to link to another page. Parameters: pageContainer - -The container another page will be opened in. Parameters: pageData - -The data to apply to the page. |
getControl | public Control getControl()(Code) | | Return the control for the receiver.
Control |
|
|