com.aptana.ide.editor.js.preferences
Class JSFormatterPreferencePage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.preference.PreferencePage
          extended by com.aptana.ide.ui.editors.preferences.formatter.PropertyAndPreferencePage
              extended by com.aptana.ide.ui.editors.preferences.formatter.ProfilePreferencePage
                  extended by com.aptana.ide.ui.editors.preferences.formatter.CodeFormatterPreferencePage
                      extended by com.aptana.ide.editor.js.preferences.JSFormatterPreferencePage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.preference.IPreferencePage, org.eclipse.ui.IWorkbenchPreferencePage, org.eclipse.ui.IWorkbenchPropertyPage

public class JSFormatterPreferencePage
extends CodeFormatterPreferencePage

Author:
Pavel Petrochenko

Field Summary
 
Fields inherited from class com.aptana.ide.ui.editors.preferences.formatter.PropertyAndPreferencePage
DATA_NO_LINK, store
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
JSFormatterPreferencePage()
           
 
Method Summary
protected  ProfileConfigurationBlock createConfigurationBlock(PreferencesAccess access)
           
protected  org.eclipse.jface.preference.IPreferenceStore doGetPreferenceStore()
           
protected  java.lang.String getPreferencePageID()
           
protected  java.lang.String getPropertyPageID()
           
 
Methods inherited from class com.aptana.ide.ui.editors.preferences.formatter.CodeFormatterPreferencePage
createControl
 
Methods inherited from class com.aptana.ide.ui.editors.preferences.formatter.ProfilePreferencePage
createPreferenceContent, dispose, enableProjectSpecificSettings, hasProjectSpecificOptions, performApply, performDefaults, performOk, setElement
 
Methods inherited from class com.aptana.ide.ui.editors.preferences.formatter.PropertyAndPreferencePage
applyData, createContents, createDescriptionLabel, doStatusChanged, enablePreferenceContent, getData, getElement, getNewStatusChangedListener, getPreferenceContentStatus, getProject, init, isProjectPreferencePage, offerLink, openProjectProperties, openWorkspacePreferences, setPreferenceContentStatus, supportsProjectSpecificOptions, useProjectSettings
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyDialogFont, computeSize, contributeButtons, createNoteComposite, doComputeSize, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButton
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, 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.preference.IPreferencePage
computeSize, isValid, okToLeave, performCancel, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 
Methods inherited from interface org.eclipse.jface.preference.IPreferencePage
computeSize, isValid, okToLeave, performCancel, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Constructor Detail

JSFormatterPreferencePage

public JSFormatterPreferencePage()
Method Detail

createConfigurationBlock

protected ProfileConfigurationBlock createConfigurationBlock(PreferencesAccess access)
Specified by:
createConfigurationBlock in class CodeFormatterPreferencePage
Returns:
ProfileConfigurationBlock
See Also:
CodeFormatterPreferencePage.createConfigurationBlock(com.aptana.ide.internal.ui.dialogs.PreferencesAccess)

getPreferencePageID

protected java.lang.String getPreferencePageID()
Specified by:
getPreferencePageID in class PropertyAndPreferencePage
Returns:
id
See Also:
PropertyAndPreferencePage.getPreferencePageID()

getPropertyPageID

protected java.lang.String getPropertyPageID()
Specified by:
getPropertyPageID in class PropertyAndPreferencePage
Returns:
id
See Also:
PropertyAndPreferencePage.getPropertyPageID()

doGetPreferenceStore

protected org.eclipse.jface.preference.IPreferenceStore doGetPreferenceStore()
Overrides:
doGetPreferenceStore in class org.eclipse.jface.preference.PreferencePage
See Also:
PreferencePage#doGetPreferenceStore()