| Methods in lib.java that throw BadChildWidgetException |
String |
RadioButton.addChild(String childType,
String childName)
|
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 |
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)
|