|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.apache.cocoon.forms.event.WidgetEvent org.apache.cocoon.forms.event.ActionEvent org.apache.cocoon.forms.event.ImageMapEvent
public class ImageMapEvent
Currently this event originates from a ImageMap
widget.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ImageMapEvent(Widget source,
String actionCommand)
|
Method Summary | |
---|---|
int |
getX()
|
int |
getY()
|
Methods inherited from class org.apache.cocoon.forms.event.ActionEvent |
---|
getActionCommand |
Methods inherited from class org.apache.cocoon.forms.event.WidgetEvent |
---|
getSourceWidget |
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 ImageMapEvent(Widget source, String actionCommand)
Method Detail |
---|
public int getX()
public int getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |