j2d.catalog
Class ImageBrowser

java.lang.Object
  extended by j2d.catalog.ImageBrowser
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

public class ImageBrowser
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Field Summary
 java.io.File[] imageFiles
           
 
Constructor Summary
ImageBrowser()
           
 
Method Summary
 RunMenu getFileMenu()
           
 javax.swing.JList getImageList()
           
 javax.swing.JMenuBar getMenuBar()
           
 javax.swing.JSplitPane getSplitPane()
           
static void main(java.lang.String[] s)
           
 void start()
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageFiles

public java.io.File[] imageFiles
Constructor Detail

ImageBrowser

public ImageBrowser()
Method Detail

getImageList

public javax.swing.JList getImageList()

getSplitPane

public javax.swing.JSplitPane getSplitPane()

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener

main

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

getMenuBar

public javax.swing.JMenuBar getMenuBar()

getFileMenu

public RunMenu getFileMenu()

start

public void start()