Class SelectBasenameDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----SelectBasenameDialog
- public class SelectBasenameDialog
- extends Dialog
-
addPanel
-
-
addSelectedFileButton
-
-
addSmallPanel
-
-
allFilenamesBorderPanel
-
-
allFilenamesListBox
-
-
allFiles
-
-
basenameButtonPanel
-
-
basenamesBorderPanel
-
-
basenameSelectionPanel
-
-
basenamesListBox
-
-
basenameTextField
-
-
cancelButton
-
-
clearButton
-
-
dataDirectoryPropertyName
- The name of the Framework property used to get the starting
directory for the basenames.
-
defaultTmpDataDirectory
- The next String contains the default value for the directory
where the SelectBasenameDialog searches for basenames.
-
deselectButton
-
-
directoryTextField
-
-
extensionLabel
-
-
fileAddPanel
-
-
filenamesSelectPanel
-
-
fileSelectPanel
-
-
filesPanel
-
-
filterButton
-
-
filterButtonPanel
-
-
filterPanel
-
-
filterTextPanel
-
-
filterWrappingLabel
-
-
network
-
-
okButton
-
-
okCancelPanel
-
-
removeExtensionCheckbox
-
-
removeSelectedFileButton
-
-
tmpBasenames
-
-
tmpDataDirectory
-
-
SelectBasenameDialog(Frame, boolean, Network)
-
-
addSelectedFileButton_Clicked(Event)
-
-
addSelectedItems(ListBox)
- Add selected files from the file list to the selected basenames.
-
cancelButton_Clicked(Event)
-
-
changeDirectory(File)
-
-
changeDirectorySelectFile_Clicked(Event)
-
-
clearButton_Clicked(Event)
-
-
directoryTextField_EnterHit(Event)
-
-
filterButton_Clicked(Event)
-
-
handleEvent(Event)
-
-
okButton_Clicked(Event)
-
-
preferredSize()
-
-
removeSelectedFileButton_Clicked(Event)
-
-
show()
-
-
stripExtension(File)
- Strip the extension of the file (if possible).
okCancelPanel
Panel okCancelPanel
cancelButton
Button cancelButton
okButton
Button okButton
filesPanel
Panel filesPanel
basenameSelectionPanel
Panel basenameSelectionPanel
allFilenamesBorderPanel
BorderPanel allFilenamesBorderPanel
filenamesSelectPanel
Panel filenamesSelectPanel
directoryTextField
TextField directoryTextField
fileAddPanel
Panel fileAddPanel
fileSelectPanel
Panel fileSelectPanel
addPanel
Panel addPanel
extensionLabel
WrappingLabel extensionLabel
addSmallPanel
Panel addSmallPanel
addSelectedFileButton
Button addSelectedFileButton
filterPanel
Panel filterPanel
filterWrappingLabel
WrappingLabel filterWrappingLabel
filterTextPanel
Panel filterTextPanel
basenameTextField
TextField basenameTextField
filterButtonPanel
Panel filterButtonPanel
filterButton
Button filterButton
deselectButton
Button deselectButton
basenamesBorderPanel
BorderPanel basenamesBorderPanel
basenameButtonPanel
Panel basenameButtonPanel
removeSelectedFileButton
Button removeSelectedFileButton
clearButton
Button clearButton
removeExtensionCheckbox
Checkbox removeExtensionCheckbox
allFilenamesListBox
ListBox allFilenamesListBox
basenamesListBox
ListBox basenamesListBox
tmpBasenames
FileStore tmpBasenames
allFiles
DirectoryStore allFiles
tmpDataDirectory
private File tmpDataDirectory
network
Network network
defaultTmpDataDirectory
private String defaultTmpDataDirectory
- The next String contains the default value for the directory
where the SelectBasenameDialog searches for basenames. This
is just a default value, when the SelectBasenameDialog is
created it searches the Framework properties for the value set
by the user. If for some reason the properties could not be
loaded, the value set here is used.
dataDirectoryPropertyName
private String dataDirectoryPropertyName
- The name of the Framework property used to get the starting
directory for the basenames.
SelectBasenameDialog
public SelectBasenameDialog(Frame parent,
boolean modal,
Network network)
cancelButton_Clicked
void cancelButton_Clicked(Event event)
okButton_Clicked
void okButton_Clicked(Event event)
clearButton_Clicked
void clearButton_Clicked(Event event)
directoryTextField_EnterHit
void directoryTextField_EnterHit(Event event)
filterButton_Clicked
void filterButton_Clicked(Event event)
removeSelectedFileButton_Clicked
void removeSelectedFileButton_Clicked(Event event)
addSelectedFileButton_Clicked
void addSelectedFileButton_Clicked(Event event)
addSelectedItems
public void addSelectedItems(ListBox fromListBox)
- Add selected files from the file list to the selected basenames.
stripExtension
File stripExtension(File file)
- Strip the extension of the file (if possible). btw: This method
should really not be defined here but in some subclass of File..
changeDirectorySelectFile_Clicked
void changeDirectorySelectFile_Clicked(Event event)
changeDirectory
void changeDirectory(File newDirectory)
show
public synchronized void show()
- Overrides:
- show in class Dialog
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Container
handleEvent
public boolean handleEvent(Event event)
- Overrides:
- handleEvent in class Component