oracle.jdeveloper.cmt
Class SwingGroupProvider
java.lang.Object
oracle.jdeveloper.cmt.SwingGroupProvider
- All Implemented Interfaces:
- oracle.bali.inspector.beans.BeansGroupProvider
- public class SwingGroupProvider
- extends java.lang.Object
- implements oracle.bali.inspector.beans.BeansGroupProvider
The SwingGroupProvider is implements the BeansGroupProvider interface.
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
- See Also:
BeansGroupProvider
Method Summary |
oracle.bali.inspector.PropertyGroup |
getGroup(java.lang.String propertyName, java.lang.Class propertyType)
Obtain the PropertyGroup that the given property belongs to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingGroupProvider
public SwingGroupProvider()
- Create a SwingGroupProvider.
getGroup
public oracle.bali.inspector.PropertyGroup getGroup(java.lang.String propertyName,
java.lang.Class propertyType)
- Obtain the PropertyGroup that the given property belongs to.
-
- Specified by:
getGroup
in interface oracle.bali.inspector.beans.BeansGroupProvider
-
- Parameters:
propertyName
- The name of the property
propertyType
- The type of the property
- Returns:
- the PropertyGroup the property belongs to.
Copyright © 1997, 2004, Oracle. All rights reserved.