Serialized Form
dirList
JList dirList
- The left-hand JList to display directory names.
fileList
JList fileList
- The right-hand JList to display file names.
lookIn
JTextField lookIn
- The text field at the top of the window displaying the name of
the directory being examined.
dirUp
JButton dirUp
- Button to request a higher level directory than the current one.
dirHome
JButton dirHome
- Button to request the user's home directory.
dirNew
JButton dirNew
- Button to request that a new directory be created.
filter
JTextField filter
- Text field where a file name filter can be given, to restrict
the names displayed.
hiddenNames
JCheckBox hiddenNames
- Check-box to select whether the names of hidden files should be
displayed.
fileName
JTextField fileName
- Text field for the chosen file (or directory) name.
namepane
JPanel namepane
- The panel at the bottom of the window which contains the name of
the chosen file or directory.
accept
JButton accept
- The button for the user to accept the current selection.
cancel
JButton cancel
- The button for the user to cancel use of the chooser.
directory
String directory
- The name of the directory whose contents are being viewed in the
panels.
filterText
String filterText
- The current filter being applied to file names, restricting
which will be displayed in the window.
parent
Frame parent
- The window to which the chooser dialog belongs.
rootBtn
JButton rootBtn
- The button allowing the user to select different file system
roots. On Microsoft, this allows selection of A:, C:, etc.
rootsMenu
JPopupMenu rootsMenu
- The menu containing the available file system roots.
newDirPrompt
JDialog newDirPrompt
- The dialog allowing the user to indicate the name of the new
directory that is to be created.
newDirFld
JTextField newDirFld
- The field in the new-directory dialog in which the directory
name appears.
newDirButn
JButton newDirButn
- Button in the new-directory dialog indicating that the name has
been given in the text field.
filBox
Box filBox
dirBox
Box dirBox
emptyBox
Box emptyBox
dirspane
JScrollPane dirspane
filspane
JScrollPane filspane
directoryLabel
JLabel directoryLabel
- Label at the top of the window which indicates the purpose of
the text field beside it which contains a directory name.
nameFieldLabel
JLabel nameFieldLabel
- Label at the bottom of the window beside the field with the
chosen name, indicating whether this is a file or directory
name.
currentDirLabelText
String currentDirLabelText
- Saying that this is the directory to look in.
selectedDirLabelText
String selectedDirLabelText
- Saying that this is the selected directory.
fileNameFieldText
String fileNameFieldText
- Saying that this is the name of the file.
dirNameFieldText
String dirNameFieldText
- Saying that this is the name of the directory.
fdir
File fdir
- The directory that contains the selected file.
success
boolean success
- Indicate whether the user wishes to accept the selection made.
fileExist
boolean fileExist
- Indicate whether the file must exist. This enables action on a
single click, and disables directory creation.
dirSelection
boolean dirSelection
- Indicate that the purpose of the dialog is for selecting a directory
name.
multiSelection
boolean multiSelection
- Indicate that the purpose of the dialog is for selecting possibly many
names.
|
Class GFList extends JList implements Serializable |
visibleColumnCount
int visibleColumnCount
|
Class GFListUI.ClearSelectionAction extends AbstractAction implements Serializable |
|
Class GFListUI.EndAction extends GFListUI.IncrementLeadSelectionAction implements Serializable |
|
Class GFListUI.HomeAction extends GFListUI.IncrementLeadSelectionAction implements Serializable |
|
Class GFListUI.IncrementLeadByColumnAction extends GFListUI.IncrementLeadSelectionAction implements Serializable |
|
Class GFListUI.IncrementLeadSelectionAction extends AbstractAction implements Serializable |
amount
int amount
- Amount to offset, subclasses will define what this means.
selectionType
int selectionType
- One of CHANGE_LEAD, CHANGE_SELECTION or EXTEND_SELECTION.
|
Class GFListUI.ListTransferHandler extends TransferHandler implements Serializable |
|
Class GFListUI.PageDownAction extends GFListUI.IncrementLeadSelectionAction implements Serializable |
|
Class GFListUI.PageUpAction extends GFListUI.IncrementLeadSelectionAction implements Serializable |
|
Class GFListUI.SelectAllAction extends AbstractAction implements Serializable |
|
Class JMenuButton extends JButton implements Serializable |
popup
JPopupMenu popup
- The JPopupMenu associated with the JButton, which will be displayed
on pointer button-press, and hidden on button release.
bounds
Rectangle bounds
fillRect
Rectangle fillRect