JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
com.mayam.wf.attributes.shared.AttributeSet
Packages that use
AttributeSet
Package
Description
com.mayam.wf.attributes.shared
Uses of
AttributeSet
in
com.mayam.wf.attributes.shared
Methods in
com.mayam.wf.attributes.shared
that return
AttributeSet
Modifier and Type
Method
Description
static
AttributeSet
AttributeSet.
of
(
Attribute
... attributes)
Convenience factory method for producing an AttributeSet based on a variable length argument list of
Attribute
objects.
static
AttributeSet
AttributeSet.
union
(
Collection
<
Attribute
>... attributes)
Convenience factory method for producing an AttributeSet based on a variable length argument list of collections of
Attribute
objects.