TreeView.setPathSeparator

Overview | Methods | This Package | All Packages

TreeView.setPathSeparator

Sets the delimiter character used in the path returned by the TreeNode.getFullPath method.

Syntax

public void setPathSeparator( String value )

Parameters

value

A string, usually a single character, to be used as the delimiter character in the path returned by the TreeNode.getFullPath method. The default value is the backslash (\).

See Also   getPathSeparator