tr.linkchecker.events
Class COpenFileChooser

java.lang.Object
  extended bytr.linkchecker.events.COpenFileChooser

public class COpenFileChooser
extends java.lang.Object

Programm that handels the filechooser dialog

Date: 01.04.2004

Version:
1.0
Author:
Tobias Roessler

Constructor Summary
COpenFileChooser(CMediator med)
          Constructor
 
Method Summary
 boolean itemExist(java.lang.String directory)
          Checks, if a entry exists
 void openFileChooser()
          This method opens a filechooser-dialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COpenFileChooser

public COpenFileChooser(CMediator med)
Constructor

Parameters:
med - Mediator-Object
Method Detail

openFileChooser

public void openFileChooser()
This method opens a filechooser-dialog


itemExist

public boolean itemExist(java.lang.String directory)
Checks, if a entry exists

Parameters:
directory - The directory we want to check
Returns:
true, if the entry exists else false