Parkinson Disease Database

spirals.data.doubleViewers
Class DoubleViewer

java.lang.Object
  extended by spirals.data.viewers.TabletDataViewer
      extended by spirals.data.doubleViewers.DoubleViewer
Direct Known Subclasses:
DoubleViewerDrag

public abstract class DoubleViewer
extends TabletDataViewer

Základní abstraktní třída pro zobrazování dat ve dvou oknech.

Copyright: Copyright (c) 2005 Jan Dolezel

Company: ČVUT FEL, Prague


Field Summary
protected  javax.swing.JPanel bottom
           
protected  DoubleViewerBottom bottomViewer
          spodní okno
protected  javax.swing.JPanel top
           
protected  javax.swing.JPanel topControls
           
protected  DoubleViewerTop topViewer
          horní okno
 
Fields inherited from class spirals.data.viewers.TabletDataViewer
all, controls, data, screen, showUp, tabletData, ti
 
Constructor Summary
DoubleViewer(javax.swing.JPanel screen, javax.swing.JPanel controls, Data data, boolean all, boolean showUp)
           
 
Method Summary
private  void install()
           
 void paint(java.awt.Graphics g)
          derived class must override this method to implement drawing
 
Methods inherited from class spirals.data.viewers.TabletDataViewer
disableControls, getDescription, repaint, setTabletData, setTabletInfo, updateControls, updateData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topViewer

protected DoubleViewerTop topViewer
horní okno


topControls

protected javax.swing.JPanel topControls

top

protected javax.swing.JPanel top

bottomViewer

protected DoubleViewerBottom bottomViewer
spodní okno


bottom

protected javax.swing.JPanel bottom
Constructor Detail

DoubleViewer

public DoubleViewer(javax.swing.JPanel screen,
                    javax.swing.JPanel controls,
                    Data data,
                    boolean all,
                    boolean showUp)
Method Detail

install

private void install()

paint

public void paint(java.awt.Graphics g)
Description copied from class: TabletDataViewer
derived class must override this method to implement drawing

Specified by:
paint in class TabletDataViewer

Parkinson Disease Database