Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.preference.PreferencePage
hdf.view.dialog.UserOptionsDefaultPage
- All Implemented Interfaces:
- org.eclipse.jface.dialogs.IDialogPage,- org.eclipse.jface.dialogs.IMessageProvider,- org.eclipse.jface.preference.IPreferencePage
- Direct Known Subclasses:
- UserOptionsGeneralPage,- UserOptionsHDFPage,- UserOptionsViewModulesPage
UserOptionsDefaultPage extends PreferencePage
 to display the default button
 images for the ok, cancel, apply and defaults button. All configuration pages
 that need finer control on the created editor Controls should
 inherit this class.- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.eclipse.swt.graphics.Fontprotected Stringprotected org.eclipse.swt.widgets.ShellFields inherited from interface org.eclipse.jface.dialogs.IMessageProviderERROR, INFORMATION, NONE, WARNING
- 
Constructor SummaryConstructorsConstructorDescriptionUserOptionsDefaultPagedefault constructor.UserOptionsDefaultPage(String title)Creates a new abstractUserOptionsDefaultPagewith the given title.UserOptionsDefaultPage(String title, org.eclipse.jface.resource.ImageDescriptor image)Creates a new abstractUserOptionsDefaultPagewith the given title and image.
- 
Method SummaryMethods inherited from class org.eclipse.jface.preference.PreferencePageapplyData, applyDialogFont, computeSize, contributeButtons, createContents, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, noDefaultButton, okToLeave, performApply, performCancel, performDefaults, performHelp, performOk, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButtonMethods inherited from class org.eclipse.jface.dialogs.DialogPageconvertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setMessage, setVisibleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jface.dialogs.IDialogPagedispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, setDescription, setImageDescriptor, setVisible
- 
Field Details- 
shell
- 
curFont
- 
rootDir
 
- 
- 
Constructor Details- 
UserOptionsDefaultPagepublic UserOptionsDefaultPage()UserOptionsDefaultPagedefault constructor.
- 
UserOptionsDefaultPageCreates a new abstractUserOptionsDefaultPagewith the given title.- Parameters:
- title- the page title
 
- 
UserOptionsDefaultPageCreates a new abstractUserOptionsDefaultPagewith the given title and image.- Parameters:
- title- the page title
- image- the image for this page, or- nullif none
 
 
- 
- 
Method Details- 
createControl- Specified by:
- createControlin interface- org.eclipse.jface.dialogs.IDialogPage
- Overrides:
- createControlin class- org.eclipse.jface.preference.PreferencePage
 
 
-