|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.systems.editor.preferences.SystemPreferenceLink
public class SystemPreferenceLink
This class creates a link on a composite for a preference page. It handles ensuring that if the linked page is not in the preference dialog (ie from the RSE view menu), that it gets dynamically added to the preference dialog when clicked on.
Constructor Summary | |
---|---|
SystemPreferenceLink(Composite parent,
String text,
int style,
IPreferencePageContainer container,
String preferencePageID)
Use to add a link to a preference page. |
|
SystemPreferenceLink(Composite parent,
String text,
int style,
IPreferencePageContainer container,
String preferencePageID,
boolean expandLink)
Use to add a link to a preference page. |
Method Summary | |
---|---|
Link |
getLink()
Retrieves the link |
void |
setLayoutData(Object data)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemPreferenceLink(Composite parent, String text, int style, IPreferencePageContainer container, String preferencePageID)
parent
- the parent composite for the linktext
- the text to display in the linkstyle
- the style for the linkcontainer
- the container for the preference pagepreferencePageID
- the ID to link topublic SystemPreferenceLink(Composite parent, String text, int style, IPreferencePageContainer container, String preferencePageID, boolean expandLink)
parent
- the parent composite for the linktext
- the text to display in the linkstyle
- the style for the linkcontainer
- the container for the preference pagepreferencePageID
- the ID to link toexpandLink
- whether or not to expand the link.Method Detail |
---|
public void setLayoutData(Object data)
Link#setLayoutData(Object)
public Link getLink()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |