org.eclipse.mylar.internal.java.ui.wizards
Class MylarPreferenceWizardPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.mylar.internal.java.ui.wizards.MylarPreferenceWizardPage
- All Implemented Interfaces:
- org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
public class MylarPreferenceWizardPage
- extends org.eclipse.jface.wizard.WizardPage
- Author:
- Shawn Minto, Mik Kersten
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
ERROR, INFORMATION, NONE, WARNING |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
DESCRIPTION
private static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
AUTO_FOLDING
private static final java.lang.String AUTO_FOLDING
- See Also:
- Constant Field Values
AUTO_CLOSE
private static final java.lang.String AUTO_CLOSE
- See Also:
- Constant Field Values
CONTENT_ASSIST
private static final java.lang.String CONTENT_ASSIST
- See Also:
- Constant Field Values
CONTENT_ASSIST_WARNING
private static final java.lang.String CONTENT_ASSIST_WARNING
- See Also:
- Constant Field Values
OPEN_TASK_LIST
private static final java.lang.String OPEN_TASK_LIST
- See Also:
- Constant Field Values
contentAssistButton
private org.eclipse.swt.widgets.Button contentAssistButton
turnOnAutoFoldingButton
private org.eclipse.swt.widgets.Button turnOnAutoFoldingButton
autoFolding
private boolean autoFolding
createWorkingSet
private boolean createWorkingSet
closeEditorsOnDeactivationButton
private org.eclipse.swt.widgets.Button closeEditorsOnDeactivationButton
closeEditors
private boolean closeEditors
openTaskListButton
private org.eclipse.swt.widgets.Button openTaskListButton
openTaskList
private boolean openTaskList
MylarPreferenceWizardPage
protected MylarPreferenceWizardPage(java.lang.String pageName)
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
isAutoFolding
public boolean isAutoFolding()
closeEditors
public boolean closeEditors()
isMylarContentAssistDefault
public boolean isMylarContentAssistDefault()
isCreateWorkingSet
public boolean isCreateWorkingSet()
isOpenTaskList
public boolean isOpenTaskList()