EchoPoint
1.0

echopoint
Class ExpandableMenu.NestedStyleInfo

java.lang.Object
  extended byechopoint.ExpandableMenu.NestedStyleInfo
All Implemented Interfaces:
StyleInfo
Enclosing class:
ExpandableMenu

public static class ExpandableMenu.NestedStyleInfo
extends java.lang.Object
implements StyleInfo

Nested public static StyleInfo class. For more info:

See Also:
StyleInfo

Constructor Summary
ExpandableMenu.NestedStyleInfo()
           
 
Method Summary
 StyleAttrDescriptor[] getStyleDescriptors()
          Returns an array of StyleAttrDescriptor objects for a given coponent class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandableMenu.NestedStyleInfo

public ExpandableMenu.NestedStyleInfo()
Method Detail

getStyleDescriptors

public StyleAttrDescriptor[] getStyleDescriptors()
Description copied from interface: StyleInfo
Returns an array of StyleAttrDescriptor objects for a given coponent class.

Specified by:
getStyleDescriptors in interface StyleInfo
Returns:
- an array of StyleAttrDescriptor objects. May return null.
See Also:
StyleInfo.getStyleDescriptors()

EchoPoint
1.0