|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
net.sf.jguiraffe.gui.platform.swing.builder.event.ActionEventAdapter
class ActionEventAdapter
A specific event adapter for Swing action events.
| Constructor Summary | |
|---|---|
ActionEventAdapter(FormEventManager eventManager,
ComponentHandler handler,
java.lang.String name)
Creates a new instance of ActionEventAdapter. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
Call back for action events. |
protected FormActionEvent |
createFormEvent(java.awt.event.ActionEvent event)
Creates a FormActionEvent from the passed in Swing action
event. |
protected FormListenerType |
getListenerType()
Returns the form listener type of this adapter. |
| Methods inherited from class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter |
|---|
fireEvent, getEventManager, getHandler, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionEventAdapter(FormEventManager eventManager,
ComponentHandler handler,
java.lang.String name)
ActionEventAdapter.
eventManager - the event managerhandler - the component handlername - the component's name| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed in interface java.awt.event.ActionListenerevent - the action eventprotected FormActionEvent createFormEvent(java.awt.event.ActionEvent event)
FormActionEvent from the passed in Swing action
event.
event - the Swing action event
protected FormListenerType getListenerType()
getListenerType in class SwingEventAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||