Uses of Interface
jApp.ValueInterface

Uses of ValueInterface in jApp
 

Classes in jApp that implement ValueInterface
 class BooleanVariable
          A convenience class
 class DoubleVariable
           
 class LongVariable
           
 class StringVariable
           
 class Variable
          This class provides a way to create named variables that are persitently stored into a Document.
 

Fields in jApp declared as ValueInterface
protected  ValueInterface Connector.m_Variable
           
 

Methods in jApp with parameters of type ValueInterface
 void Connector.addChangeListener(ValueInterface variable)
           
static javax.swing.JPanel PartFactory.createCheckBox(PartFactory.Alligner aligner, java.lang.String title, ValueInterface variable)
           
static javax.swing.JPanel PartFactory.createCheckBox(PartFactory.Alligner aligner, java.lang.String title, ValueInterface variable, double onValue, double offValue)
           
static javax.swing.JPanel PartFactory.createCheckBox(PartFactory.Alligner aligner, java.lang.String title, ValueInterface variable, long onValue, long offValue)
           
static javax.swing.JPanel PartFactory.createCheckBox(PartFactory.Alligner aligner, java.lang.String title, ValueInterface variable, java.lang.Object onValue, java.lang.Object offValue)
           
static PartFactory.ComponentPanel PartFactory.createColorButton(PartFactory.Alligner aligner, java.lang.String title, int width, ValueInterface variable)
           
static PartFactory.ComponentPanel PartFactory.createEntryField(PartFactory.Alligner aligner, java.lang.String title, int width, java.text.Format format, ValueInterface variable, Unit unit)
           
static PartFactory.ComponentPanel PartFactory.createEntryField(PartFactory.Alligner aligner, java.lang.String title, int width, java.text.Format format, ValueInterface variable, Unit unit, boolean liveUpdate)
           
static javax.swing.JPanel PartFactory.createPathEntryField(Application app, PartFactory.Alligner aligner, java.lang.String fieldtitle, java.lang.String browsetitle, int mode, ValueInterface variable, int width)
           
static javax.swing.JToggleButton PartFactory.createRadioButton(javax.swing.ImageIcon icon, int borderWidth, java.awt.Insets insets, ValueInterface variable, long value)
           
static javax.swing.JPanel PartFactory.createRadioButton(PartFactory.Alligner aligner, java.lang.String title, ValueInterface variable, double value)
           
static javax.swing.JPanel PartFactory.createRadioButton(PartFactory.Alligner aligner, java.lang.String title, ValueInterface variable, long value)
           
static javax.swing.JPanel PartFactory.createRadioButton(PartFactory.Alligner aligner, java.lang.String title, ValueInterface variable, java.lang.Object value)
           
static javax.swing.JToggleButton PartFactory.createToggleButton(javax.swing.ImageIcon icon, ValueInterface variable, boolean polarity)
           
static javax.swing.JPanel PartFactory.createToggleButtonXX(PartFactory.Alligner aligner, java.lang.String title, ValueInterface variable)
           
 void Connector.removeChangeListener(ValueInterface variable)
           
 

Constructors in jApp with parameters of type ValueInterface
Connector(java.awt.Component component, javax.swing.event.ChangeListener listener, ValueInterface variable)
           
Connector(java.awt.Component component, ValueInterface variable)
           
JComboBoxConnector(javax.swing.JComboBox combobox, ValueInterface variable, java.lang.Object[] values)
           
JRadioButtonConnector(javax.swing.AbstractButton button, ValueInterface variable, java.lang.Object value)
           
JRadioButtonConnector(javax.swing.AbstractButton button, ValueInterface variable, ValueInterface valueVariable)
           
JTextFieldConnector(javax.swing.JTextField f, java.text.Format frmnt, ValueInterface variable, Unit u)
           
JToggleButtonConnector(javax.swing.JToggleButton button, ValueInterface variable, java.lang.Object onValue, java.lang.Object offValue)
           
PartFactory.BrowseAction(Application app, java.lang.String name, ValueInterface variable, int mode)