Retrieves the file name extension for the file to store the node's persistent data in.
public String getExtension()
Returns null.
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