java.awt
Class FileDialog
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--java.awt.Window
|
+--java.awt.Dialog
|
+--java.awt.FileDialog
- public class FileDialog
- extends Dialog
- implements ActionListener
Field Summary |
static int |
LOAD
|
static int |
SAVE
|
Methods inherited from class java.awt.Container |
add,
add,
add,
doLayout,
findComponentAt,
getComponent,
getLayout,
isAncestorOf,
paintAll,
paintComponents,
remove,
setLayout,
update,
validate |
Methods inherited from class java.awt.Component |
addKeyListener,
addMouseListener,
contains,
getFont,
getFontMetrics,
getGraphics,
getHeight,
getLocationOnScreen,
getParent,
getPreferredSize,
getSize,
getWidth,
getX,
getY,
invalidate,
isEnabled,
isVisible,
processKeyEvent,
processMouseEvent,
repaint,
repaint,
requestFocus,
setBackground,
setBounds,
setEnabled,
setForeground,
setLocation,
setSize,
setSize |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
LOAD
public static final int LOAD
SAVE
public static final int SAVE
FileDialog
public FileDialog(Frame frame)
FileDialog
public FileDialog(Frame frame,
java.lang.String title)
FileDialog
public FileDialog(Frame frame,
java.lang.String title,
int mode)
actionPerformed
public void actionPerformed(ActionEvent e)
- Description copied from interface: ActionListener
- Invoked when an action occurs.
- Specified by:
- actionPerformed in interface ActionListener
getFile
public java.lang.String getFile()
getDirectory
public java.lang.String getDirectory()