thinwire.ui.event
Class ActionEvent
java.lang.Object
java.util.EventObject
thinwire.ui.event.ActionEvent
- All Implemented Interfaces:
- java.io.Serializable
public final class ActionEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ActionEvent(java.lang.String action,
Component sourceComponent)
|
ActionEvent(java.lang.String action,
Component sourceComponent,
int sourceComponentX,
int sourceComponentY)
|
ActionEvent(java.lang.String action,
Component sourceComponent,
java.lang.Object source)
|
ActionEvent(java.lang.String action,
Component sourceComponent,
java.lang.Object source,
int sourceComponentX,
int sourceComponentY,
int sourceX,
int sourceY)
|
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ActionEvent
public ActionEvent(java.lang.String action,
Component sourceComponent)
ActionEvent
public ActionEvent(java.lang.String action,
Component sourceComponent,
int sourceComponentX,
int sourceComponentY)
ActionEvent
public ActionEvent(java.lang.String action,
Component sourceComponent,
java.lang.Object source)
ActionEvent
public ActionEvent(java.lang.String action,
Component sourceComponent,
java.lang.Object source,
int sourceComponentX,
int sourceComponentY,
int sourceX,
int sourceY)
getAction
public java.lang.String getAction()
getSourceComponent
public Component getSourceComponent()
getSourceComponentX
public int getSourceComponentX()
getSourceComponentY
public int getSourceComponentY()
getSourceX
public int getSourceX()
getSourceY
public int getSourceY()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject