edu.washington.biostr.sig.brainj3d.core.client
Class AddPanel
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddPanel
public AddPanel(ClientManager client,
boolean showRecent,
String okButton,
boolean showFolder)
throws RemoteException
- Throws:
RemoteException
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.