Uses of Interface
net.sf.jguiraffe.gui.builder.event.FormActionListener
-
Packages that use FormActionListener 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 FormActionListener in net.sf.jguiraffe.gui.builder.event
Methods in net.sf.jguiraffe.gui.builder.event with parameters of type FormActionListener Modifier and Type Method Description void
FormEventManager. addActionListener(String name, FormActionListener l)
Adds an action listener for the specified component.void
FormEventManager. addActionListener(FormActionListener l)
Adds an action listener that will be notified about all occurring action events.void
FormEventManager. removeActionListener(String name, FormActionListener l)
Removes the specified action listener for the specified component.void
FormEventManager. removeActionListener(FormActionListener l)
Removes an action listener that is registered for all components. -
Uses of FormActionListener in net.sf.jguiraffe.gui.builder.window.ctrl
Classes in net.sf.jguiraffe.gui.builder.window.ctrl that implement FormActionListener Modifier and Type Class Description class
FormController
A base class for form controllers.
-