org.eclipse.rse.ui.propertypages
Class SystemTeamViewCategoryPropertyPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.preference.PreferencePage
org.eclipse.ui.dialogs.PropertyPage
org.eclipse.rse.ui.propertypages.SystemBasePropertyPage
org.eclipse.rse.ui.propertypages.SystemTeamViewCategoryPropertyPage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, IPreferencePage, ISystemMessageLine, ISystemMessageLineTarget, IWorkbenchPropertyPage
public class SystemTeamViewCategoryPropertyPage
- extends SystemBasePropertyPage
The property page for category nodes in the Team view.
This is an output-only page.
Methods inherited from class org.eclipse.rse.ui.propertypages.SystemBasePropertyPage |
addFillerLine, addSeparatorLine, clearErrorMessage, clearMessage, configureMessageLine, contributeButtons, createContents, createLabeledCombo, createLabeledLabel, createLabeledText, createLabeledVerbiage, getMessageLine, getSystemErrorMessage, grabExcessSpace, okToLeave, performOk, setBusyCursor, setErrorMessage, setErrorMessage, setErrorMessage, setHelp, setMessage, setMessage, setMessageLine, wantAutomaticValidManagement, wantDefaultAndApplyButton, wantMnemonics |
Methods inherited from class org.eclipse.jface.preference.PreferencePage |
applyData, applyDialogFont, computeSize, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, performApply, performCancel, performDefaults, performHelp, setContainer, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButton |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setVisible |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
labelType
protected Label labelType
labelName
protected Label labelName
labelDescription
protected Label labelDescription
errorMessage
protected String errorMessage
initDone
protected boolean initDone
SystemTeamViewCategoryPropertyPage
public SystemTeamViewCategoryPropertyPage()
- Constructor for SystemFilterPropertyPage
createContentArea
protected Control createContentArea(Composite parent)
- Create the page's GUI contents.
- Specified by:
createContentArea
in class SystemBasePropertyPage
- See Also:
PreferencePage.createContents(Composite)
verifyPageContents
protected boolean verifyPageContents()
- From parent: do full page validation
- Specified by:
verifyPageContents
in class SystemBasePropertyPage
- Returns:
- true if there are no errors, false if any errors were found.
doInitializeFields
protected void doInitializeFields()
- Initialize values of input fields based on input
Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.