| |
|
| java.lang.Object org.eclipse.ui.internal.dialogs.PreferencesPageContainer
PreferencesPageContainer | public class PreferencesPageContainer implements IPreferencePageContainer(Code) | | The PreferencesPageContainer is the container object for the preference pages
in a node.
|
PreferencesPageContainer | public PreferencesPageContainer()(Code) | | Create a new instance of the receiver.
|
createContents | void createContents(Composite parent, int style)(Code) | | Create the contents area of the composite.
Parameters: parent - Parameters: style - |
getControl | Control getControl()(Code) | | Return the top level control
Control |
getPreferenceStore | public IPreferenceStore getPreferenceStore()(Code) | | |
show | boolean show(IPreferenceNode node)(Code) | | Show the selected node. Return whether or not this succeeded.
Parameters: node - true if the page selection was sucessfulfalse is unsuccessful |
updateButtons | public void updateButtons()(Code) | | |
updateMessage | public void updateMessage()(Code) | | |
updateTitle | public void updateTitle()(Code) | | |
|
|
|