cr311h3
Class ImageBrowser

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

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


Constructor Summary
ImageBrowser()
           
 
Method Summary
 RunMenu getFileMenu()
           
 javax.swing.JList getImageList()
           
 Images getImages()
           
 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
 

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()

getImages

public Images getImages()

start

public void start()