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 void
FormActionListener. actionPerformed(FormActionEvent e)
This method gets called when anFormActionEvent
occurs. -
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 void
FormController. actionPerformed(FormActionEvent e)
Processes action events.protected void
FormController. cancelButtonClicked(FormActionEvent event)
The cancel button was clicked.protected void
FormController. okButtonClicked(FormActionEvent event)
The OK button was clicked.
-