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

Constructor Index

 o FileOpenButtonBean()
Initialize the component size so that we dont stay invisible.

Method Index

 o actionPerformed(ActionEvent)
Catch mouse clicks on us.
 o addPropertyChangeListener(PropertyChangeListener)
PropertyChangeSupport methods.
 o getFileDirectory()
Get the file directory.
 o getFileName()
Get the file name.
 o getFilePath()
Get the complete file path.
 o main(String[])
 o removePropertyChangeListener(PropertyChangeListener)

Constructors

 o FileOpenButtonBean
 public FileOpenButtonBean()
Initialize the component size so that we dont stay invisible.

Methods

 o main
 public static void main(String argv[])
 o getFilePath
 public String getFilePath()
Get the complete file path.

 o getFileDirectory
 public String getFileDirectory()
Get the file directory.

 o getFileName
 public String getFileName()
Get the file name.

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Catch mouse clicks on us.

 o addPropertyChangeListener
 public void addPropertyChangeListener(PropertyChangeListener l)
PropertyChangeSupport methods.

 o removePropertyChangeListener
 public void removePropertyChangeListener(PropertyChangeListener l)

All Packages  Class Hierarchy  This Package  Previous  Next  Index