Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.preferences.templates
Class ISeriesTemplatesPreferencePage

java.lang.Object
  extended by PreferencePage
      extended by com.ibm.etools.iseries.edit.preferences.templates.ISeriesTemplatesPreferencePage
Direct Known Subclasses:
ISeriesTemplatesPreferencePageCOBOL, ISeriesTemplatesPreferencePageCPP, ISeriesTemplatesPreferencePageRPGILE

public abstract class ISeriesTemplatesPreferencePage
extends PreferencePage


Field Summary
static String Copyright
           
 
Constructor Summary
ISeriesTemplatesPreferencePage()
           
 
Method Summary
protected  Control createContents(Composite ancestor)
           
protected abstract  String[] getValidContexts()
          Retrieves an array of contexts that are valid for this preference page.
 void init(IWorkbench workbench)
           
static void initDefaults(IPreferenceStore prefs)
          Initializes the default values of this page in the preference bundle.
 boolean performCancel()
           
protected  void performDefaults()
           
 boolean performOk()
           
 void setVisible(boolean visible)
           
static boolean useCodeFormatter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesTemplatesPreferencePage

public ISeriesTemplatesPreferencePage()
Method Detail

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

Rational Developer for Power Systems Software
V7.6

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.