| 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)
|