com.ibm.etools.iseries.edit.wizards
Class RPGKeywordTextComboEntry
java.lang.Object
com.ibm.etools.iseries.edit.wizards.RPGKeywordEntry
com.ibm.etools.iseries.edit.wizards.RPGKeywordComboEntry
com.ibm.etools.iseries.edit.wizards.RPGKeywordTextComboEntry
public class RPGKeywordTextComboEntry
- extends RPGKeywordComboEntry
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 |
copyright
public static final String copyright
- See Also:
- Constant Field Values
txtEntry
protected Text txtEntry
txtToolTipId
protected String txtToolTipId
RPGKeywordTextComboEntry
public RPGKeywordTextComboEntry(Composite parent,
ModifyListener listener,
String name,
boolean readOnly,
String toolTipId,
String textToolTipId)
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
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.