Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by com.ibm.etools.iseries.edit.wizards.RPGDSpecKeywordBasePane
      extended by com.ibm.etools.iseries.edit.wizards.RPGDSpecOtherKeywordsPane
          extended by com.ibm.etools.iseries.edit.wizards.RPGDSpecDSOtherKeywordsPane
All Implemented Interfaces:
IISeriesRPGWizardConstants

public class RPGDSpecDSOtherKeywordsPane
extends RPGDSpecOtherKeywordsPane


Field Summary
static String copyright
           
 
Fields inherited from class com.ibm.etools.iseries.edit.wizards.RPGDSpecOtherKeywordsPane
allThdBtn, altseqBtn, base, baseVld, dtaaraEntry, exp, expVld, field, idx, imp, impVld, inz, inzVld, isArray, isCurProc, keywords, nooptBtn, staticBtn, templateBtn
 
Fields inherited from class com.ibm.etools.iseries.edit.wizards.RPGDSpecKeywordBasePane
container, errorMessage, selects
 
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, 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
RPGDSpecDSOtherKeywordsPane(Object container)
          Constructor
 
Method Summary
 Control createContents(Composite parent)
           
 RPGDSpecDSOtherKeywords getDSKeyword()
           
protected  void initValidators()
           
 void modifyText(ModifyEvent e)
           
 void populateKeyword(RPGDSpecDSOtherKeywords kwd)
           
 void setField(RPGFieldType type)
           
 void setInzEnabled(boolean value)
          enables/disables the INZ keyword
 void setKeyword(RPGDSpecDSOtherKeywords keywords)
           
 void updateKeywordsByIndex()
           
 SystemMessage validatePane(RPGKeywordEntry skip, boolean setFocus)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class com.ibm.etools.iseries.edit.wizards.RPGDSpecOtherKeywordsPane
getField, getIdx, getKeyword, getKeywords, getOtherKeywords, handleEvent, setcurrentprocedure, setIdx, setKeyword, setKeywords, setKeywordsEnabled, updateKeywordsByIndex, validateExport, validateImport, validateTxtBased, validateTxtInz, widgetDefaultSelected
 
Methods inherited from class com.ibm.etools.iseries.edit.wizards.RPGDSpecKeywordBasePane
checkError, clearErrorMessage, getContainer, getSelections, initSelections, isPaneComplete, isSelected, populateSFKeyword, setEnabled, setErrorMessage, setFocus, updateContainerKeywords
 
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

RPGDSpecDSOtherKeywordsPane

public RPGDSpecDSOtherKeywordsPane(Object container)
Constructor

Method Detail

createContents

public Control createContents(Composite parent)
Overrides:
createContents in class RPGDSpecOtherKeywordsPane

initValidators

protected void initValidators()
Overrides:
initValidators in class RPGDSpecOtherKeywordsPane

populateKeyword

public void populateKeyword(RPGDSpecDSOtherKeywords kwd)

widgetSelected

public void widgetSelected(SelectionEvent e)
Overrides:
widgetSelected in class RPGDSpecOtherKeywordsPane

updateKeywordsByIndex

public void updateKeywordsByIndex()

modifyText

public void modifyText(ModifyEvent e)
Overrides:
modifyText in class RPGDSpecOtherKeywordsPane

validatePane

public SystemMessage validatePane(RPGKeywordEntry skip,
                                  boolean setFocus)
Overrides:
validatePane in class RPGDSpecOtherKeywordsPane
Returns:
the errorMessage in this pane

getDSKeyword

public RPGDSpecDSOtherKeywords getDSKeyword()
Returns:

setKeyword

public void setKeyword(RPGDSpecDSOtherKeywords keywords)
Parameters:
keywords -

setField

public void setField(RPGFieldType type)
Overrides:
setField in class RPGDSpecOtherKeywordsPane
Parameters:
type -

setInzEnabled

public void setInzEnabled(boolean value)
enables/disables the INZ keyword

Parameters:
value - true if INZ is to be enabled, false otherwise

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.