|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.pietschy.command.HoverEvent
public class HoverEvent
Fired when the mouse enters and exits a command.
CommandManager.addHoverListener(org.pietschy.command.HoverListener)
,
Command.addHoverListener(org.pietschy.command.HoverListener)
,
HoverListener
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
HoverEvent(Command command,
Face face,
java.awt.Component component)
|
Method Summary | |
---|---|
Command |
getCommand()
Gets the command associated with the HoverEvent. |
Face |
getFace()
Gets the Face associated with the hover event. |
boolean |
isInWindow(java.awt.Window window)
Checks if the specified window contains the the on which that raised the hover event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HoverEvent(Command command, Face face, java.awt.Component component)
Method Detail |
---|
public Command getCommand()
public Face getFace()
public boolean isInWindow(java.awt.Window window)
This method can be used to filter out hover events that are raised on a shared
window
- the component.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |