iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.editor.preferences
Class VerifierPreferencePageRPGILEListing

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.preference.PreferencePage
          extended byorg.eclipse.jface.preference.FieldEditorPreferencePage
              extended bycom.ibm.etools.iseries.editor.preferences.VerifierPreferencePageRPGILEListing
All Implemented Interfaces:
EventListener, IDialogPage, IMessageProvider, IPreferencePage, IPropertyChangeListener, IWorkbenchPreferencePage, ModifyListener, SWTEventListener

public class VerifierPreferencePageRPGILEListing
extends FieldEditorPreferencePage
implements IWorkbenchPreferencePage, ModifyListener


Field Summary
static String copyright
           
 
Fields inherited from class org.eclipse.jface.preference.FieldEditorPreferencePage
FLAT, GRID, MARGIN_HEIGHT, MARGIN_WIDTH, VERTICAL_SPACING
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
VerifierPreferencePageRPGILEListing()
          Constructor
 
Method Summary
 void createControl(Composite compositeParent)
           
 void createFieldEditors()
          Create the field editors to put on the preference page.
 void init(IWorkbench arg0)
           
static void initDefaults(IPreferenceStore store)
          Initializes default values.
protected  void initialize()
           
 void modifyText(ModifyEvent event)
          Declared in ModifyListener.
protected  void performDefaults()
           
 void propertyChange(PropertyChangeEvent event)
           
protected  boolean verifyIndentation(String strI)
          Validates listing indentation string.
protected  boolean verifyLinesPerPage(String strL)
          Validates number of lines per page.
 
Methods inherited from class org.eclipse.jface.preference.FieldEditorPreferencePage
addField, adjustGridLayout, applyFont, checkState, createContents, dispose, getFieldEditorParent, performOk, setVisible
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyDialogFont, computeSize, contributeButtons, 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, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setMessage
 
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, performOk, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Field Detail

copyright

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

VerifierPreferencePageRPGILEListing

public VerifierPreferencePageRPGILEListing()
Constructor

Method Detail

createControl

public void createControl(Composite compositeParent)
Specified by:
createControl in interface IDialogPage
See Also:
PreferencePage.createControl(Composite)

createFieldEditors

public void createFieldEditors()
Create the field editors to put on the preference page.


propertyChange

public void propertyChange(PropertyChangeEvent event)
Specified by:
propertyChange in interface IPropertyChangeListener

initialize

protected void initialize()

modifyText

public void modifyText(ModifyEvent event)
Declared in ModifyListener. The content of the indentation combo box has changed.

Specified by:
modifyText in interface ModifyListener

performDefaults

protected void performDefaults()

init

public void init(IWorkbench arg0)
Specified by:
init in interface IWorkbenchPreferencePage
See Also:
IWorkbenchPreferencePage.init(IWorkbench)

initDefaults

public static void initDefaults(IPreferenceStore store)
Initializes default values.


verifyIndentation

protected boolean verifyIndentation(String strI)
Validates listing indentation string. Port of evfripow.cpp Util_IndentCharCheck.


verifyLinesPerPage

protected boolean verifyLinesPerPage(String strL)
Validates number of lines per page.


iSeries Remote Systems
v6.0.0

Copyright © 2005 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.