Uses of Class
net.sf.jguiraffe.gui.builder.event.FormActionEvent
-
Packages that use FormActionEvent Package Description net.sf.jguiraffe.gui.builder.event The main package for events and event listeners definitions.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of FormActionEvent in net.sf.jguiraffe.gui.builder.event
Methods in net.sf.jguiraffe.gui.builder.event with parameters of type FormActionEvent Modifier and Type Method Description voidFormActionListener. actionPerformed(FormActionEvent e)This method gets called when anFormActionEventoccurs. -
Uses of FormActionEvent in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormActionEvent Modifier and Type Method Description voidFormController. actionPerformed(FormActionEvent e)Processes action events.protected voidFormController. cancelButtonClicked(FormActionEvent event)The cancel button was clicked.protected voidFormController. okButtonClicked(FormActionEvent event)The OK button was clicked.
-