Class StuMan.TreeElement
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class StuMan.TreeElement

Object
   |
   +----StuMan.TreeElement

public class TreeElement
extends Object
This class represents a tree element with all possible contents.

Author:
Andreas Schroeter
Since:
30.04.1999

Variable Index

 o DateTime
 o Description
 o Filename
 o Label
 o Modality
 o PatientInfo
 o UID
 o instanceIdx
 o isNew
 o isPresentationState
 o seriesIdx
 o showDateTime
 o showDescription
 o showFilename
 o showLabel
 o showModality
 o showNewWithIcon
 o showPatientInfo
 o showUID
 o studyIdx
 o text

Constructor Index

 o StuMan.TreeElement(String, int, int, int)
 o StuMan.TreeElement(String, int, int)
 o StuMan.TreeElement(String, int)
 o StuMan.TreeElement(String)
 o StuMan.TreeElement()

Method Index

 o isNew()
 o isPS()
 o setToNew()
 o setToOld()
 o setToPS()
 o toString()

Variables

 o DateTime
public java.lang.String DateTime
 o Description
public java.lang.String Description
 o Filename
public java.lang.String Filename
 o Label
public java.lang.String Label
 o Modality
public java.lang.String Modality
 o PatientInfo
public java.lang.String PatientInfo
 o UID
public java.lang.String UID
 o instanceIdx
public int instanceIdx
 o isNew
public boolean isNew
 o isPresentationState
public boolean isPresentationState
 o seriesIdx
public int seriesIdx
 o showDateTime
public static boolean showDateTime
 o showDescription
public static boolean showDescription
 o showFilename
public static boolean showFilename
 o showLabel
public static boolean showLabel
 o showModality
public static boolean showModality
 o showNewWithIcon
public static boolean showNewWithIcon
 o showPatientInfo
public static boolean showPatientInfo
 o showUID
public static boolean showUID
 o studyIdx
public int studyIdx
 o text
public java.lang.String text

Constructors

 o TreeElement
public TreeElement(String t,
                   int st,
                   int se,
                   int in)
 o TreeElement
public TreeElement(String t,
                   int st,
                   int se)
 o TreeElement
public TreeElement(String t,
                   int st)
 o TreeElement
public TreeElement(String t)
 o TreeElement
public TreeElement()

Methods

 o isNew
public boolean isNew()
 o isPS
public boolean isPS()
 o setToNew
public void setToNew()
 o setToOld
public void setToOld()
 o setToPS
public void setToPS()
 o toString
public java.lang.String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index