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.
-
DICOMscope()
- Constructor.
-
DICOMscope_WindowClosing(WindowEvent)
- Closes the application and terminates the network receiver.
-
addNotify()
- Sends a notify-message to the peer of this frame
-
disableConsoleOutput()
- Disables console output via the out-Stream.
-
enableConsoleOutput()
- Enables the out-Stream for console output
-
main(String[])
- Main Method.
-
setVisible(boolean)
- Shows or hides the component depending on the boolean flag b.
-
switchToViewer()
- Toggles the tab panel to the viewer.
DICOMscope
public DICOMscope()
- Constructor. Sets up the main tab panel and the contents
of this panel.
- Since:
- 30.03
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
addNotify
public void addNotify()
- Sends a notify-message to the peer of this frame
- Overrides:
- addNotify in class Frame
- Since:
- 30.03
disableConsoleOutput
public void disableConsoleOutput()
- Disables console output via the out-Stream.
- Since:
- 30.03
enableConsoleOutput
public void enableConsoleOutput()
- Enables the out-Stream for console output
- Since:
- 30.03
main
public static void main(String[] args)
- Main Method. Initializes this class.
- Parameters:
- args - Command arguments
- Since:
- 30.03
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
switchToViewer
public void switchToViewer()
- Toggles the tab panel to the viewer.
- Since:
- 30.03