Library | Package Java Toolkit

Interface InputPanelListener

package com.ptc.uifc.uifcInputPanel;

public interface InputPanelListener
  extends com.ptc.uifc.uifcCore.ComponentListener



Description

 



Method Summary
voidOnActivate (InputPanel handle)
     
voidOnChange (InputPanel handle)
     
voidOnDragEnter (InputPanel handle)
     
voidOnDragExit (InputPanel handle)
     
voidOnDragMove (InputPanel handle)
     
voidOnDrop (InputPanel handle)
     
voidOnFocusIn (InputPanel handle)
     
voidOnFocusOut (InputPanel handle)
     
voidOnHelp (InputPanel handle)
     
voidOnKeyDown (InputPanel handle)
     

Method Detail

OnKeyDown

voidOnKeyDown (InputPanel handle)


     
Parameters:
handle
Returns:


OnFocusOut

voidOnFocusOut (InputPanel handle)


     
Parameters:
handle
Returns:


OnFocusIn

voidOnFocusIn (InputPanel handle)


     
Parameters:
handle
Returns:


OnActivate

voidOnActivate (InputPanel handle)


     
Parameters:
handle
Returns:


OnChange

voidOnChange (InputPanel handle)


     
Parameters:
handle
Returns:


OnDrop

voidOnDrop (InputPanel handle)


     
Parameters:
handle
Returns:


OnDragExit

voidOnDragExit (InputPanel handle)


     
Parameters:
handle
Returns:


OnDragMove

voidOnDragMove (InputPanel handle)


     
Parameters:
handle
Returns:


OnHelp

voidOnHelp (InputPanel handle)


     
Parameters:
handle
Returns:


OnDragEnter

voidOnDragEnter (InputPanel handle)


     
Parameters:
handle
Returns: