|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.ui.validators.SystemNumericVerifyListener
public class SystemNumericVerifyListener
A class that only allows keys representing numeric values to be entered. It can be turned off if necessary.
Constructor Summary | |
---|---|
SystemNumericVerifyListener()
Constructor. |
Method Summary | |
---|---|
boolean |
isOff()
Returns whether the verifier is on or off. |
void |
setOff(boolean isOff)
Turns the verifier on or off. |
void |
verifyText(VerifyEvent e)
Verifies the event text if it is not turned off. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemNumericVerifyListener()
Method Detail |
---|
public void verifyText(VerifyEvent e)
verifyText
in interface VerifyListener
VerifyListener.verifyText(org.eclipse.swt.events.VerifyEvent)
public void setOff(boolean isOff)
isOff
- true
to turn the verifier off, false
to turn it on.public boolean isOff()
true
if the verifier is off, false
if it is on.
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |