com.bonevich.eclipse.cvsgrapher.prefs
Class CvsGrapherPreferencePage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.preference.PreferencePage
          extended bycom.bonevich.eclipse.cvsgrapher.prefs.CvsGrapherPreferencePage
All Implemented Interfaces:
CvsGraphPluginResources, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.preference.IPreferencePage, org.eclipse.ui.IWorkbenchPreferencePage

public class CvsGrapherPreferencePage
extends org.eclipse.jface.preference.PreferencePage
implements org.eclipse.ui.IWorkbenchPreferencePage, CvsGraphPluginResources

Preference page for the Boneclipse Logging Plugin. Allows the user to specify which logging API to use and the default name for the logging field to be used.

Author:
jbonevic

Field Summary
 
Fields inherited from interface com.bonevich.eclipse.cvsgrapher.CvsGraphPluginResources
CVSGRAPHER_EDITOR_TITLE, CVSGRAPHER_EDITOR_TITLE_WITHARG, CVSGRAPHER_PREFS_COLOR_BRANCH_LABEL, CVSGRAPHER_PREFS_COLOR_VERSION_LABEL, CVSGRAPHER_PREFS_GENERAL, CVSGRAPHER_PREFS_MERGETAG_DEST_LABEL, CVSGRAPHER_PREFS_MERGETAG_SOURCE_LABEL, CVSGRAPHER_PREFS_MERGETAGS_LABEL, CVSGRAPHER_PREFS_SHOW_AUTHOR_LABEL, CVSGRAPHER_PREFS_SHOW_LABEL, CVSGRAPHER_PREFS_SHOW_TAGS_LABEL, CVSGRAPHER_PREFS_SHOW_TIMESTAMP_LABEL, RESOURCE_BUNDLE
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
CvsGrapherPreferencePage()
           
 
Method Summary
protected  org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
           
 void init(org.eclipse.ui.IWorkbench workbench)
           
protected  void performDefaults()
           
 boolean performOk()
           
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyDialogFont, computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performApply, performCancel, performHelp, setContainer, setErrorMessage, 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, 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, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Constructor Detail

CvsGrapherPreferencePage

public CvsGrapherPreferencePage()
Method Detail

init

public void init(org.eclipse.ui.IWorkbench workbench)
Specified by:
init in interface org.eclipse.ui.IWorkbenchPreferencePage

createContents

protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)

performDefaults

protected void performDefaults()

performOk

public boolean performOk()
Specified by:
performOk in interface org.eclipse.jface.preference.IPreferencePage


Copyright © 2003-2004 bonevich.com. All Rights Reserved.