Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by StringFieldEditor
      extended by com.ibm.etools.iseries.edit.ui.preferences.TStringFieldEditor

public class TStringFieldEditor
extends StringFieldEditor


Field Summary
static String Copyright
           
 
Constructor Summary
TStringFieldEditor(String name, String labelText, Composite parent)
           
TStringFieldEditor(String name, String labelText, int width, Composite parent)
           
TStringFieldEditor(String name, String labelText, int width, int strategy, Composite parent)
           
 
Method Summary
protected  boolean doCheckState()
           
 Text getTextControl()
          Returns the text control.
 void setEmptyStringAllowed(boolean b)
           
 void setHelp(String contextId)
          Method setHelp.
 void setToolTipText(String tip)
          Method setToolTipText.
 
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

TStringFieldEditor

public TStringFieldEditor(String name,
                          String labelText,
                          int width,
                          int strategy,
                          Composite parent)
See Also:
StringFieldEditor

TStringFieldEditor

public TStringFieldEditor(String name,
                          String labelText,
                          int width,
                          Composite parent)
See Also:
StringFieldEditor

TStringFieldEditor

public TStringFieldEditor(String name,
                          String labelText,
                          Composite parent)
See Also:
FieldEditor
Method Detail

setToolTipText

public void setToolTipText(String tip)
Method setToolTipText. The tooltip text

Parameters:
tip - the tip to set for the entry field

doCheckState

protected boolean doCheckState()
See Also:
StringFieldEditor

getTextControl

public Text getTextControl()
Returns the text control. Makes this method public since the super class' method is protected.


setEmptyStringAllowed

public void setEmptyStringAllowed(boolean b)
See Also:
StringFieldEditor

setHelp

public void setHelp(String contextId)
Method setHelp. Sets the info pop help for this field editor

Parameters:
contextId - the context ID for the help

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.