Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.wizards
Class RPGProcedureFieldTypeBasePane

java.lang.Object
  extended by com.ibm.etools.iseries.edit.wizards.RPGFieldTypeBasePane
      extended by com.ibm.etools.iseries.edit.wizards.RPGProcedureFieldTypeBasePane
All Implemented Interfaces:
IISeriesRPGWizardConstants

public class RPGProcedureFieldTypeBasePane
extends RPGFieldTypeBasePane


Field Summary
protected  Object container
           
static String Copyright
           
protected  boolean isForParam
           
 String[] keywords
           
 
Fields inherited from class com.ibm.etools.iseries.edit.wizards.RPGFieldTypeBasePane
arrayLbl, btnCcsid, btnDS, btnFld, btnLike, btnRec, ccsidNbr, classLbl, cmbType, cmpDatTimPtr, cmpLike, cmpType, constValidator, dateTimePane, decimalsLbl, dRangeLbl, errorMessage, exportable, field, grpAttributes, grpLike, grpSpecify, hasCcsid, idx, initializing, isArray, isLike, lastIdx, lengthLbl, likeOnly, lRangeLbl, nameValidator, txtArray, txtCcsid, txtClass, txtDecimals, txtLength, txtLike, typeLbl
 
Fields inherited from interface com.ibm.etools.iseries.editor.IISeriesRPGWizardConstants
BIN_IDX, BLANKLINE, CHAR_IDX, CLASSFILE_IMG, CMTLINE, CODEGEN_CURPROC, CODEGEN_CURSOR, CODEGEN_GLOBAL, CODEGENLOC_ALLAFTERCURLINE, CODEGENLOC_ALLINNEW, CODEGENLOC_APPROPRIATE, CONST_NAME_SUFFIX, CONSTANT, copyright, CRPG4TYPES, CSPEC_CALLP, CSPEC_EVAL, DATE_IDX, DCMTHDR, DECALLOWED, DEFAULT_CTORNAME_SUFFIX, DEFAULT_FIELDNAME_PREFIX, DEFAULT_FIELDNAME_SUFFIX, DEFAULT_OBJNAME_SUFFIX, DEFAULT_RETURNNAME_SUFFIX, DS, DSPEC_KEYWORDS_INDEX, EXTERNALDS, F, FIELD, FIELDS, FLT_IDX, FOLDERCLOSED_IMG, GRAPHIC_IDX, IND_IDX, INFDS, INT_IDX, INZ_CHAR, INZ_COMMON, INZ_DATE, INZ_EXP, INZ_IND, INZ_LIKEDS, INZ_OBJ, INZ_TIME, INZVALS, JAR_IMG, JAVA_NATURE, LENALLOWED, LINE_BODY, LINE_BODY_FREE, LINE_CLASS_PROTOTYPE, LINE_CONST, LINE_CSPEC, LINE_DS, LINE_DSPEC, LINE_DSPEC_CONST_O, LINE_DSPEC_JMC, LINE_DSPEC_S, LINE_DSPEC_SO, LINE_DSPEC2, LINE_DSPEC3, LINE_EDS, LINE_ESDS, LINE_ESUB, LINE_EUDS, LINE_FIELD, LINE_FIELD_DS, LINE_FREE_BEGIN, LINE_FREE_END, LINE_INTERFACE, LINE_INTERFACE_JMC, LINE_PARAMETER_CODE_HDR, LINE_PARAMETER_HDR, LINE_PISPEC, LINE_PROCBEGIN, LINE_PROCBEGIN_EXPORT, LINE_PROCBEGIN_SERIALIZE, LINE_PROCEDURE_CODE_HDR, LINE_PROCEDURE_CODE_NAME_HDR, LINE_PROCEDURE_CODE_PPS_HDR, LINE_PROCEDURE_CODE_RTN_HDR, LINE_PROCEDURE_HDR, LINE_PROCEDURE_NAME_HDR, LINE_PROCEDURE_PPS_HDR, LINE_PROCEDURE_RTN_HDR, LINE_PROCEND, LINE_PROGRAM_CODE_NAME_HDR, LINE_PROTOTYPE, LINE_PROTOTYPE_EXPORT1, LINE_PROTOTYPE_EXPORT2, LINE_PROTOTYPE_EXPORT3, LINE_PROTOTYPE_HDR, LINE_PROTOTYPE_HDR2, LINE_PROTOTYPE_JMC, LINE_PROTOTYPE_SHORT, LINE_PSPEC, LINE_PSPEC_BEG, LINE_PSPEC_END, LINE_RETFIELD, LINE_RETURN, LINE_RETURN_FREE, LINE_RETURN_HDR, LINE_SDS, LINE_UDS, LONGLINE, MAX_ARRAY_DIMENSION, MAX_CHAR_FIELD_LENGTH, MAX_CHAR_VARY_FIELD_LENGTH, MAX_POSITIONAL_LENGTH, MAX_UCS2_FIELD_LENGTH, MAX_UCS2_VARY_FIELD_LENGTH, MAXLEN, MAXLENGTH, MAXRCD, METHOD_NAME_SUFFIX, MIN_ARRAY_DIMENSION, MIN_CHAR_FIELD_LENGTH, MIN_UCS2_FIELD_LENGTH, MINLEN, MINLENGTH, MINRCD, NUMBERS, OBJ_IDX, PACKED_IDX, PATH_SEP, PCMTHDR, PKG_IMG, PPTR_IDX, PSDS, PSDS_FROM, PTR_IDX, SDS, SHORTLINE, SIMPLEDS, SPEC_COMMENTS_INDEX, SPEC_TYPE_INDEX, T, TIME_IDX, UCS2_IDX, UDS, UNSN_IDX, VARYING, ZONED_IDX
 
