org.eclipse.mylar.internal.java.ui.wizards
Class MylarPreferenceWizardPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by 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

Field Summary
private static java.lang.String AUTO_CLOSE
           
private static java.lang.String AUTO_FOLDING
           
private  boolean autoFolding
           
private  boolean closeEditors
           
private  org.eclipse.swt.widgets.Button closeEditorsOnDeactivationButton
           
private static java.lang.String CONTENT_ASSIST
           
private static java.lang.String CONTENT_ASSIST_WARNING
           
private  org.eclipse.swt.widgets.Button contentAssistButton
           
private  boolean createWorkingSet
           
private static java.lang.String DESCRIPTION
           
private static java.lang.String OPEN_TASK_LIST
           
private  boolean openTaskList
           
private  org.eclipse.swt.widgets.Button openTaskListButton
           
private  org.eclipse.swt.widgets.Button turnOnAutoFoldingButton
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
protected MylarPreferenceWizardPage(java.lang.String pageName)
           
 
Method Summary
 boolean closeEditors()
           
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 boolean isAutoFolding()
           
 boolean isCreateWorkingSet()
           
 boolean isMylarContentAssistDefault()
           
 boolean isOpenTaskList()
           
 
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
 

Field Detail

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
Constructor Detail

MylarPreferenceWizardPage

protected MylarPreferenceWizardPage(java.lang.String pageName)
Method Detail

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()