edu.washington.biostr.sig.brainj3d.core.client
Class AddPanel

java.lang.Object
  extended by edu.washington.biostr.sig.brainj3d.core.client.AddPanel
All Implemented Interfaces:
Listener, EventListener, ListSelectionListener

public class AddPanel
extends Object
implements Listener, ListSelectionListener

This is for adding data to the system. It supports new, recent and files

Author:
eider

Constructor Summary
AddPanel(ClientManager client, boolean showRecent, String okButton, boolean showFolder)
           
 
Method Summary
 FileGroup getSelected()
           
 Object getSelectedObject()
           
 FileGroup[] justShowFileChooser(String title, String okButton, boolean allowNew)
           
 SwingHTMLObject set(FileType filter, String start)
           
 void somethingHappened(Event evt)
          Something happened.
 boolean success()
           
 void valueChanged(ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPanel

public AddPanel(ClientManager client,
                boolean showRecent,
                String okButton,
                boolean showFolder)
         throws RemoteException
Throws:
RemoteException
Method Detail

set

public SwingHTMLObject set(FileType filter,
                           String start)

success

public boolean success()

getSelected

public FileGroup getSelected()

getSelectedObject

public Object getSelectedObject()

somethingHappened

public void somethingHappened(Event evt)
Description copied from interface: Listener
Something happened.

Specified by:
somethingHappened in interface Listener

justShowFileChooser

public FileGroup[] justShowFileChooser(String title,
                                       String okButton,
                                       boolean allowNew)

valueChanged

public void valueChanged(ListSelectionEvent e)
Specified by:
valueChanged in interface ListSelectionListener


Copyright © 2006 University of Washington. All Rights Reserved.