Java Statistical Classes

Package jsc.swt.control

Provides classes to create various user controls for statistical applications.

See:
          Description

Class Summary
DisplayField This is a text field for displaying text or a number.
IllegalCharactersField This is a text field that allows only characters that are not specified illegal characters to be typed or pasted in.
IntegerComboBox This is a combo box control customized for selecting from a range of integers.
IntegerField This is a text field that allows only valid integers to be typed or pasted in.
IntegerListener Deprecated. Do not use this with Swing components.
IntegerLogSlider This class represents a horizontal slider for integer values on a logarithmic scale.
IntegerSlider This class represents a horizontal slider for selecting integer values.
JIntegerListener Deprecated. IntegerField is preferable.
JNumberListener This class is a base class for listener interfaces for typing numbers into JTextField objects.
JPosIntegerListener Deprecated. PosIntegerField is preferable.
JPosRealListener Deprecated. PosRealField is preferable.
JRealListener Deprecated. RealField is preferable.
LegalCharactersField This is a text field that allows only specified legal characters to be typed or pasted in.
NumberListener This class is a base class for listener interfaces for typing in numbers.
PosIntegerComboBox This is a combo box control customized for selecting from a range of positive integers.
PosIntegerField This is a text field that allows only valid non-negative integers to be typed or pasted in.
PosIntegerLabelledField Deprecated. jsc.swt.panel.FieldPanel is preferable.
PosIntegerListener Deprecated. Do not use this with Swing components.
PosRealField This is a text field that allows only valid non-negative real numbers to be typed or pasted in.
PosRealListener Deprecated. Do not use this with Swing components.
RealField This is a text field that allows only valid real numbers to be typed or pasted in.
RealListener Deprecated. Do not use this with Swing components.
RealLogSlider This class represents a horizontal slider for real values on a logarithmic scale.
RealSlider This class represents a horizontal slider with real values labelling its scale marks.
SpeedSlider This class represents a horizontal slider for controlling the speed of a process, animation, simulation etc.
ToolBar This class implements a version of JToolBar that is easier to use.
 

Package jsc.swt.control Description

Provides classes to create various user controls for statistical applications.


Java Statistical Classes

Copyright © Andrew James Bertie, 2005, all rights reserved. Updated 12th Aug 2005