Class FileOpener


(package private) class FileOpener
extends JDialog

Field Summary

static boolean
APPROVE_OPTION
static boolean
CANCEL_OPTION
private JComboBox
c_type
private Vector
currentList
private JList
fileList
private JTextField
fileText
private Hashtable
inhalt
private Dimension
screen
private String
selection
private boolean
state

Constructor Summary

FileOpener(Hashtable inhalt, JFrame f, boolean modal)

Method Summary

private void
clear()
String
getFirstItem()
String
getSelectedItem()
private boolean
isElementOfList(String str)
boolean
showDialog()

Field Details

APPROVE_OPTION

public static boolean APPROVE_OPTION

CANCEL_OPTION

public static boolean CANCEL_OPTION

c_type

private JComboBox c_type

currentList

private Vector currentList

fileList

private JList fileList

fileText

private JTextField fileText

inhalt

private Hashtable inhalt

screen

private Dimension screen

selection

private String selection

state

private boolean state

Constructor Details

FileOpener

(package private)  FileOpener(Hashtable inhalt,
                              JFrame f,
                              boolean modal)

Method Details

clear

private void clear()

getFirstItem

public String getFirstItem()

getSelectedItem

public String getSelectedItem()

isElementOfList

private boolean isElementOfList(String str)

showDialog

public boolean showDialog()