Java org.eclipse.jface.preference PreferenceNode fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.preference PreferenceNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.preference PreferenceNode.

The text is from its open source code.

Subclass

org.eclipse.jface.preference.PreferenceNode has subclasses.
Click this link to see all its subclasses.

Constructor

PreferenceNode(String id, IPreferencePage preferencePage)
Creates a preference node with the given id and preference page.
PreferenceNode(String id)
Creates a new preference node with the given id.
PreferenceNode(String id, String label, ImageDescriptor image, String className)
Creates a preference node with the given id, label, and image, and lazily-loaded preference page.

Method

voidadd(IPreferenceNode node)
voidcreatePage()
StringgetId()
IPreferencePagegetPage()
voidsetPage(IPreferencePage newPage)
Set the current page to be newPage.