All Packages Class Hierarchy This Package Previous Next Index
Class fi.faidon.gui.FileOpenButtonBean
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Button
|
+----fi.faidon.gui.FileOpenButtonBean
- public class FileOpenButtonBean
- extends Button
- implements Serializable, ActionListener
-
FileOpenButtonBean()
- Initialize the component size so that we dont stay invisible.
-
actionPerformed(ActionEvent)
- Catch mouse clicks on us.
-
addPropertyChangeListener(PropertyChangeListener)
- PropertyChangeSupport methods.
-
getFileDirectory()
- Get the file directory.
-
getFileName()
- Get the file name.
-
getFilePath()
- Get the complete file path.
-
main(String[])
-
-
removePropertyChangeListener(PropertyChangeListener)
-
FileOpenButtonBean
public FileOpenButtonBean()
- Initialize the component size so that we dont stay invisible.
main
public static void main(String argv[])
getFilePath
public String getFilePath()
- Get the complete file path.
getFileDirectory
public String getFileDirectory()
- Get the file directory.
getFileName
public String getFileName()
- Get the file name.
actionPerformed
public void actionPerformed(ActionEvent e)
- Catch mouse clicks on us.
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
- PropertyChangeSupport methods.
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
All Packages Class Hierarchy This Package Previous Next Index