Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.ui.preferences
Class VerifierPreferencePageCOBOLIFSConditionEditor

java.lang.Object
  extended by ListEditor
      extended by com.ibm.etools.iseries.edit.ui.preferences.VerifierPreferencePageCOBOLIFSConditionEditor

public class VerifierPreferencePageCOBOLIFSConditionEditor
extends ListEditor


Field Summary
static String copyright
           
 
Constructor Summary
VerifierPreferencePageCOBOLIFSConditionEditor(String strName, String strLabel, Composite compositeParent)
           
 
Method Summary
protected  String createList(String[] straArguments)
          Creates a comma separated string from an array of individual strings.
 int getMaximumNameLength()
          Return the max length for folder names: 5000
protected  String getNewInputObject()
          Create a input dialog when user click on "Add" to define a new condition.
 String isValid(String strInput)
          Declared in IInputValidator.
protected  String[] parseString(String str)
          Called to create the list from the string saved in the ini file.
 
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
Constructor Detail

VerifierPreferencePageCOBOLIFSConditionEditor

public VerifierPreferencePageCOBOLIFSConditionEditor(String strName,
                                                     String strLabel,
                                                     Composite compositeParent)
Method Detail

parseString

protected String[] parseString(String str)
Called to create the list from the string saved in the ini file.


getNewInputObject

protected String getNewInputObject()
Create a input dialog when user click on "Add" to define a new condition.


createList

protected String createList(String[] straArguments)
Creates a comma separated string from an array of individual strings.


isValid

public String isValid(String strInput)
Declared in IInputValidator. This is a callback function used by the InputDialog to determine whether the input string is valid. Check for duplicate or empty strings. Returns null if no error. Otherwise may return a message string. Here we return an empty message string to indicate an error.


getMaximumNameLength

public int getMaximumNameLength()
Return the max length for folder names: 5000


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.