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
-
captionResized(CaptionBarEvent)
- A caption was resized.
-
captionSelected(CaptionBarEvent)
- A caption was selected.
captionSelected
public abstract void captionSelected(CaptionBarEvent evt)
- A caption was selected.
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