com.aptana.ide.editor.css.preferences
Class ProblemsPreferencePage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.preference.PreferencePage
          extended by com.aptana.ide.editors.preferences.ProblemsPreferencePage
              extended by com.aptana.ide.editor.css.preferences.ProblemsPreferencePage
All Implemented Interfaces:
IAddItemListener, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.preference.IPreferencePage, org.eclipse.ui.IWorkbenchPreferencePage

public class ProblemsPreferencePage
extends ProblemsPreferencePage

ProblemsPreferencePage

Author:
Ingo Muschenetz

Nested Class Summary
 
Nested classes/interfaces inherited from class com.aptana.ide.editors.preferences.ProblemsPreferencePage
ProblemsPreferencePage.TableLabelProvider
 
Field Summary
 
Fields inherited from class com.aptana.ide.editors.preferences.ProblemsPreferencePage
workbench
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
ProblemsPreferencePage()
           
 
Method Summary
protected  org.eclipse.core.runtime.Plugin doGetPlugin()
          Hook method to get a page specific preference store.
protected  org.eclipse.jface.preference.IPreferenceStore doGetPreferenceStore()
          Hook method to get a page specific preference store.
protected  java.lang.String getMimeType()
          getMimeType
 
Methods inherited from class com.aptana.ide.editors.preferences.ProblemsPreferencePage
addItem, createContents, dispose, doGetPreferenceString, editItem, init, performOk
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyData, applyDialogFont, computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performApply, performCancel, performDefaults, 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
createControl, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Constructor Detail

ProblemsPreferencePage

public ProblemsPreferencePage()
Method Detail

doGetPreferenceStore

protected org.eclipse.jface.preference.IPreferenceStore doGetPreferenceStore()
Description copied from class: ProblemsPreferencePage
Hook method to get a page specific preference store. Reimplement this method if a page don't want to use its parent's preference store.

Specified by:
doGetPreferenceStore in class ProblemsPreferencePage
Returns:
IPreferenceStore
See Also:
PreferencePage.doGetPreferenceStore()

doGetPlugin

protected org.eclipse.core.runtime.Plugin doGetPlugin()
Description copied from class: ProblemsPreferencePage
Hook method to get a page specific preference store. Reimplement this method if a page don't want to use its parent's preference store.

Specified by:
doGetPlugin in class ProblemsPreferencePage
Returns:
Plugin
See Also:
ProblemsPreferencePage.doGetPlugin()

getMimeType

protected java.lang.String getMimeType()
Description copied from class: ProblemsPreferencePage
getMimeType

Specified by:
getMimeType in class ProblemsPreferencePage
Returns:
mime type
See Also:
ProblemsPreferencePage.getMimeType()