Uses of Interface
net.sf.jguiraffe.gui.builder.action.PopupMenuHandler
-
Packages that use PopupMenuHandler Package Description net.sf.jguiraffe.gui.builder.action Theactionsub 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 classSimplePopupMenuHandlerA 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 voidActionManager. registerPopupMenuHandler(Object component, PopupMenuHandler handler, ComponentBuilderData compData)Registers the specifiedPopupMenuHandlerat the given UI component.voidActionManagerWrapper. registerPopupMenuHandler(Object component, PopupMenuHandler handler, ComponentBuilderData compData)Registers the specifiedPopupMenuHandlerat 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 ComponentBuilderCallBackPopupHandlerTag. createCallBack(ComponentBaseTag componentTag, PopupMenuHandler handler)Creates the call back object for actually registering the popup menu handler.
-