j2d.imageBrowser
Class ImageBrowser

java.lang.Object
  extended by j2d.imageBrowser.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()
           
 java.awt.Image[] getImages()
           
 java.lang.String[] getListImgNames()
           
 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

getSplitPane

public javax.swing.JSplitPane getSplitPane()

valueChanged

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

getMenuBar

public javax.swing.JMenuBar getMenuBar()

getFileMenu

public RunMenu getFileMenu()

getImages

public java.awt.Image[] getImages()

getListImgNames

public java.lang.String[] getListImgNames()

start

public void start()

main

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