|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.gui.hover.HoverEvent
public class HoverEvent
HoverEvent contains information about a component hovered by the mouse
| Field Summary | |
|---|---|
private java.awt.Component |
source
|
| Constructor Summary | |
|---|---|
HoverEvent(java.awt.Component source)
Creates a HoverEvent |
|
| Method Summary | |
|---|---|
java.awt.Component |
getSource()
Gets the hoverable component that is the source for this event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.awt.Component source
| Constructor Detail |
|---|
public HoverEvent(java.awt.Component source)
source - the hoverable component that is the source for this event| Method Detail |
|---|
public java.awt.Component getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||