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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.prolifics.jni.DynamicLabelHandlerAdapter
All Implemented Interfaces:
DynamicLabelHandler

public class DynamicLabelHandlerAdapter
extends java.lang.Object
implements DynamicLabelHandler


Constructor Summary
DynamicLabelHandlerAdapter()
           
 
Method Summary
 int labelDoubleClick(FieldInterface f, int item)
           
 int labelValidate(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

DynamicLabelHandlerAdapter

public DynamicLabelHandlerAdapter()
Method Detail

labelValidate

public int labelValidate(FieldInterface f,
                         int item,
                         int context)
Specified by:
labelValidate in interface DynamicLabelHandler

labelDoubleClick

public int labelDoubleClick(FieldInterface f,
                            int item)
Specified by:
labelDoubleClick in interface DynamicLabelHandler