public class SwingGroupProvider
extends java.lang.Object
implements oracle.bali.inspector.beans.BeansGroupProvider
SwingGroupProvider exposes three different groups by default, a model group, a visual group, and a general group. All Swing properties are pre set to fall into one of these groups. Properties not found by name, type pairs will be categorized by name else by type for those names and types for which a grouping can be assumed
BeansGroupProvider
Constructor and Description |
---|
SwingGroupProvider()
Create a SwingGroupProvider.
|
Modifier and Type | Method and Description |
---|---|
oracle.bali.inspector.PropertyGroup |
getGroup(java.lang.String propertyName,
java.lang.Class propertyType)
Obtain the PropertyGroup that the given property belongs to.
|
public oracle.bali.inspector.PropertyGroup getGroup(java.lang.String propertyName, java.lang.Class propertyType)
getGroup
in interface oracle.bali.inspector.beans.BeansGroupProvider
propertyName
- The name of the propertypropertyType
- The type of the property