Library | Package Java Toolkit

Interface DialogListener

package com.ptc.uifc.uifcDialog;

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



Description

 



Method Summary
voidOnBeginMoveSize (Dialog handle)
     
voidOnClose (Dialog handle)
     
voidOnDeminimize (Dialog handle)
     
voidOnDestroy (Dialog handle)
     
voidOnDisplay (Dialog handle)
     
voidOnDragEnter (Dialog handle)
     
voidOnDragExit (Dialog handle)
     
voidOnDragMove (Dialog handle)
     
voidOnDrop (Dialog handle)
     
voidOnEndMoveSize (Dialog handle)
     
voidOnFocusIn (Dialog handle)
     
voidOnFocusOut (Dialog handle)
     
voidOnHelp (Dialog handle)
     
voidOnMinimize (Dialog handle)
     
voidOnMove (Dialog handle)
     
voidOnPreDisplay (Dialog handle)
     
voidOnSize (Dialog handle)
     

Method Detail

OnSize

voidOnSize (Dialog handle)


     
Parameters:
handle
Returns:


OnDeminimize

voidOnDeminimize (Dialog handle)


     
Parameters:
handle
Returns:


OnClose

voidOnClose (Dialog handle)


     
Parameters:
handle
Returns:


OnFocusOut

voidOnFocusOut (Dialog handle)


     
Parameters:
handle
Returns:


OnFocusIn

voidOnFocusIn (Dialog handle)


     
Parameters:
handle
Returns:


OnEndMoveSize

voidOnEndMoveSize (Dialog handle)


     
Parameters:
handle
Returns:


OnMove

voidOnMove (Dialog handle)


     
Parameters:
handle
Returns:


OnMinimize

voidOnMinimize (Dialog handle)


     
Parameters:
handle
Returns:


OnBeginMoveSize

voidOnBeginMoveSize (Dialog handle)


     
Parameters:
handle
Returns:


OnDrop

voidOnDrop (Dialog handle)


     
Parameters:
handle
Returns:


OnDragExit

voidOnDragExit (Dialog handle)


     
Parameters:
handle
Returns:


OnDisplay

voidOnDisplay (Dialog handle)


     
Parameters:
handle
Returns:


OnDestroy

voidOnDestroy (Dialog handle)


     
Parameters:
handle
Returns:


OnDragMove

voidOnDragMove (Dialog handle)


     
Parameters:
handle
Returns:


OnHelp

voidOnHelp (Dialog handle)


     
Parameters:
handle
Returns:


OnPreDisplay

voidOnPreDisplay (Dialog handle)


     
Parameters:
handle
Returns:


OnDragEnter

voidOnDragEnter (Dialog handle)


     
Parameters:
handle
Returns: