Uses of Interface
net.sf.jguiraffe.gui.builder.action.PopupMenuHandler
-
Packages that use PopupMenuHandler Package Description net.sf.jguiraffe.gui.builder.action Theaction
sub package of the builder contains interfaces and classes for dealing with actions and related objects during a builder operation.net.sf.jguiraffe.gui.builder.action.tags Here the tags for creating actions and related objects are defined. -
-
Uses of PopupMenuHandler in net.sf.jguiraffe.gui.builder.action
Classes in net.sf.jguiraffe.gui.builder.action that implement PopupMenuHandler Modifier and Type Class Description class
SimplePopupMenuHandler
A specialized implementation of aPopupMenuHandler
, which can be used out of the box for creating not too complex, mostly static popup menus.Methods in net.sf.jguiraffe.gui.builder.action with parameters of type PopupMenuHandler Modifier and Type Method Description void
ActionManager. registerPopupMenuHandler(Object component, PopupMenuHandler handler, ComponentBuilderData compData)
Registers the specifiedPopupMenuHandler
at the given UI component.void
ActionManagerWrapper. registerPopupMenuHandler(Object component, PopupMenuHandler handler, ComponentBuilderData compData)
Registers the specifiedPopupMenuHandler
at the given UI component. -
Uses of PopupMenuHandler in net.sf.jguiraffe.gui.builder.action.tags
Methods in net.sf.jguiraffe.gui.builder.action.tags with parameters of type PopupMenuHandler Modifier and Type Method Description protected ComponentBuilderCallBack
PopupHandlerTag. createCallBack(ComponentBaseTag componentTag, PopupMenuHandler handler)
Creates the call back object for actually registering the popup menu handler.
-