Uses of Class
net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
-
Packages that use EventFilterTag Package Description net.sf.jguiraffe.gui.builder.action.tags Here the tags for creating actions and related objects are defined. -
-
Uses of EventFilterTag in net.sf.jguiraffe.gui.builder.action.tags
Subclasses of EventFilterTag in net.sf.jguiraffe.gui.builder.action.tags Modifier and Type Class Description class
AndEventFilterTag
A specializedChainedEventFilter
implementation that creates an
.AndEventFilter
class
ChainedEventFilterTag
A specialized event filter class that deals with chained filters, i.e. event filters that can child event filters.class
OrEventFilterTag
A specializedChainedEventFilter
implementation that creates an
.OrEventFilter
-