|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.havi.ui.event.HScreenLocationModifiedEvent
This event is generated by the system when a component is moved on-screen, rather than within a container.
Parameter | Description | Default value | Set method | Get method |
---|---|---|---|---|
None. |
Description | Default value | Set method | Get method |
---|---|---|---|
None. |
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
HScreenLocationModifiedEvent(java.lang.Object source)
Creates an HScreenLocationModifiedEvent object. |
Method Summary | |
java.lang.Object |
getSource()
Returns the Component whose on-screen location has been modified. |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HScreenLocationModifiedEvent(java.lang.Object source)
HScreenLocationModifiedEvent
object. See the class description for
details of constructor parameters and default values.
source
- the Component whose on-screen location has been
modified.Method Detail |
public java.lang.Object getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |