com.prolifics.jni
Interface FieldHandler

All Superinterfaces:
ActiveXHandler, ButtonHandler, CheckboxHandler, ComboboxHandler, DynamicLabelHandler, ListboxHandler, OptionmenuHandler, RadiobuttonHandler, ScaleHandler, TabCardHandler, TextHandler, TogglebuttonHandler
All Known Implementing Classes:
FieldHandlerAdapter

public interface FieldHandler
extends ActiveXHandler, ButtonHandler, CheckboxHandler, ComboboxHandler, DynamicLabelHandler, ListboxHandler, OptionmenuHandler, RadiobuttonHandler, ScaleHandler, TabCardHandler, TextHandler, TogglebuttonHandler


Method Summary
 void cardEntry(FieldInterface f, int context)
           
 void cardExit(FieldInterface f, int context)
           
 void cardExpose(FieldInterface f, int context)
           
 void cardHide(FieldInterface f, int context)
           
 int fieldActivate(FieldInterface f, int item)
           
 int fieldDoubleClick(FieldInterface f, int item)
           
 int fieldEntry(FieldInterface f, int item, int context)
           
 int fieldExit(FieldInterface f, int item, int context)
           
 int fieldValidate(FieldInterface f, int item, int context)
           
 
Methods inherited from interface com.prolifics.jni.ActiveXHandler
activexEntry, activexExit, activexValidate
 
Methods inherited from interface com.prolifics.jni.ButtonHandler
buttonActivate, buttonEntry, buttonExit, buttonValidate
 
Methods inherited from interface com.prolifics.jni.CheckboxHandler
checkboxEntry, checkboxExit, checkboxValidate
 
Methods inherited from interface com.prolifics.jni.ComboboxHandler
comboboxDoubleClick, comboboxEntry, comboboxExit, comboboxValidate
 
Methods inherited from interface com.prolifics.jni.DynamicLabelHandler
labelDoubleClick, labelValidate
 
Methods inherited from interface com.prolifics.jni.ListboxHandler
listboxActivate, listboxDoubleClick, listboxEntry, listboxExit, listboxValidate
 
Methods inherited from interface com.prolifics.jni.OptionmenuHandler
optionmenuEntry, optionmenuExit, optionmenuValidate
 
Methods inherited from interface com.prolifics.jni.RadiobuttonHandler
radiobuttonEntry, radiobuttonExit, radiobuttonValidate
 
Methods inherited from interface com.prolifics.jni.ScaleHandler
scaleEntry, scaleExit, scaleValidate
 
Methods inherited from interface com.prolifics.jni.TabCardHandler
cardCardEntry, cardCardExit, cardTabEntry, cardTabExit, cardValidate
 
Methods inherited from interface com.prolifics.jni.TextHandler
textDoubleClick, textEntry, textExit, textValidate
 
Methods inherited from interface com.prolifics.jni.TogglebuttonHandler
togglebuttonEntry, togglebuttonExit, togglebuttonValidate
 

Method Detail

fieldEntry

int fieldEntry(FieldInterface f,
               int item,
               int context)

fieldExit

int fieldExit(FieldInterface f,
              int item,
              int context)

fieldValidate

int fieldValidate(FieldInterface f,
                  int item,
                  int context)

fieldActivate

int fieldActivate(FieldInterface f,
                  int item)

fieldDoubleClick

int fieldDoubleClick(FieldInterface f,
                     int item)

cardEntry

void cardEntry(FieldInterface f,
               int context)

cardExpose

void cardExpose(FieldInterface f,
                int context)
Specified by:
cardExpose in interface TabCardHandler

cardExit

void cardExit(FieldInterface f,
              int context)

cardHide

void cardHide(FieldInterface f,
              int context)
Specified by:
cardHide in interface TabCardHandler