|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SystemPromptDialog com.ibm.etools.iseries.edit.wizards.RPGDSpecKeywordEditDialog
public class RPGDSpecKeywordEditDialog
Field Summary | |
---|---|
protected RPGDSpecArrayKeywordsPane |
arrayKeywordsPane
|
protected Object |
container
|
static String |
copyright
|
protected SystemMessage |
errorMessage
|
protected RPGDSpecKeywords |
keywords
|
protected RPGDSpecDSOtherKeywordsPane |
otherKeywordsPane
|
protected Vector |
selectedKeywords
|
protected RPGDSpecSimpleSubfieldKeywordsPane |
subfieldKeywordsPane
|
Constructor Summary | |
---|---|
RPGDSpecKeywordEditDialog(Shell shell,
String title,
Object inputObject,
Object container,
boolean isChange,
String specialChars)
|
Method Summary | |
---|---|
protected void |
applyMnemonics(Mnemonics mnemonics,
Composite c)
|
void |
clearErrorMessage()
|
void |
clearErrorMessage(RPGDSpecKeywordBasePane keywordPane)
Clear the error message from the specified pane |
protected Control |
createInner(Composite parent)
|
Object |
getContainer()
|
protected Control |
getInitialFocusControl()
|
Object |
getOutputObject()
|
RPGDSpecArrayKeywordsPane |
getRPGDSpecArrayKeywordsPane()
returns the array keywords pane |
RPGDSpecDSOtherKeywordsPane |
getRPGDSpecDSOtherKeywordsPane()
returns the other keywords pane |
RPGDSpecSimpleSubfieldKeywordsPane |
getRPGDSpecSimpleSubfieldKeywordsPane()
returns the array keywords pane |
Vector |
getSelectedKeywords()
|
String |
getSpecialChars()
|
boolean |
isBased()
|
boolean |
isDads()
|
boolean |
isPsds()
|
protected boolean |
processOK()
|
void |
setArray(boolean isArray)
|
void |
setBased(boolean b)
|
void |
setCurrentProcedure(boolean isCurProc)
|
void |
setDads(boolean b)
|
void |
setDsName(String dsName)
|
void |
setErrorMessage(SystemMessage message)
|
void |
setExternal(boolean b)
|
void |
setField(RPGFieldType field)
|
void |
setNames(Vector names)
|
void |
setPsds(boolean b)
|
void |
setSelectedKeywords(Vector vector)
|
void |
setSpecial(boolean dads,
boolean psds,
boolean based,
boolean isLikeDS)
|
void |
widgetDefaultSelected(SelectionEvent e)
|
void |
widgetSelected(SelectionEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
protected RPGDSpecDSOtherKeywordsPane otherKeywordsPane
protected RPGDSpecArrayKeywordsPane arrayKeywordsPane
protected RPGDSpecSimpleSubfieldKeywordsPane subfieldKeywordsPane
protected Object container
protected RPGDSpecKeywords keywords
protected Vector selectedKeywords
protected SystemMessage errorMessage
Constructor Detail |
---|
public RPGDSpecKeywordEditDialog(Shell shell, String title, Object inputObject, Object container, boolean isChange, String specialChars)
shell
- title
- inputObject
- a vector containing strings indicating the selected keywordsMethod Detail |
---|
protected Control createInner(Composite parent)
public Object getOutputObject()
protected boolean processOK()
public void setErrorMessage(SystemMessage message)
public void clearErrorMessage()
protected Control getInitialFocusControl()
public void widgetSelected(SelectionEvent e)
public void widgetDefaultSelected(SelectionEvent e)
public void clearErrorMessage(RPGDSpecKeywordBasePane keywordPane)
keywordPane
- the keyword pane that asks to clear error messagepublic Vector getSelectedKeywords()
public void setSelectedKeywords(Vector vector)
vector
- public void setArray(boolean isArray)
isArray
- public void setField(RPGFieldType field)
field
- public void setExternal(boolean b)
b
- public boolean isBased()
public boolean isDads()
public boolean isPsds()
public void setBased(boolean b)
b
- public void setDads(boolean b)
b
- public void setPsds(boolean b)
b
- public void setSpecial(boolean dads, boolean psds, boolean based, boolean isLikeDS)
dads
- psds
- based
- public void setDsName(String dsName)
dsName
- public void setNames(Vector names)
names
- public void setCurrentProcedure(boolean isCurProc)
isCurProc
- public String getSpecialChars()
public Object getContainer()
public RPGDSpecDSOtherKeywordsPane getRPGDSpecDSOtherKeywordsPane()
public RPGDSpecArrayKeywordsPane getRPGDSpecArrayKeywordsPane()
public RPGDSpecSimpleSubfieldKeywordsPane getRPGDSpecSimpleSubfieldKeywordsPane()
protected void applyMnemonics(Mnemonics mnemonics, Composite c)
com.ibm.etools.systems.core.ui.dialogs.SystemPromptDialog#applyMnemonics(com.ibm.etools.systems.core.ui.Mnemonics, org.eclipse.swt.widgets.Composite)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |