Class DICOMscope

Class DICOMscope

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Frame
                                   |
                                   +----DICOMscope

public class DICOMscope
extends Frame
This is the main class. This class initializes the study browser, the viewer and the about box.

Author:
Andreas Schroeter, Klaus Kleber
Since:
30.03.

Constructor Index

 o DICOMscope()
Constructor.

Method Index

 o DICOMscope_WindowClosing(WindowEvent)
Closes the application and terminates the network receiver.
 o addNotify()
Sends a notify-message to the peer of this frame
 o disableConsoleOutput()
Disables console output via the out-Stream.
 o enableConsoleOutput()
Enables the out-Stream for console output
 o main(String[])
Main Method.
 o setVisible(boolean)
Shows or hides the component depending on the boolean flag b.
 o switchToViewer()
Toggles the tab panel to the viewer.

Constructors

 o DICOMscope
public DICOMscope()
Constructor. Sets up the main tab panel and the contents of this panel.

Since:
30.03

Methods

 o DICOMscope_WindowClosing
public void DICOMscope_WindowClosing(WindowEvent event)
Closes the application and terminates the network receiver.

Parameters:
event - The calling event. ignored.
Since:
30.03
 o addNotify
public void addNotify()
Sends a notify-message to the peer of this frame

Overrides:
addNotify in class Frame
Since:
30.03
 o disableConsoleOutput
public void disableConsoleOutput()
Disables console output via the out-Stream.

Since:
30.03
 o enableConsoleOutput
public void enableConsoleOutput()
Enables the out-Stream for console output

Since:
30.03
 o main
public static void main(String[] args)
Main Method. Initializes this class.

Parameters:
args - Command arguments
Since:
30.03
 o setVisible
public void setVisible(boolean b)
Shows or hides the component depending on the boolean flag b.

Parameters:
b - if true, show the component
Overrides:
setVisible in class Component
Since:
30.03
See Also:
isVisible
 o switchToViewer
public void switchToViewer()
Toggles the tab panel to the viewer.

Since:
30.03