Class SelectBasenameDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----SelectBasenameDialog

public class SelectBasenameDialog
extends Dialog

Variable Index

 o addPanel
 o addSelectedFileButton
 o addSmallPanel
 o allFilenamesBorderPanel
 o allFilenamesListBox
 o allFiles
 o basenameButtonPanel
 o basenamesBorderPanel
 o basenameSelectionPanel
 o basenamesListBox
 o basenameTextField
 o cancelButton
 o clearButton
 o dataDirectoryPropertyName
The name of the Framework property used to get the starting directory for the basenames.
 o defaultTmpDataDirectory
The next String contains the default value for the directory where the SelectBasenameDialog searches for basenames.
 o deselectButton
 o directoryTextField
 o extensionLabel
 o fileAddPanel
 o filenamesSelectPanel
 o fileSelectPanel
 o filesPanel
 o filterButton
 o filterButtonPanel
 o filterPanel
 o filterTextPanel
 o filterWrappingLabel
 o network
 o okButton
 o okCancelPanel
 o removeExtensionCheckbox
 o removeSelectedFileButton
 o tmpBasenames
 o tmpDataDirectory

Constructor Index

 o SelectBasenameDialog(Frame, boolean, Network)

Method Index

 o addSelectedFileButton_Clicked(Event)
 o addSelectedItems(ListBox)
Add selected files from the file list to the selected basenames.
 o cancelButton_Clicked(Event)
 o changeDirectory(File)
 o changeDirectorySelectFile_Clicked(Event)
 o clearButton_Clicked(Event)
 o directoryTextField_EnterHit(Event)
 o filterButton_Clicked(Event)
 o handleEvent(Event)
 o okButton_Clicked(Event)
 o preferredSize()
 o removeSelectedFileButton_Clicked(Event)
 o show()
 o stripExtension(File)
Strip the extension of the file (if possible).

Variables

 o okCancelPanel
 Panel okCancelPanel
 o cancelButton
 Button cancelButton
 o okButton
 Button okButton
 o filesPanel
 Panel filesPanel
 o basenameSelectionPanel
 Panel basenameSelectionPanel
 o allFilenamesBorderPanel
 BorderPanel allFilenamesBorderPanel
 o filenamesSelectPanel
 Panel filenamesSelectPanel
 o directoryTextField
 TextField directoryTextField
 o fileAddPanel
 Panel fileAddPanel
 o fileSelectPanel
 Panel fileSelectPanel
 o addPanel
 Panel addPanel
 o extensionLabel
 WrappingLabel extensionLabel
 o addSmallPanel
 Panel addSmallPanel
 o addSelectedFileButton
 Button addSelectedFileButton
 o filterPanel
 Panel filterPanel
 o filterWrappingLabel
 WrappingLabel filterWrappingLabel
 o filterTextPanel
 Panel filterTextPanel
 o basenameTextField
 TextField basenameTextField
 o filterButtonPanel
 Panel filterButtonPanel
 o filterButton
 Button filterButton
 o deselectButton
 Button deselectButton
 o basenamesBorderPanel
 BorderPanel basenamesBorderPanel
 o basenameButtonPanel
 Panel basenameButtonPanel
 o removeSelectedFileButton
 Button removeSelectedFileButton
 o clearButton
 Button clearButton
 o removeExtensionCheckbox
 Checkbox removeExtensionCheckbox
 o allFilenamesListBox
 ListBox allFilenamesListBox
 o basenamesListBox
 ListBox basenamesListBox
 o tmpBasenames
 FileStore tmpBasenames
 o allFiles
 DirectoryStore allFiles
 o tmpDataDirectory
 private File tmpDataDirectory
 o network
 Network network
 o 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.

 o dataDirectoryPropertyName
 private String dataDirectoryPropertyName
The name of the Framework property used to get the starting directory for the basenames.

Constructors

 o SelectBasenameDialog
 public SelectBasenameDialog(Frame parent,
                             boolean modal,
                             Network network)

Methods

 o cancelButton_Clicked
 void cancelButton_Clicked(Event event)
 o okButton_Clicked
 void okButton_Clicked(Event event)
 o clearButton_Clicked
 void clearButton_Clicked(Event event)
 o directoryTextField_EnterHit
 void directoryTextField_EnterHit(Event event)
 o filterButton_Clicked
 void filterButton_Clicked(Event event)
 o removeSelectedFileButton_Clicked
 void removeSelectedFileButton_Clicked(Event event)
 o addSelectedFileButton_Clicked
 void addSelectedFileButton_Clicked(Event event)
 o addSelectedItems
 public void addSelectedItems(ListBox fromListBox)
Add selected files from the file list to the selected basenames.

 o 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..

 o changeDirectorySelectFile_Clicked
 void changeDirectorySelectFile_Clicked(Event event)
 o changeDirectory
 void changeDirectory(File newDirectory)
 o show
 public synchronized void show()
Overrides:
show in class Dialog
 o preferredSize
 public Dimension preferredSize()
Overrides:
preferredSize in class Container
 o handleEvent
 public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component