Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.dialogs
Class PreferenceLinkArea


java.lang.Object
  extended by 
org.eclipse.ui.dialogs.PreferenceLinkArea

public class PreferenceLinkArea
extends Object

The PreferenceLinkArea is the link area used to open a specific preference page.

Since:
3.1

Constructor Summary
PreferenceLinkArea ( Composite parent, int style, String pageId, String message, IWorkbenchPreferenceContainer pageContainer, Object pageData)
          Create a new instance of the receiver
 
Method Summary
  Control getControl ()
          Return the control for the receiver.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferenceLinkArea

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
style - the SWT style
pageId - the page id
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 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.
Method Detail

getControl

public 
Control getControl()
Return the control for the receiver.

Returns:
Control

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire