| javax.swing.JDialog de.mcs.jmeasurement.gui.PointDataDialog
PointDataDialog | public class PointDataDialog extends JDialog (Code) | | This is a dialog to show i single measure point as HTML.
author: w.klaas |
PointDataDialog | public PointDataDialog(MeasurePoint aPoint)(Code) | | constructing a dialog showing the measure data of a point.
Parameters: aPoint - the point to show. |
setMeasurePoint | final public void setMeasurePoint(MeasurePoint aPoint)(Code) | | setitng the actual measure point. Filling the html component with the
html representation of the point data.
Parameters: aPoint - the point to show. |
|
|