|
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 AbstractSystemWizardPage com.ibm.etools.iseries.rse.ui.wizard.cmds.AbstractNewQSYSObjectWizardAdvPage com.ibm.etools.iseries.rse.ui.wizard.cmds.NewQSYSSourceFileWizardAdvPage
public class NewQSYSSourceFileWizardAdvPage
Second page of the "New Source Physical File" wizard.
Field Summary | |
---|---|
static String |
copyright
|
static String[] |
IGCDTA_VALUES
|
Fields inherited from class com.ibm.etools.iseries.rse.ui.wizard.cmds.AbstractNewQSYSObjectWizardAdvPage |
---|
autCombo, CMDDFT, CMDDFT_ARRAY, cmdStringDelta, commandSoFar, commandString, connection, errorMessage, inpAut, newAut, NO, previousFillerLabel, previousLabel, YES, YESNO_ARRAY |
Constructor Summary | |
---|---|
NewQSYSSourceFileWizardAdvPage(Wizard wizard,
IHost connection)
Constructor. |
Method Summary | |
---|---|
void |
authorizationNameChanged(SystemMessage error)
From IISeriesAUTLPromptListener. |
protected String |
buildCommandStringDelta()
Build up the iSeries command delta for this page's contributions, from current contents... |
void |
ccsidChanged(SystemMessage error)
From IISeriesCCSIDPromptListener. |
String |
getCCSID()
Get CCSID value |
String |
getIGCDTA()
Get IGCDTA value |
boolean |
internalIsPageComplete()
Return true if the page is complete, so to enable Finish. |
Control |
performFinishValidation()
Completes processing of the wizard. |
protected void |
populateControls(Composite composite_prompts,
int nbrColumns)
Populate the content area with additional controls beyond what the parent supplies... |
protected void |
prepareControls()
Pre-fill any child-class-unique controls with passed-in data, and set any keystroke listeners... |
void |
setCCSID(String ccsid)
Set CCSID value |
void |
setFileIGCDTA(String igcdta)
Set file IGCDTA value |
protected void |
sizeControls(Composite composite_prompts,
int nbrColumns)
Adjust the size of any child-class-unique controls... |
SystemMessage |
validateIGCDTAInput()
Validate IGCDTA values as they are entered |
Methods inherited from class com.ibm.etools.iseries.rse.ui.wizard.cmds.AbstractNewQSYSObjectWizardAdvPage |
---|
buildCommandString, buildOurCommandStringDelta, createContents, createYesNoCombo, getAuthority, getCommandString, getCommandStringDelta, getInitialFocusControl, getOurWizard, handleEvent, isPageComplete, performFinish, setAuthority, setConnection, setVisible, widgetDefaultSelected, widgetSelected |
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
public static final String[] IGCDTA_VALUES
Constructor Detail |
---|
public NewQSYSSourceFileWizardAdvPage(Wizard wizard, IHost connection)
Method Detail |
---|
public void setCCSID(String ccsid)
public void setFileIGCDTA(String igcdta)
public String getCCSID()
public String getIGCDTA()
public void authorizationNameChanged(SystemMessage error)
authorizationNameChanged
in interface QSYSAUTLPromptListener
authorizationNameChanged
in class AbstractNewQSYSObjectWizardAdvPage
error
- Will be null if the input is valid, or a translated msg if notpublic void ccsidChanged(SystemMessage error)
ccsidChanged
in interface IQSYSCCSIDPromptListener
ccsidChanged
in class AbstractNewQSYSObjectWizardAdvPage
error
- Will be null if the input is valid, or a translated msg if notpublic SystemMessage validateIGCDTAInput()
protected void populateControls(Composite composite_prompts, int nbrColumns)
populateControls
in class AbstractNewQSYSObjectWizardAdvPage
protected void prepareControls()
prepareControls
in class AbstractNewQSYSObjectWizardAdvPage
protected void sizeControls(Composite composite_prompts, int nbrColumns)
sizeControls
in class AbstractNewQSYSObjectWizardAdvPage
protected String buildCommandStringDelta()
buildCommandStringDelta
in class AbstractNewQSYSObjectWizardAdvPage
public Control performFinishValidation()
performFinishValidation
in class AbstractNewQSYSObjectWizardAdvPage
public boolean internalIsPageComplete()
internalIsPageComplete
in class AbstractNewQSYSObjectWizardAdvPage
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |