public class PreferenceLinkArea
extends java.lang.Object
| Constructor and Description |
|---|
PreferenceLinkArea(Composite parent,
int style,
java.lang.String pageId,
java.lang.String message,
IWorkbenchPreferenceContainer pageContainer,
java.lang.Object pageData)
Create a new instance of the receiver
|
| Modifier and Type | Method and Description |
|---|---|
Control |
getControl()
Return the control for the receiver.
|
public PreferenceLinkArea(Composite parent, int style, java.lang.String pageId, java.lang.String message, IWorkbenchPreferenceContainer pageContainer, java.lang.Object pageData)
parent - the parent Compositestyle - the SWT stylepageId - the page idmessage - 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 formed
html if you wish to link to another page.pageContainer - -
The container another page will be opened in.pageData - -
The data to apply to the page.public Control getControl()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.