All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class raul.MyFileDialog

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

public class MyFileDialog
extends java.awt.Dialog
implements java.awt.event.ActionListener, java.awt.event.ItemListener, java.awt.event.WindowListener

Variable Index

 o cancelButton
 o currentPath
 o Ftypes
 o hostName
 o openButton
 o password
 o theFile
 o userName

Constructor Index

 o MyFileDialog(Frame)

Method Index

 o actionPerformed(ActionEvent)
 o init()
 o itemStateChanged(ItemEvent)
 o main(String[])
 o UpdateDIRS()
 o UpdateLIST()
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Variables

 o currentPath
 public java.lang.String currentPath
 o theFile
 public java.io.InputStream theFile
 o hostName
 public java.lang.String hostName
 o userName
 public java.lang.String userName
 o password
 public java.lang.String password
 o Ftypes
 public java.awt.Choice Ftypes
 o openButton
 public java.awt.Button openButton
 o cancelButton
 public java.awt.Button cancelButton

Constructors

 o MyFileDialog
 public MyFileDialog(java.awt.Frame parent)

Methods

 o main
 public static void main(java.lang.String args[])
 o init
 public void init()
 o UpdateLIST
 public void UpdateLIST()
 o UpdateDIRS
 public void UpdateDIRS()
 o itemStateChanged
 public void itemStateChanged(java.awt.event.ItemEvent e)
 o actionPerformed
 public void actionPerformed(java.awt.event.ActionEvent e)
 o windowClosing
 public void windowClosing(java.awt.event.WindowEvent e)
 o windowClosed
 public void windowClosed(java.awt.event.WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(java.awt.event.WindowEvent e)
 o windowIconified
 public void windowIconified(java.awt.event.WindowEvent e)
 o windowActivated
 public void windowActivated(java.awt.event.WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(java.awt.event.WindowEvent e)
 o windowOpened
 public void windowOpened(java.awt.event.WindowEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index