org.beanfabrics.swt.samples.filebrowser
Class FileBrowser

java.lang.Object
  extended by org.beanfabrics.swt.samples.filebrowser.FileBrowser

public class FileBrowser
extends java.lang.Object

This sample contains a file browser implemented with SWT and Beanfabrics.


Constructor Summary
FileBrowser(org.eclipse.swt.widgets.Shell shell)
          The FileBrowser is a kind of facade that shields FileBrowserModel and FileBrowserView for convenience.
 
Method Summary
 void dispose()
           
static void main(java.lang.String[] args)
           
 void setDirectory(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBrowser

public FileBrowser(org.eclipse.swt.widgets.Shell shell)
The FileBrowser is a kind of facade that shields FileBrowserModel and FileBrowserView for convenience.

Method Detail

main

public static void main(java.lang.String[] args)

setDirectory

public void setDirectory(java.io.File file)

dispose

public void dispose()