public class DicomDirectoryBrowser
extends java.lang.Object
Constructor and Description |
---|
DicomDirectoryBrowser(AttributeList list,
java.lang.String parentFilePath) |
DicomDirectoryBrowser(AttributeList list,
java.lang.String parentFilePath,
javax.swing.JFrame frame) |
DicomDirectoryBrowser(AttributeList list,
java.lang.String parentFilePath,
javax.swing.JScrollPane treeBrowserScrollPane,
javax.swing.JScrollPane attributeBrowserScrollPane) |
Modifier and Type | Method and Description |
---|---|
protected java.awt.event.MouseListener |
buildMouseListenerToDetectDoubleClickEvents() |
protected javax.swing.event.TreeSelectionListener |
buildTreeSelectionListenerToDisplayAttributesOfSelectedRecord(javax.swing.JScrollPane attributeBrowserScrollPane) |
protected javax.swing.event.TreeSelectionListener |
buildTreeSelectionListenerToDoSomethingWithSelectedFiles(java.lang.String parentFilePath) |
protected java.util.HashSet |
chooseExcludeList(DicomDirectoryRecord dirRecord) |
protected void |
createExcludeLists() |
protected void |
doSomethingMoreWithWhateverWasSelected() |
protected void |
doSomethingWithSelectedFiles(java.util.Vector paths) |
DicomDirectory |
getDicomDirectory() |
java.lang.String |
getParentFilePath() |
static void |
main(java.lang.String[] arg) |
protected void |
setFont(java.awt.Font font) |
public DicomDirectoryBrowser(AttributeList list, java.lang.String parentFilePath) throws DicomException
list
- parentFilePath
- DicomException
public DicomDirectoryBrowser(AttributeList list, java.lang.String parentFilePath, javax.swing.JScrollPane treeBrowserScrollPane, javax.swing.JScrollPane attributeBrowserScrollPane) throws DicomException
list
- parentFilePath
- treeBrowserScrollPane
- attributeBrowserScrollPane
- DicomException
public DicomDirectoryBrowser(AttributeList list, java.lang.String parentFilePath, javax.swing.JFrame frame) throws DicomException
list
- parentFilePath
- frame
- DicomException
protected void setFont(java.awt.Font font)
font
- protected javax.swing.event.TreeSelectionListener buildTreeSelectionListenerToDoSomethingWithSelectedFiles(java.lang.String parentFilePath)
parentFilePath
- protected javax.swing.event.TreeSelectionListener buildTreeSelectionListenerToDisplayAttributesOfSelectedRecord(javax.swing.JScrollPane attributeBrowserScrollPane)
attributeBrowserScrollPane
- protected java.awt.event.MouseListener buildMouseListenerToDetectDoubleClickEvents()
protected java.util.HashSet chooseExcludeList(DicomDirectoryRecord dirRecord)
dirRecord
- protected void createExcludeLists()
public DicomDirectory getDicomDirectory()
public java.lang.String getParentFilePath()
protected void doSomethingWithSelectedFiles(java.util.Vector paths)
paths
- protected void doSomethingMoreWithWhateverWasSelected()
public static void main(java.lang.String[] arg)
arg
-