All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ch.swisslife.ibgm.mc2.SaveDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ch.swisslife.ibgm.mc2.ChooseDialog
                                           |
                                           +----ch.swisslife.ibgm.mc2.SaveDialog

public class SaveDialog
extends ChooseDialog
Dialog for saving files. Extends ChooseDialog class. It reads the directory contents from cgi DirectoryReader.


Constructor Index

 o SaveDialog(String, String, String, String, String, String, String, String)
Constructor with some arguments.

Method Index

 o GetDirectoryContents(String)
 o getOpen()
 o getURL()
 o listSelected(String)
 o setDirectoryFocus(boolean)
 o ShowContentsOfDirectory()
puts the content of a directory into the list.

Constructors

 o SaveDialog
 public SaveDialog(String address,
                   String base,
                   String file_name,
                   String title,
                   String button_1,
                   String button_2,
                   String label_1,
                   String explanation)
Constructor with some arguments.

Parameters:
address - String with address of cgi
base - String with address of the cfg base
file_name - String with name of the cfg
title - String with title of the dialog
button_1 - String: Name of button1
button_2 - String: Name of button2
label_1 - String: Name of label1
explanation - String: name of explanation label

Methods

 o getOpen
 public boolean getOpen()
Overrides:
getOpen in class ChooseDialog
 o listSelected
 public void listSelected(String s)
Overrides:
listSelected in class ChooseDialog
 o setDirectoryFocus
 public void setDirectoryFocus(boolean b)
Overrides:
setDirectoryFocus in class ChooseDialog
 o getURL
 public String getURL()
Overrides:
getURL in class ChooseDialog
 o ShowContentsOfDirectory
 protected void ShowContentsOfDirectory()
puts the content of a directory into the list.

Overrides:
ShowContentsOfDirectory in class ChooseDialog
 o GetDirectoryContents
 protected void GetDirectoryContents(String Directory)
Overrides:
GetDirectoryContents in class ChooseDialog

All Packages  Class Hierarchy  This Package  Previous  Next  Index