|
|||||||||
| Home >> All >> com >> prolifics >> [ jni overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.prolifics.jni
Class TextHandlerAdapter

java.lang.Objectcom.prolifics.jni.TextHandlerAdapter
- All Implemented Interfaces:
- TextHandler
- public class TextHandlerAdapter
- extends java.lang.Object
- implements TextHandler
- extends java.lang.Object
| Constructor Summary | |
TextHandlerAdapter()
|
|
| Method Summary | |
int |
textDoubleClick(FieldInterface f,
int item)
|
int |
textEntry(FieldInterface f,
int item,
int context)
|
int |
textExit(FieldInterface f,
int item,
int context)
|
int |
textValidate(FieldInterface f,
int item,
int context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
TextHandlerAdapter
public TextHandlerAdapter()
| Method Detail |
textEntry
public int textEntry(FieldInterface f, int item, int context)
- Specified by:
textEntryin interfaceTextHandler
textExit
public int textExit(FieldInterface f, int item, int context)
- Specified by:
textExitin interfaceTextHandler
textValidate
public int textValidate(FieldInterface f, int item, int context)
- Specified by:
textValidatein interfaceTextHandler
textDoubleClick
public int textDoubleClick(FieldInterface f, int item)
- Specified by:
textDoubleClickin interfaceTextHandler
|
|||||||||
| Home >> All >> com >> prolifics >> [ jni overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.prolifics.jni.TextHandlerAdapter