|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.wizards.RPGKeywordEntry com.ibm.etools.iseries.edit.wizards.RPGKeywordLCComboEntry
public class RPGKeywordLCComboEntry
Field Summary | |
---|---|
protected RPGLCEntry |
cmbEntry
|
static String |
copyright
|
protected boolean |
readOnly
|
protected String |
toolTipId
|
Fields inherited from class com.ibm.etools.iseries.edit.wizards.RPGKeywordEntry |
---|
cmp, label, listener, name, parent |
Constructor Summary | |
---|---|
RPGKeywordLCComboEntry(Composite parent,
ModifyListener listener,
String name,
boolean readOnly,
String toolTipId,
String specialChars)
|
Method Summary | |
---|---|
void |
addComboSelectionListener(SelectionListener listener)
|
void |
addModifyListener()
|
void |
addModifyListener(ModifyListener listener)
|
void |
addSelectionListener(SelectionListener listener)
|
void |
createEntryContents()
|
Control |
getControl()
|
String |
getItem(int idx)
|
ModifyListener |
getModifyListener()
|
int |
getSelectionIndex()
|
String |
getText()
|
boolean |
isFocusControl()
indicates whether any control for this entry has focus |
void |
removeModifyListener()
|
void |
setComboText(int idx)
|
void |
setComboText(String text)
|
void |
setEnabled(boolean enabled)
|
void |
setEntryReadOnly(boolean readOnly)
|
void |
setFocus()
|
void |
setItems(String[] items)
|
void |
setOverrideToggle(boolean value)
used to override the logic which determines the toggle button enablement |
void |
setQuotesOn(boolean value)
indicate whether quotes should be on or off for this control |
void |
setSelected(boolean selected)
|
void |
setTextLimit(int limit)
|
void |
setToggleEnabled(boolean value)
use to set enablement of the toggle button |
void |
setTooltips(String[] tooltips)
|
void |
setUseValidator(boolean value)
indicate whether or not the control should automatically add quotes |
void |
setValidator(ISystemValidator validator)
Set the validator to use for determining quotes |
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 |
---|
public static final String copyright
protected RPGLCEntry cmbEntry
protected String toolTipId
protected boolean readOnly
Constructor Detail |
---|
public RPGKeywordLCComboEntry(Composite parent, ModifyListener listener, String name, boolean readOnly, String toolTipId, String specialChars)
Method Detail |
---|
public void createEntryContents()
createEntryContents
in class RPGKeywordEntry
com.ibm.etools.iseries.editor.wizards.RPGKeywordEntry#createEntryContents
public void addModifyListener()
public void addSelectionListener(SelectionListener listener)
addSelectionListener
in class RPGKeywordEntry
public void setEntryReadOnly(boolean readOnly)
public void setItems(String[] items)
public void setEnabled(boolean enabled)
setEnabled
in class RPGKeywordEntry
public void setSelected(boolean selected)
setSelected
in class RPGKeywordEntry
public void addModifyListener(ModifyListener listener)
addModifyListener
in class RPGKeywordEntry
public void setFocus()
setFocus
in class RPGKeywordEntry
public String getText()
getText
in class RPGKeywordEntry
public void addComboSelectionListener(SelectionListener listener)
public String getItem(int idx)
public void setComboText(String text)
public void setComboText(int idx)
public int getSelectionIndex()
public void setTextLimit(int limit)
setTextLimit
in class RPGKeywordEntry
public Control getControl()
getControl
in class RPGKeywordEntry
public ModifyListener getModifyListener()
public void removeModifyListener()
public void setTooltips(String[] tooltips)
strings
- public boolean isFocusControl()
public void setQuotesOn(boolean value)
value
- true if quotes are to be displayed, false otherwise.public void setUseValidator(boolean value)
value
- true if the control should automaticall add quotes when needed, false otherwisepublic void setValidator(ISystemValidator validator)
public void setToggleEnabled(boolean value)
value
- true if the toggle button should be always on, false if the button should be always offpublic void setOverrideToggle(boolean value)
value
- true if the toggle logic is to be ignored, false otherwise
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |