Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.wizards
Class RPGKeywordTextEntry

java.lang.Object
  extended by com.ibm.etools.iseries.edit.wizards.RPGKeywordEntry
      extended by com.ibm.etools.iseries.edit.wizards.RPGKeywordTextEntry

public class RPGKeywordTextEntry
extends RPGKeywordEntry


Field Summary
static String copyright
           
protected  String toolTipId
           
protected  Text txtEntry
           
 
Fields inherited from class com.ibm.etools.iseries.edit.wizards.RPGKeywordEntry
cmp, label, listener, name, parent
 
Constructor Summary
RPGKeywordTextEntry(Composite parent, ModifyListener listener, String name, String toolTipId)
           
 
Method Summary
 void addModifyListener(ModifyListener listener)
           
 void createEntryContents()
           
 Control getControl()
           
 boolean getSelected()
          modified version which check whether the field is forced or not
 String getText()
           
 boolean isFocusControl()
          indicates wether or not any Control for this entry has focus
 void setEnabled(boolean enabled)
           
 void setEnforced(boolean forced)
           
 void setFocus()
           
 void setSelected(boolean selected)
           
 void setText(String text)
           
 void setTextLimit(int limit)
           
 void setTooltips(String[] tooltips)
           
 
Methods inherited from class com.ibm.etools.iseries.edit.wizards.RPGKeywordEntry
addSelectionListener, createEntry, getCmpEntry, getEnabled, getLabel, getListener, getName, handleEvent, isSrc, setCmpEntry, setLabel, setListener, setName
 
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

txtEntry

protected Text txtEntry

toolTipId

protected String toolTipId
Constructor Detail

RPGKeywordTextEntry

public RPGKeywordTextEntry(Composite parent,
                           ModifyListener listener,
                           String name,
                           String toolTipId)
Method Detail

createEntryContents

public void createEntryContents()
Specified by:
createEntryContents in class RPGKeywordEntry
See Also:
com.ibm.etools.iseries.editor.wizards.RPGKeywordEntry#createEntryContents

setEnabled

public void setEnabled(boolean enabled)
Specified by:
setEnabled in class RPGKeywordEntry

addModifyListener

public void addModifyListener(ModifyListener listener)
Specified by:
addModifyListener in class RPGKeywordEntry

setFocus

public void setFocus()
Specified by:
setFocus in class RPGKeywordEntry

setSelected

public void setSelected(boolean selected)
Specified by:
setSelected in class RPGKeywordEntry

setEnforced

public void setEnforced(boolean forced)

getText

public String getText()
Specified by:
getText in class RPGKeywordEntry

setText

public void setText(String text)

setTextLimit

public void setTextLimit(int limit)
Specified by:
setTextLimit in class RPGKeywordEntry

getControl

public Control getControl()
Specified by:
getControl in class RPGKeywordEntry

setTooltips

public void setTooltips(String[] tooltips)
Parameters:
strings -

getSelected

public boolean getSelected()
modified version which check whether the field is forced or not

Overrides:
getSelected in class RPGKeywordEntry
Returns:
true if the checkbox is selected

isFocusControl

public boolean isFocusControl()
indicates wether or not any Control for this entry has focus


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.