Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.prolifics.jni
Class TabCardHandlerAdapter  view TabCardHandlerAdapter download TabCardHandlerAdapter.java

java.lang.Object
  extended bycom.prolifics.jni.TabCardHandlerAdapter
All Implemented Interfaces:
TabCardHandler

public class TabCardHandlerAdapter
extends java.lang.Object
implements TabCardHandler


Constructor Summary
TabCardHandlerAdapter()
           
 
Method Summary
 void cardCardEntry(FieldInterface f, int context)
           
 void cardCardExit(FieldInterface f, int context)
           
 void cardExpose(FieldInterface f, int context)
           
 void cardHide(FieldInterface f, int context)
           
 int cardTabEntry(FieldInterface f, int item, int context)
           
 int cardTabExit(FieldInterface f, int item, int context)
           
 int cardValidate(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

TabCardHandlerAdapter

public TabCardHandlerAdapter()
Method Detail

cardTabEntry

public int cardTabEntry(FieldInterface f,
                        int item,
                        int context)
Specified by:
cardTabEntry in interface TabCardHandler

cardTabExit

public int cardTabExit(FieldInterface f,
                       int item,
                       int context)
Specified by:
cardTabExit in interface TabCardHandler

cardValidate

public int cardValidate(FieldInterface f,
                        int item,
                        int context)
Specified by:
cardValidate in interface TabCardHandler

cardCardEntry

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

cardCardExit

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

cardExpose

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

cardHide

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