Constructor Summary
RPGProcedureFieldTypeBasePane(Object container)
          Creates the pane for the RPG field type.
 
Method Summary
protected  void clearErrorMessage(Object container)
           
protected  void enableKeywords(boolean enable)
           
protected  void generateOtherKeywds()
           
 Object getContainer()
           
 Vector getSelectedKeywords()
           
protected  void populateKeywords()
           
protected  void prepareKeywords()
           
protected  void setArrayFlag(String text)
           
protected  void setErrorMessage(Object container, SystemMessage errorMessage)
           
protected  void setPageComplete(Object container)
           
 void setSelectedKeywords(Vector keywds)
           
protected  void updateContainer(Object container)
           
protected  void updateKeywords()
           
protected  void updateKeywords(boolean enable)
           
protected  void updateKeywords(Object src)
           
 
Methods inherited from class com.ibm.etools.iseries.edit.wizards.RPGFieldTypeBasePane
addClassEntry, checkError, createContents, createLikeRadioButtons, doAdditionalValidation, finish, generateRPGFieldType, getCurrentIndex, getCurrentType, getInitialFocusControl, getOutputObject, handleEvent, isCharacterField, isDataStructure, isLikeAnotherField, isPageComplete, modifyText, performFinish, populateFieldType, setCmbTypeItems, setEnabled, setExportable, setInputObject, setIsArray, setLengthValue, setLikeGroupEnabled, setLikeOnly, update, updateContainer, validateInput, validateTxtArray, widgetDefaultSelected, widgetSelected
 
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

keywords

public String[] keywords

isForParam

protected boolean isForParam

container

protected Object container
Constructor Detail

RPGProcedureFieldTypeBasePane

public RPGProcedureFieldTypeBasePane(Object container)
Creates the pane for the RPG field type.

Parameters:
container - the container that contains this pane
Method Detail

prepareKeywords

protected void prepareKeywords()
Overrides:
prepareKeywords in class RPGFieldTypeBasePane

enableKeywords

protected void enableKeywords(boolean enable)
Overrides:
enableKeywords in class RPGFieldTypeBasePane

updateKeywords

protected void updateKeywords()
Overrides:
updateKeywords in class RPGFieldTypeBasePane

updateKeywords

protected void updateKeywords(boolean enable)
Overrides:
updateKeywords in class RPGFieldTypeBasePane

updateKeywords

protected void updateKeywords(Object src)
Overrides:
updateKeywords in class RPGFieldTypeBasePane

getSelectedKeywords

public Vector getSelectedKeywords()
Overrides:
getSelectedKeywords in class RPGFieldTypeBasePane

setSelectedKeywords

public void setSelectedKeywords(Vector keywds)
Overrides:
setSelectedKeywords in class RPGFieldTypeBasePane

populateKeywords

protected void populateKeywords()

generateOtherKeywds

protected void generateOtherKeywds()
Overrides:
generateOtherKeywds in class RPGFieldTypeBasePane

updateContainer

protected void updateContainer(Object container)
Overrides:
updateContainer in class RPGFieldTypeBasePane

setErrorMessage

protected void setErrorMessage(Object container,
                               SystemMessage errorMessage)
Overrides:
setErrorMessage in class RPGFieldTypeBasePane

clearErrorMessage

protected void clearErrorMessage(Object container)
Overrides:
clearErrorMessage in class RPGFieldTypeBasePane

setPageComplete

protected void setPageComplete(Object container)
Overrides:
setPageComplete in class RPGFieldTypeBasePane

setArrayFlag

protected void setArrayFlag(String text)
Overrides:
setArrayFlag in class RPGFieldTypeBasePane

getContainer

public Object getContainer()

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.