Uses of Class
pivot.wtk.Component.Attributes

Packages that use Component.Attributes
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of Component.Attributes in pivot.wtk
 

Subclasses of Component.Attributes in pivot.wtk
protected static class Accordion.AccordionAttributes
          Defines accordion panel attributes.
protected static class Form.FormAttributes
          Defines form field attributes.
protected static class TablePane.TablePaneAttributes
          Defines table pane component attributes.
protected static class TabPane.TabPaneAttributes
          Defines tab attributes.
 

Methods in pivot.wtk that return Component.Attributes
 Component.Attributes Component.getAttributes()
          Returns the currently installed attributes.
 

Methods in pivot.wtk with parameters of type Component.Attributes
protected  void Component.setAttributes(Component.Attributes attributes)
          Sets the attributes.