|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.database.DatabaseTreeBrowser
com.pixelmed.display.DicomCleaner.OurDestinationDatabaseTreeBrowser
protected class DicomCleaner.OurDestinationDatabaseTreeBrowser
| Constructor Summary | |
|---|---|
DicomCleaner.OurDestinationDatabaseTreeBrowser(DatabaseInformationModel d,
Container content)
|
|
| Method Summary | |
|---|---|
protected void |
doSomethingWithSelectedFiles(Vector paths)
Will be called when a selection is made or changed and doSomethingWithSelections() returns false and not otherwise. |
protected boolean |
doSomethingWithSelections(DatabaseTreeRecord[] selections)
Will be called when a selection is made or changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DicomCleaner.OurDestinationDatabaseTreeBrowser(DatabaseInformationModel d,
Container content)
throws DicomException
DicomException| Method Detail |
|---|
protected boolean doSomethingWithSelections(DatabaseTreeRecord[] selections)
DatabaseTreeBrowserWill be called when a selection is made or changed.
Note that during multi-selection, or deselection, this may be called multiple times, so use this method to update cache of what is selected rather than initiating action on the selections, which should be done by some other means.
doSomethingWithSelections in class DatabaseTreeBrowserselections - return true if did something and hence should do no moreprotected void doSomethingWithSelectedFiles(Vector paths)
DatabaseTreeBrowserWill be called when a selection is made or changed and doSomethingWithSelections() returns false and not otherwise.
Note that during multi-selection, or deselection, this may be called multiple times, so use this method to update cache of what is selected rather than initiating action on the selections, which should be done by some other means.
doSomethingWithSelectedFiles in class DatabaseTreeBrowser
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||