|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jdesktop.animation.timing.triggers.TriggerEvent
org.jdesktop.animation.timing.triggers.FocusTriggerEvent
public class FocusTriggerEvent
Focus In/Out events
| Field Summary | |
|---|---|
static FocusTriggerEvent |
IN
Event fired when Component receives focus |
static FocusTriggerEvent |
OUT
Event fired when Component loses focus |
| Method Summary | |
|---|---|
TriggerEvent |
getOppositeEvent()
This method finds the opposite of the current event.: IN -> OUT and OUT -> IN. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FocusTriggerEvent IN
public static final FocusTriggerEvent OUT
| Method Detail |
|---|
public TriggerEvent getOppositeEvent()
getOppositeEvent in class TriggerEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||