Overview | Methods | This Package | All Packages
Frees all resources associated with this element.
Syntax
public void dispose()
Remarks
This method might not be called at run time. Any resources used by the element should be set up to be released when the element is released for garbage collection. Inheriting classes should always call super.dispose.