public class MultiDirectoryPropertyEditor extends FilePropertyEditor
Modifier and Type | Field and Description |
---|---|
protected char |
pathSeparator |
button, textField
Constructor and Description |
---|
MultiDirectoryPropertyEditor()
Create MultiDirectoryPropertyEditor.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
append(java.lang.String addPath)
Add a path to the end of the current path.
|
java.lang.String |
getButtonTitle()
Internal callback method that can be overridden by subclasses.
|
int |
getFileSelectionMode()
Internal callback method that can be overridden by subclasses.
|
char |
getPathSeparator() |
boolean |
isMultiSelectEnabled()
Internal callback method that can be overridden by subclasses.
|
boolean |
isTextFieldEditable()
Internal callback method that can be overridden by subclasses.
|
void |
setPathSeparator(char c)
Set the character to use when appending paths.
|
cleanUpName, getAsText, getCustomEditor, getFileChooser, getLastLocation, setValue, supportsCustomEditor
public MultiDirectoryPropertyEditor()
public java.lang.String getButtonTitle()
FilePropertyEditor
getButtonTitle
in class FilePropertyEditor
public boolean isTextFieldEditable()
isTextFieldEditable
in class FilePropertyEditor
public int getFileSelectionMode()
getFileSelectionMode
in class FilePropertyEditor
public boolean isMultiSelectEnabled()
isMultiSelectEnabled
in class FilePropertyEditor
public void setPathSeparator(char c)
public char getPathSeparator()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class FilePropertyEditor
public void append(java.lang.String addPath)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details