Library | Package Java Toolkit

Interface TextAreaListener

package com.ptc.uifc.uifcTextArea;

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



Description

 



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

Method Detail

OnFocusOut

voidOnFocusOut (TextArea handle)


     
Parameters:
handle
Returns:


OnFocusIn

voidOnFocusIn (TextArea handle)


     
Parameters:
handle
Returns:


OnActivate

voidOnActivate (TextArea handle)


     
Parameters:
handle
Returns:


OnChange

voidOnChange (TextArea handle)


     
Parameters:
handle
Returns:


OnDrop

voidOnDrop (TextArea handle)


     
Parameters:
handle
Returns:


OnDragExit

voidOnDragExit (TextArea handle)


     
Parameters:
handle
Returns:


OnDragMove

voidOnDragMove (TextArea handle)


     
Parameters:
handle
Returns:


OnHelp

voidOnHelp (TextArea handle)


     
Parameters:
handle
Returns:


OnDragEnter

voidOnDragEnter (TextArea handle)


     
Parameters:
handle
Returns: