All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.taligent.widget.event.CaptionBarListener

public interface CaptionBarListener
extends EventListener
Caption bar event listener interface.

Version:
1.0
Author:
Andy Clark, Taligent Inc.
See Also:
CaptionBar, CaptionBarEvent

Method Index

 o captionResized(CaptionBarEvent)
A caption was resized.
 o captionSelected(CaptionBarEvent)
A caption was selected.

Methods

 o captionSelected
 public abstract void captionSelected(CaptionBarEvent evt)
A caption was selected.

 o captionResized
 public abstract void captionResized(CaptionBarEvent evt)
A caption was resized. If the click count on a caption resize event is greater than 1, then the user is requesting an auto sizing of the column. This request can be ignored by the caption bar owner, however.


All Packages  Class Hierarchy  This Package  Previous  Next  Index