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