com.ibm.etools.iseries.edit.wizards
Class RPGDSpecSimpleDSKeywordsPane
java.lang.Object
com.ibm.etools.iseries.edit.wizards.RPGDSpecDSKeywordsPane
com.ibm.etools.iseries.edit.wizards.RPGDSpecSimpleDSKeywordsPane
public class RPGDSpecSimpleDSKeywordsPane
- extends RPGDSpecDSKeywordsPane
Fields inherited from class com.ibm.etools.iseries.edit.wizards.RPGDSpecDSKeywordsPane |
alignBtn, allThdBtn, altseqBtn, base, baseVld, container, dads, dim, dimVld, dsType, dtaaraEntry, errorMessage, exp, expVld, extname, extVld, fld, fmtVld, imp, impVld, initializing, inzBtn, inzExtBtn, inzLikeBtn, isCurProc, keyword, kwds, left, likeds, likedsVld, likerec, nameForced, nooptBtn, occurs, ocrVld, prefix, preNumber, preVld, psds, quaBtn, right, staticBtn, templateBtn, txtFmt |
Methods inherited from class com.ibm.etools.iseries.edit.wizards.RPGDSpecDSKeywordsPane |
clearErrorMessage, getDsType, getKeyword, getSelected, getSpecialChars, handleEvent, initValidators, isPageComplete, setBased, setBasedEnabled, setContainerAligned, setContainerBased, setContainerNameForced, setCurrentProcedure, setDim, setDsType, setEnabled, setErrorMessage, setFocus, setImpExpEnabled, setKeyword, setNameForced, setOccursEnabled, setOptionEnabled, validateNumConst, validateNumConst, validateNumConst, validatePane, widgetDefaultSelected |
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
lengthSpecified
protected boolean lengthSpecified
RPGDSpecSimpleDSKeywordsPane
public RPGDSpecSimpleDSKeywordsPane(Object container)
createContent
public Control createContent(Composite parent)
- Overrides:
createContent
in class RPGDSpecDSKeywordsPane
checkDSKwdRules
protected void checkDSKwdRules()
- Overrides:
checkDSKwdRules
in class RPGDSpecDSKeywordsPane
setEnabled
protected void setEnabled(boolean enabled)
- Overrides:
setEnabled
in class RPGDSpecDSKeywordsPane
setLengthSpecified
public void setLengthSpecified(boolean specified)
- Overrides:
setLengthSpecified
in class RPGDSpecDSKeywordsPane
generateDSKeyword
protected void generateDSKeyword()
- Overrides:
generateDSKeyword
in class RPGDSpecDSKeywordsPane
getOutputObject
public Object getOutputObject()
- Gets the RPGDSpecDSKeywords object that generated by this pane
- Overrides:
getOutputObject
in class RPGDSpecDSKeywordsPane
widgetSelected
public void widgetSelected(SelectionEvent e)
- Overrides:
widgetSelected
in class RPGDSpecDSKeywordsPane
modifyText
public void modifyText(ModifyEvent e)
- Overrides:
modifyText
in class RPGDSpecDSKeywordsPane
checkError
protected SystemMessage checkError(RPGKeywordEntry skip,
boolean setFocus)
- Overrides:
checkError
in class RPGDSpecDSKeywordsPane
isOccurs
public boolean isOccurs()
- Indicates whether or not the OCCURS keyword is specified
- Returns:
- true if the keyword is selected, false otherwise
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.