com.ibm.etools.iseries.edit.preferences.templates
Class ISeriesTemplatesPreferencePage
java.lang.Object
PreferencePage
com.ibm.etools.iseries.edit.preferences.templates.ISeriesTemplatesPreferencePage
- Direct Known Subclasses:
- ISeriesTemplatesPreferencePageCOBOL, ISeriesTemplatesPreferencePageCPP, ISeriesTemplatesPreferencePageRPGILE
public abstract class ISeriesTemplatesPreferencePage
- extends PreferencePage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
ISeriesTemplatesPreferencePage
public ISeriesTemplatesPreferencePage()
createContents
protected Control createContents(Composite ancestor)
getValidContexts
protected abstract String[] getValidContexts()
- Retrieves an array of contexts that are valid for this preference page.
- Since:
- 7.0
init
public void init(IWorkbench workbench)
setVisible
public void setVisible(boolean visible)
performDefaults
protected void performDefaults()
performOk
public boolean performOk()
performCancel
public boolean performCancel()
initDefaults
public static void initDefaults(IPreferenceStore prefs)
- Initializes the default values of this page in the preference bundle.
Will be called on startup of the JavaPlugin
useCodeFormatter
public static boolean useCodeFormatter()
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.