Serialized Form
emptyToNull
boolean emptyToNull
cspec
java.util.List<E> cspec
pstore
java.util.Properties pstore
cinst
java.util.Map<K,V> cinst
rgroups
java.util.Map<K,V> rgroups
text
javax.swing.JTextField text
chooser
javax.swing.JButton chooser
forceExists
boolean forceExists
selectionMode
int selectionMode
autoResizeColumns
boolean autoResizeColumns
autoResizeWithHeaders
boolean autoResizeWithHeaders
sortColumn
int sortColumn
sortOrder
int sortOrder
entries
java.util.Stack<E> entries
entryCount
int entryCount
model
javax.swing.DefaultComboBoxModel model
propertyName
java.lang.String propertyName
label
javax.swing.JLabel label
list
javax.swing.JList list
scrollpane
javax.swing.JScrollPane scrollpane
reorderable
boolean reorderable
sorted
boolean sorted
defaultHiddenFileStatus
boolean defaultHiddenFileStatus
hiddenFileFilter
javax.swing.filechooser.FileFilter hiddenFileFilter
target
org.gjt.sp.jedit.gui.EnhancedDialog target
cancel
javax.swing.JButton cancel
ok
javax.swing.JButton ok
title
java.lang.String title
cf
ConstraintFactory cf
moveRight
javax.swing.JButton moveRight
moveLeft
javax.swing.JButton moveLeft
lists
ListPanel[] lists
Package common.gui.actions |
_dialog
javax.swing.JDialog _dialog
Package common.gui.pathbuilder |
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.
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
result
boolean result
- true if okay button pressed, otherwise false.
pathBuilder
PathBuilder pathBuilder
- The PathBuilder component.
jok
javax.swing.JButton jok
jcancel
javax.swing.JButton jcancel
okString
java.lang.String okString
cancelString
java.lang.String cancelString
_elements
java.util.ArrayList<E> _elements
comparator
java.util.Comparator<T> comparator