Uses of Class
jApp.PartFactory.Alligner

Uses of PartFactory.Alligner in jApp
 

Methods in jApp with parameters of type PartFactory.Alligner
static PartFactory.ComponentPanel PartFactory.createButtonField(PartFactory.Alligner aligner, java.lang.String title, int width, javax.swing.JComponent button)
           
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 javax.swing.JPanel PartFactory.createComboBox(PartFactory.Alligner aligner, java.lang.String title, int width, javax.swing.JComboBox combox)
           
static PartFactory.ComponentPanel PartFactory.createComboBox(PartFactory.Alligner aligner, java.lang.String title, Variable variable, java.lang.Object[] list)
           
static PartFactory.ComponentPanel PartFactory.createComboBox(java.lang.String title, PartFactory.Alligner aligner, PartFactory.ComboBoxModel model, javax.swing.AbstractAction selectAction, javax.swing.AbstractAction editAction)
           
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.createFontComboBox(PartFactory.Alligner aligner, java.lang.String title, Variable variable)
           
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.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.JPanel PartFactory.createToggleButtonXX(PartFactory.Alligner aligner, java.lang.String title, ValueInterface variable)