Rational Developer for Power Systems Software
V7.6

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

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

public class LibPropertyPage
extends SystemBasePropertyPage

The property page for filter string properties. This is an output-only page. The plugin.xml file registers this for objects of class com.ibm.etools.systems.filters.SystemFilterString


Field Summary
static String Copyright
           
protected  boolean initDone
           
protected  Label labelAttribute
           
protected  Label labelAttributePrompt
           
protected  Label labelLib
           
protected  Label labelLibPrompt
           
protected  Label labelName
           
protected  Label labelNamePrompt
           
protected  Label labelStatus
           
protected  Label labelStatusPrompt
           
protected  Label labelTextPrompt
           
protected  Label labelType
           
protected  Label labelTypePrompt
           
protected  IQSYSResource resource
           
protected  String sName
           
protected  Label srcEncoding
           
protected  Label srcEncodingPrompt
           
protected  Label srcFileCcsid
           
protected  Label srcFileCcsidPrompt
           
protected  Label srcFileRecLen
           
protected  Label srcFileRecLenPrompt
           
protected  Label srcIsDbcs
           
protected  Label srcIsDbcsPrompt
           
protected  Label srcLangId
           
protected  Label srcLangIdPrompt
           
protected  String sText
           
protected  Text textText
           
 
Constructor Summary
LibPropertyPage()
          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
 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

labelNamePrompt

protected Label labelNamePrompt

labelLibPrompt

protected Label labelLibPrompt

labelTypePrompt

protected Label labelTypePrompt

labelAttributePrompt

protected Label labelAttributePrompt

labelStatusPrompt

protected Label labelStatusPrompt

labelTextPrompt

protected Label labelTextPrompt

labelType

protected Label labelType

labelLib

protected Label labelLib

labelAttribute

protected Label labelAttribute

labelStatus

protected Label labelStatus

labelName

protected Label labelName

textText

protected Text textText

sName

protected String sName

sText

protected String sText

initDone

protected boolean initDone

resource

protected IQSYSResource resource

srcFileCcsid

protected Label srcFileCcsid

srcFileCcsidPrompt

protected Label srcFileCcsidPrompt

srcFileRecLen

protected Label srcFileRecLen

srcFileRecLenPrompt

protected Label srcFileRecLenPrompt

srcIsDbcs

protected Label srcIsDbcs

srcIsDbcsPrompt

protected Label srcIsDbcsPrompt

srcLangId

protected Label srcLangId

srcLangIdPrompt

protected Label srcLangIdPrompt

srcEncoding

protected Label srcEncoding

srcEncodingPrompt

protected Label srcEncodingPrompt
Constructor Detail

LibPropertyPage

public LibPropertyPage()
Constructor for SystemFilterPropertyPage

Method Detail

createContentArea

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


doInitializeFields

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


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.


performOk

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


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.