Uses of Class
types.GUIAttributes

Packages that use GUIAttributes
lib.java   
types   
 

Uses of GUIAttributes in lib.java
 

Methods in lib.java with parameters of type GUIAttributes
 String Widget.addAttributes(GUIAttributes attrs)
           
 String TextField.addAttributes(GUIAttributes attributes)
           
 String Clickable.addAttributes(GUIAttributes attrs)
           
 String Tree.addAttributes(GUIAttributes attributes)
           
 String RadioButton.addAttributes(GUIAttributes attributes)
           
 String DialogBox.addAttributes(GUIAttributes attrs)
           
 String Window.addAttributes(GUIAttributes attrs)
           
 String Spacer.addAttributes(GUIAttributes attrs)
           
 String ScrollingFrame.addAttributes(GUIAttributes attributes)
           
 String Label.addAttributes(GUIAttributes attrs)
           
 String RadioButtonGroup.addAttributes(GUIAttributes attributes)
           
 String GridLayout.addAttributes(GUIAttributes attrs)
           
 String Frame.addAttributes(GUIAttributes attrs)
           
 String Layout.addAttributes(GUIAttributes attrs)
           
 String MenuSeparator.addAttributes(GUIAttributes attributes)
           
 String BorderLayout.addAttributes(GUIAttributes attrs)
           
 String Clock.addAttributes(GUIAttributes attributes)
           
 String CheckButton.addAttributes(GUIAttributes attributes)
           
 String Menu.addAttributes(GUIAttributes attrs)
           
 String TreeNode.addAttributes(GUIAttributes attributes)
           
 String FileChooser.addAttributes(GUIAttributes attrs)
           
 String ComboBox.addAttributes(GUIAttributes attributes)
           
 String Button.addAttributes(GUIAttributes attrs)
           
 String MenuItem.addAttributes(GUIAttributes attributes)
           
 String MenuBar.addAttributes(GUIAttributes attributes)
           
 String TextArea.addAttributes(GUIAttributes attributes)
           
 String Container.addAttributes(GUIAttributes attrs)
           
 String Tree.addChild(String childType, String childName, GUIAttributes childAttrs)
           
 String Window.addChild(String childType, String childId, GUIAttributes childAttrs)
           
 String ScrollingFrame.addChild(String childType, String childName, GUIAttributes childAttrs)
           
 String RadioButtonGroup.addChild(String childType, String childName, GUIAttributes attrs)
           
 String GridLayout.addChild(String childType, String childId, GUIAttributes attrs)
           
 String Frame.addChild(String childType, String childName, GUIAttributes childAttrs)
           
 String Layout.addChild(String childType, String childId, GUIAttributes attrs)
           
 String BorderLayout.addChild(String childType, String childId, GUIAttributes attrs)
           
 String Menu.addChild(String childType, String childName, GUIAttributes childAttrs)
           
 String TreeNode.addChild(String childType, String childName, GUIAttributes childAttrs)
           
 String MenuBar.addChild(String childType, String childName, GUIAttributes childAttrs)
           
 String Container.addChild(String childType, String childId, GUIAttributes attrs)
           
 

Uses of GUIAttributes in types
 

Methods in types that return GUIAttributes
 GUIAttributes WidgetDef.processAttributes()
          Create a GUIAttributes object for a widget.
 

Methods in types with parameters of type GUIAttributes
abstract  String WidgetDef.addAttributes(GUIAttributes attrs)
          The addAttributes code does two things; it creates the lib.java code necessary for the attributes and it type checks for all attributes.
 String WidgetDef.addChild(String childType, String childId, GUIAttributes attrs)
          Check to make sure the childType is legal for the widget, then add it.