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
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