Returns the separator used by the default renderer for the combo box
in expressing the current TreePath as a file-path-like string.
By default, nodeSeparator equals File.separator.
If a custom renderer is added for the comboBox, this property may be ignored.
the node separator
indicates whether the root of the tree model is visible in the chooser
the visibility of the root node
setBranchLabelText
public void setBranchLabelText(String branchLabelText)(Code)
sets the text of the label of list of branch nodes.
every internationalized application should set this,
as the default is the English string "Directories: "
Parameters: branchLabelText - the new text for the label
sets the text of the entry field
Parameters: text - the text for the entry field
setEntryFieldTextSticky
public void setEntryFieldTextSticky(boolean sticky)(Code)
determine whether the text of the entry field is persistent
when the chooser's directory is changed.
Parameters: sticky - whether the text field's value should be sticky
setEntryLabelText
public void setEntryLabelText(String entryLabelText)(Code)
sets the text of the label of the entry field.
every internationalized application should set this,
as the default is the English string "Selection: "
Parameters: entryLabelText - the new text for the label
setLeafLabelText
public void setLeafLabelText(String leafLabelText)(Code)
sets the text of the label of list of leaf nodes.
every internationalized application should set this,
as the default is the English string "Files: "
Parameters: leafLabelText - the new text for the label
sets the selected item in the JList of leaf nodes
Parameters: leafObj - the leaf node to select
setSelectedPath
public void setSelectedPath(TreePath selectedPath)(Code)
sets the selected path property,
without adjusting the state of the JLists or combo box.
See Also: setCurrentPath Parameters: selectedPath - the selected path
setSelectionMode
public void setSelectionMode(SelectionMode selectionMode)(Code)
sets the chooser's selection mode
Parameters: selectionMode - the new selection mode