Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.propertypages
Class ObjAdvancedSourcePropertyPage

java.lang.Object
  extended by SystemBasePropertyPage
      extended by com.ibm.etools.iseries.rse.ui.propertypages.ObjAdvancedSourcePropertyPage

public class ObjAdvancedSourcePropertyPage
extends SystemBasePropertyPage

The property page for advanced properties (eg, Exhaustive) of a remote iSeries object. This page covers source-related information. This is an output-only page. The plugin.xml file registers this for remote iSeries objects of any type


Field Summary
protected  Composite composite_prompts
           
static String Copyright
           
protected  boolean initDone
           
protected  Label labelApar
           
protected  Label labelAparPrompt
           
protected  Label labelCompiler
           
protected  Label labelCompilerPrompt
           
protected  Label labelLicensedPgm
           
protected  Label labelLicensedPgmPrompt
           
protected  Label labelObjLevel
           
protected  Label labelObjLevelPrompt
           
protected  Label labelPTF
           
protected  Label labelPTFPrompt
           
protected  Label labelSrcChanged
           
protected  Label labelSrcChangedPrompt
           
protected  Label labelSrcFile
           
protected  Label labelSrcFilePrompt
           
protected  Label labelSrcLib
           
protected  Label labelSrcLibPrompt
           
protected  Label labelSrcMbr
           
protected  Label labelSrcMbrPrompt
           
protected  IQSYSObject resource
           
 
Constructor Summary
ObjAdvancedSourcePropertyPage()
          Constructor for SystemFilterPropertyPage
 
Method Summary
protected  Control createContentArea(Composite parent)
          Create the page's GUI contents.
protected  void doInitializeFields()
          Initialize values of input fields based on input
protected  ISystemViewElementAdapter getAdapter(Object o)
          Returns the implementation of ISystemViewElement for the given object.
 boolean performOk()
          Called by parent when user presses OK
protected  boolean verifyPageContents()
          Validate all the widgets on the page
 
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

composite_prompts

protected Composite composite_prompts

labelSrcMbrPrompt

protected Label labelSrcMbrPrompt

labelSrcFilePrompt

protected Label labelSrcFilePrompt

labelSrcLibPrompt

protected Label labelSrcLibPrompt

labelSrcChangedPrompt

protected Label labelSrcChangedPrompt

labelCompilerPrompt

protected Label labelCompilerPrompt

labelLicensedPgmPrompt

protected Label labelLicensedPgmPrompt

labelAparPrompt

protected Label labelAparPrompt

labelPTFPrompt

protected Label labelPTFPrompt

labelObjLevelPrompt

protected Label labelObjLevelPrompt

labelSrcMbr

protected Label labelSrcMbr

labelSrcFile

protected Label labelSrcFile

labelSrcLib

protected Label labelSrcLib

labelSrcChanged

protected Label labelSrcChanged

labelCompiler

protected Label labelCompiler

labelLicensedPgm

protected Label labelLicensedPgm

labelApar

protected Label labelApar

labelPTF

protected Label labelPTF

labelObjLevel

protected Label labelObjLevel

initDone

protected boolean initDone

resource

protected IQSYSObject resource
Constructor Detail

ObjAdvancedSourcePropertyPage

public ObjAdvancedSourcePropertyPage()
Constructor for SystemFilterPropertyPage

Method Detail

createContentArea

protected Control createContentArea(Composite parent)
Create the page's GUI contents.


getAdapter

protected ISystemViewElementAdapter getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. Returns null if the adapter is not defined or the object is not adaptable.


doInitializeFields

protected void doInitializeFields()
Initialize values of input fields based on input


performOk

public boolean performOk()
Called by parent when user presses OK


verifyPageContents

protected boolean verifyPageContents()
Validate all the widgets on the page

Subclasses should override to do full error checking on all the widgets on the page.


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.