Uses of Interface
net.sf.jguiraffe.gui.builder.action.tags.ActionContainer
-
Packages that use ActionContainer Package Description net.sf.jguiraffe.gui.builder.action.tags Here the tags for creating actions and related objects are defined. -
-
Uses of ActionContainer in net.sf.jguiraffe.gui.builder.action.tags
Classes in net.sf.jguiraffe.gui.builder.action.tags that implement ActionContainer Modifier and Type Class Description class
MenuBarTag
A tag handler class for creating menu bars.class
MenuTag
A tag handler class for defining menus.class
ToolbarTag
A specialized tag handler class for creating a toolbar component.Methods in net.sf.jguiraffe.gui.builder.action.tags that return ActionContainer Modifier and Type Method Description protected ActionContainer
MenuTag. findParentContainer()
Tries to find the action container for the parent menu.
-