Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.cmt
Class SwingGroupProvider

java.lang.Object
  extended by 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

Constructor Summary
SwingGroupProvider()
          Create a SwingGroupProvider.
 
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
 

Constructor Detail

SwingGroupProvider

public SwingGroupProvider()
Create a SwingGroupProvider.

Method Detail

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.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.