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

Quick Search    Search Deep

Source code: com/prolifics/jni/TabCardHandlerAdapter.java


1   /* @(#)TabCardHandlerAdapter.java  77.2 99/01/20 15:35:27" */
2   
3   /*************************************************/
4   /*  Copyright (c) 1998         */
5   /*      by         */
6   /*  JYACC, Inc., New York NY USA     */
7   /*  and contributors.         */
8   /*  Use of this program is governed by the   */
9   /*  JYACC Public License Version 1.0, a copy of   */
10  /*  which can be obtained at       */
11  /*  http://www.possl.org/jyacc-license.html   */
12  /*************************************************/
13  
14  package com.prolifics.jni;
15  
16  public class TabCardHandlerAdapter implements TabCardHandler, Constants
17  {
18    public int cardTabEntry(FieldInterface f, int item, int context)
19    { return 0; }
20    public int cardTabExit(FieldInterface f, int item, int context)
21    { return 0; }
22    public int cardValidate(FieldInterface f, int item, int context)
23    { return 0; }
24    public void cardCardEntry(FieldInterface f, int context) { }
25    public void cardCardExit(FieldInterface f, int context) { }
26    public void cardExpose(FieldInterface f, int context) { }
27    public void cardHide(FieldInterface f, int context) { }
28  }