com.pixelmed.apps
Class DoseUtility.OurSourceDatabaseTreeBrowser

java.lang.Object
  extended by com.pixelmed.database.DatabaseTreeBrowser
      extended by com.pixelmed.apps.DoseUtility.OurSourceDatabaseTreeBrowser
Enclosing class:
DoseUtility

protected class DoseUtility.OurSourceDatabaseTreeBrowser
extends DatabaseTreeBrowser


Constructor Summary
DoseUtility.OurSourceDatabaseTreeBrowser(DatabaseInformationModel d, Container content)
           
 
Method Summary
protected  TreeSelectionListener buildTreeSelectionListenerToDoSomethingWithSelectedFiles()
          Override this method to perform application-specific behavior when an entity is selected in the tree browser.
protected  void doSomethingMoreWithWhateverWasSelected()
           
 
Methods inherited from class com.pixelmed.database.DatabaseTreeBrowser
buildMouseListenerToDetectDoubleClickEvents, buildTreeSelectionListenerToDisplayAttributesOfSelectedRecord, doSomethingWithSelectedFiles, doSomethingWithSelection, recurseThroughChildrenGatheringFileNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoseUtility.OurSourceDatabaseTreeBrowser

public DoseUtility.OurSourceDatabaseTreeBrowser(DatabaseInformationModel d,
                                                Container content)
                                         throws DicomException
Throws:
DicomException
Method Detail

buildTreeSelectionListenerToDoSomethingWithSelectedFiles

protected TreeSelectionListener buildTreeSelectionListenerToDoSomethingWithSelectedFiles()
Description copied from class: DatabaseTreeBrowser

Override this method to perform application-specific behavior when an entity is selected in the tree browser.

By default this method builds a Vector of all the file names (paths) of the selected record and the subtree below it, then calls doSomethingWithSelectedFiles.

Overrides:
buildTreeSelectionListenerToDoSomethingWithSelectedFiles in class DatabaseTreeBrowser

doSomethingMoreWithWhateverWasSelected

protected void doSomethingMoreWithWhateverWasSelected()
Overrides:
doSomethingMoreWithWhateverWasSelected in class DatabaseTreeBrowser