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.
-
SaveDialog(String, String, String, String, String, String, String, String)
- Constructor with some arguments.
-
GetDirectoryContents(String)
-
-
getOpen()
-
-
getURL()
-
-
listSelected(String)
-
-
setDirectoryFocus(boolean)
-
-
ShowContentsOfDirectory()
- puts the content of a directory into the list.
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
getOpen
public boolean getOpen()
- Overrides:
- getOpen in class ChooseDialog
listSelected
public void listSelected(String s)
- Overrides:
- listSelected in class ChooseDialog
setDirectoryFocus
public void setDirectoryFocus(boolean b)
- Overrides:
- setDirectoryFocus in class ChooseDialog
getURL
public String getURL()
- Overrides:
- getURL in class ChooseDialog
ShowContentsOfDirectory
protected void ShowContentsOfDirectory()
- puts the content of a directory into the list.
- Overrides:
- ShowContentsOfDirectory in class ChooseDialog
GetDirectoryContents
protected void GetDirectoryContents(String Directory)
- Overrides:
- GetDirectoryContents in class ChooseDialog
All Packages Class Hierarchy This Package Previous Next Index