All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----javax.swing.JComponent | +----kh.awt.AnalogDigitalDial | +----kh.awt.NamedValueDial
Summary |
public class NamedValueDial extends kh.awt.AnalogDigitalDial { // Constructors 1 public NamedValueDial(ObservableNamedValue) throws Exception; // Methods 1 public void addDial(AwtValueReceiver); }
Create a dial which is smart enough to automatically fetch values from a NamedValue. The top pane is a MultiDial, the bottom pane is always a digital dial. The user can pass in a dial as the default view on the multi dial, but we will always add an AutoScrollBargraph also.
Cross Reference |
Constructors |
· NamedValueDial | Summary | Top |
public NamedValueDial(ObservableNamedValue value) throws Exception
Create a named value dial with an initial dial as the contents of the multi dial.
Methods |
· addDial | Summary | Top |
public void addDial(AwtValueReceiver dial)
Add a new dial in the multidial area of the panel
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7