|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.guix.SwingEventHandler
public class SwingEventHandler
Handles the Swing events
| Constructor Summary | |
|---|---|
SwingEventHandler()
|
|
| Method Summary | |
|---|---|
boolean |
addEvent(java.lang.Class clazz,
java.lang.String name,
java.lang.String value)
Add an event to the map |
java.lang.String |
generate(java.lang.String object)
Generates the code for all the events applied to an object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwingEventHandler()
| Method Detail |
|---|
public boolean addEvent(java.lang.Class clazz,
java.lang.String name,
java.lang.String value)
throws java.beans.IntrospectionException
clazz - the class of the object supposed to listen to the eventname - name of the eventvalue - code to execute when the events occurs
java.beans.IntrospectionException - if the JVM failed while getting the bean infos of the classpublic java.lang.String generate(java.lang.String object)
object - the objects to add the listeners
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||