Uses of Class
gov.noaa.pmel.sgt.ChildNotFoundException

Packages that use ChildNotFoundException
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
 

Uses of ChildNotFoundException in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that throw ChildNotFoundException
 LayerChild Layer.getChild(java.lang.String labid)
          Get a child associated with the Layer.
 void Layer.removeChild(LayerChild child)
          Remove a LayerChild object from the Layer.
 void Layer.removeChild(java.lang.String labid)
          Remove a LayerChild object from the Layer.