Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TreeNode.getExtension
Retrieves the file name extension for the file to store the node's persistent data in.
Syntax
public String getExtension()
Return Value
Returns null.
Remarks
Because the TreeNode object does not store its persistent data in a file with a file name extension, this method always returns null.
See Also IPersistable.getExtension