-
pathElementTable
javax.swing.JTable pathElementTable
The table that displays the path elements.
-
pathElementModel
common.gui.pathbuilder.PathBuilder.PathElementTableModel pathElementModel
The table model that holds the path elements.
-
btnPanel
javax.swing.JPanel btnPanel
A panel to hold the buttons.
-
addElement
javax.swing.JButton addElement
The button to add an element.
-
removeElement
javax.swing.JButton removeElement
The button to remove an element.
-
moveUp
javax.swing.JButton moveUp
The button to move an element towards the front of the path.
-
moveDown
javax.swing.JButton moveDown
The button to move an element towards the end of the path.
-
moveButtonsEnabled
boolean moveButtonsEnabled
Whether the move buttons are enabled or not.
-
multiSelectionEnabled
boolean multiSelectionEnabled
Whether to enabled multi-selection in the file chooser or not.
-
elements
java.util.Vector<E> elements
The elements of the path.
-
startDirectory
java.lang.String startDirectory
The initial directory to show in the file dialog.
-
fileSelectionMode
int fileSelectionMode
The file selection mode. By default it is FILES_AND_DIRECTORIES.
-
actionListeners
java.util.List<E> actionListeners
A list of external action listeners added by users of this class.
-
filter
javax.swing.filechooser.FileFilter filter
A file filter to set on the file chooser.
-
addButtonText
java.lang.String addButtonText
-
removeButtonText
java.lang.String removeButtonText
-
moveUpButtonText
java.lang.String moveUpButtonText
-
moveDownButtonText
java.lang.String moveDownButtonText
-
fileDialogTitle
java.lang.String fileDialogTitle
-
fileDialogAction
java.lang.String fileDialogAction