Uses of Class
org.jboss.util.property.PropertyGroup
-
Packages that use PropertyGroup Package Description org.jboss.util.property An advanced property access, managment and notification system. -
-
Uses of PropertyGroup in org.jboss.util.property
Methods in org.jboss.util.property that return PropertyGroup Modifier and Type Method Description static PropertyGroupProperty. getGroup(java.lang.String basename)Get a property group for the given property basestatic PropertyGroupProperty. getGroup(java.lang.String basename, int index)Get a property group for the given property base at the given indexstatic PropertyGroupPropertyManager. getPropertyGroup(java.lang.String basename)Get a property group for the given property base.static PropertyGroupPropertyManager. getPropertyGroup(java.lang.String basename, int index)Get a property group for the given property base at the given index.PropertyGroupPropertyMap. getPropertyGroup(java.lang.String basename)Get a property group for the given property base.PropertyGroupPropertyMap. getPropertyGroup(java.lang.String basename, int index)Get a property group for the given property base at the given index.
-