Rational Developer for Power Systems Software
V7.6

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

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

public class RPGKeywordTextComboEntry
extends RPGKeywordComboEntry


Field Summary
static String copyright
           
protected  Text txtEntry
           
protected  String txtToolTipId
           
 
Fields inherited from class com.ibm.etools.iseries.edit.wizards.RPGKeywordComboEntry
cmbEntry, readOnly, toolTipId
 
Fields inherited from class com.ibm.etools.iseries.edit.wizards.RPGKeywordEntry
cmp, label, listener, name, parent
 
Constructor Summary
RPGKeywordTextComboEntry(Composite parent, ModifyListener listener, String name, boolean readOnly, String toolTipId, String textToolTipId)
           
 
Method Summary
 void addModifyListener(ModifyListener listener)
           
 void addSelectionListener(SelectionListener listener)
           
 void createEntryContents()
           
 Control getControl()
           
 String getEntryText()
           
 String getText()
           
 boolean isFocusControl()
          indicates whether or not any control for this entry has focus
 void setEnabled(boolean enabled)
           
 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.RPGKeywordComboEntry
addComboSelectionListener, addModifyListener, getItem, getModifyListener, getSelectionIndex, removeModifyListener, setComboText, setComboText, setEntryReadOnly, setItems
 
Methods inherited from class com.ibm.etools.iseries.edit.wizards.RPGKeywordEntry
createEntry, getCmpEntry, getEnabled, getLabel, getListener, getName, getSelected, 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

txtToolTipId

protected String txtToolTipId
Constructor Detail

RPGKeywordTextComboEntry

public RPGKeywordTextComboEntry(Composite parent,
                                ModifyListener listener,
                                String name,
                                boolean readOnly,
                                String toolTipId,
                                String textToolTipId)
Method Detail

createEntryContents

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

setEnabled

public void setEnabled(boolean enabled)
Overrides:
setEnabled in class RPGKeywordComboEntry

addModifyListener

public void addModifyListener(ModifyListener listener)
Overrides:
addModifyListener in class RPGKeywordComboEntry

addSelectionListener

public void addSelectionListener(SelectionListener listener)
Overrides:
addSelectionListener in class RPGKeywordComboEntry

setFocus

public void setFocus()
Overrides:
setFocus in class RPGKeywordComboEntry

setSelected

public void setSelected(boolean selected)
Overrides:
setSelected in class RPGKeywordComboEntry

getText

public String getText()
Overrides:
getText in class RPGKeywordComboEntry

setText

public void setText(String text)

setTextLimit

public void setTextLimit(int limit)
Overrides:
setTextLimit in class RPGKeywordComboEntry

getControl

public Control getControl()
Overrides:
getControl in class RPGKeywordComboEntry

getEntryText

public String getEntryText()
Returns:

setTooltips

public void setTooltips(String[] tooltips)
Overrides:
setTooltips in class RPGKeywordComboEntry
Parameters:
strings -

isFocusControl

public boolean isFocusControl()
indicates whether 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.