|
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.RPGLCEntry
public class RPGLCEntry
Constructor Summary | |
---|---|
RPGLCEntry(Composite parent,
boolean text,
int style,
String specialChars)
|
|
RPGLCEntry(Composite parent,
boolean text,
int style,
String specialChars,
boolean alwaysQuoted)
|
|
RPGLCEntry(Composite parent,
String specialChars)
|
|
RPGLCEntry(Composite parent,
String specialChars,
boolean alwaysQuoted)
|
Method Summary | |
---|---|
void |
addModifyListener(ModifyListener listener)
|
void |
addSelectionListener(SelectionListener listener)
|
void |
disableQuotes()
removes quotes from the control and disables the toggle button 53534 |
void |
enableQuotes()
Enables the toggle button so that quotes can be added 53534 |
Control |
getControl()
|
boolean |
getEnabled()
|
String |
getItem(int index)
|
int |
getItemCount()
|
int |
getSelectionIndex()
|
String |
getText()
|
boolean |
isFocusControl()
indicates whether any Control for this entry has focus |
String |
massageQuotes(String text)
this method is used to massage text and double up any single quotes found in the specified text |
void |
modifyText(ModifyEvent arg0)
|
void |
removeModifyListener(ModifyListener listener)
|
void |
setAllowEmptyQuotedString(boolean value)
Used to set whether or not empty quoted strings should be allowed |
void |
setDontQuoteUnfinishedLiteral(boolean value)
Used to set whether or not you dont want to quote unfinised literals (ie X' ) |
void |
setEnabled(boolean enabled)
|
void |
setFocus()
|
void |
setItems(String[] items)
|
void |
setLayoutData(Object ld)
|
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 |
setText(String text1)
|
void |
setTextLimit(int limit)
|
void |
setToggleEnabled(boolean value)
use to set enablement of the toggle button |
void |
setToolTipText(String tooltips)
|
void |
setUseValidator(boolean value)
indicate whether or not the control should use the validator when modifying text |
void |
setValidator(ISystemValidator validator)
Set the validator to use for determining quotes |
void |
widgetDefaultSelected(SelectionEvent arg0)
|
void |
widgetSelected(SelectionEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RPGLCEntry(Composite parent, String specialChars)
public RPGLCEntry(Composite parent, String specialChars, boolean alwaysQuoted)
public RPGLCEntry(Composite parent, boolean text, int style, String specialChars)
public RPGLCEntry(Composite parent, boolean text, int style, String specialChars, boolean alwaysQuoted)
Method Detail |
---|
public void setValidator(ISystemValidator validator)
public void setEnabled(boolean enabled)
public void modifyText(ModifyEvent arg0)
public void widgetSelected(SelectionEvent e)
public void widgetDefaultSelected(SelectionEvent arg0)
public void addModifyListener(ModifyListener listener)
public void removeModifyListener(ModifyListener listener)
public void setFocus()
public String getText()
public void setText(String text1)
public void setTextLimit(int limit)
public Control getControl()
public void setToolTipText(String tooltips)
public void setLayoutData(Object ld)
public boolean getEnabled()
public void addSelectionListener(SelectionListener listener)
public void setItems(String[] items)
public String getItem(int index)
public int getItemCount()
public int getSelectionIndex()
public void disableQuotes()
public void enableQuotes()
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 use the validator to detemine if quotes are neededpublic String massageQuotes(String text)
text
- the text to double the quotes
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 otherwisepublic void setAllowEmptyQuotedString(boolean value)
value
- true if you want to allow ''public void setDontQuoteUnfinishedLiteral(boolean value)
value
- True if unifinished literals should not be automatically quoted.
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |