Uses of Class
errors.BadChildWidgetException

Packages that use BadChildWidgetException
lib.java   
types   
 

Uses of BadChildWidgetException in lib.java
 

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)
           
 

Uses of BadChildWidgetException in types
 

Methods in types that throw BadChildWidgetException
 String WidgetDef.addChild(String childType, String childId, GUIAttributes attrs)
          Check to make sure the childType is legal for the widget, then add it.