Uses of Interface
net.sf.jguiraffe.gui.builder.components.ComponentBuilderCallBack
-
Packages that use ComponentBuilderCallBack Package Description net.sf.jguiraffe.gui.builder.action.tags Here the tags for creating actions and related objects are defined.net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components. -
-
Uses of ComponentBuilderCallBack in net.sf.jguiraffe.gui.builder.action.tags
Methods in net.sf.jguiraffe.gui.builder.action.tags that return ComponentBuilderCallBack 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. -
Uses of ComponentBuilderCallBack in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components with parameters of type ComponentBuilderCallBack Modifier and Type Method Description void
ComponentBuilderData. addCallBack(ComponentBuilderCallBack callBack, Object param)
Registers the specified call back at this builder data object.
-