Package net.sf.jguiraffe.gui.platform.swing.builder.action
This package contains Swing-specific implementations for action-related classes.
The most important class is certainly SwingActionManager, which
provides a Swing-specific implementation of the ActionManager
interface. SwingFormAction implements the platform-neutral concept
of FormActions based on the actions available in Swing. Finally
there is an implementation of the PopupMenuBuilder interface.
$Id: package.html 205 2012-01-29 18:29:57Z oheger $
-
Class Summary Class Description SwingActionManager The Swing specific implementation of theActionManagerinterface.SwingFormAction A Swing specific implementation of theFormActioninterface.SwingPopupMenuBuilder A specialized implementation of thePopupMenuBuilderinterface for constructing Swing popup menus.