All Packages Class Hierarchy This Package Previous Next Index
Class COM.taligent.widget.event.CaptionBarEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.awt.AWTEvent
|
+----COM.taligent.widget.event.CaptionBarEvent
- public class CaptionBarEvent
- extends AWTEvent
Caption bar events.
- See Also:
- CaptionBar, CaptionBarListener
-
RESIZED
- Caption resized id.
-
SELECTED
- Caption selected id.
-
CaptionBarEvent(Object, int, int, int)
- Constructs a new caption bar event.
-
getCaption()
- Returns the index of the caption that was acted upon.
-
getClickCount()
- Returns the number of clicks for this event.
-
toString()
- Returns a string representation of the event.
SELECTED
public static final int SELECTED
- Caption selected id.
RESIZED
public static final int RESIZED
- Caption resized id.
CaptionBarEvent
public CaptionBarEvent(Object source,
int type,
int caption,
int clicks)
- Constructs a new caption bar event.
- Parameters:
- source - The source of the event.
- type - The type of caption bar event to create.
- caption - The caption index that was acted upon.
- clicks - Number of clicks for this event.
getCaption
public int getCaption()
- Returns the index of the caption that was acted upon.
getClickCount
public int getClickCount()
- Returns the number of clicks for this event.
toString
public String toString()
- Returns a string representation of the event.
- Overrides:
- toString in class AWTEvent
All Packages Class Hierarchy This Package Previous Next Index