Uses of Class
jApp.PartFactory.ComponentPanel

Uses of PartFactory.ComponentPanel in jApp
 

Methods in jApp that return PartFactory.ComponentPanel
static PartFactory.ComponentPanel PartFactory.createButtonField(PartFactory.Alligner aligner, java.lang.String title, int width, javax.swing.JComponent button)
           
static PartFactory.ComponentPanel PartFactory.createColorButton(PartFactory.Alligner aligner, java.lang.String title, int width, ValueInterface variable)
           
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 PartFactory.ComponentPanel PartFactory.createHorizontalBox()
           
static PartFactory.ComponentPanel PartFactory.createHorizontalBox(javax.swing.JComponent comp)
           
static PartFactory.ComponentPanel PartFactory.createHorizontalBox(java.lang.String title)
           
static PartFactory.ComponentPanel PartFactory.createVerticalBox()
           
static PartFactory.ComponentPanel PartFactory.createVerticalBox(javax.swing.JComponent comp)
           
static PartFactory.ComponentPanel PartFactory.createVerticalBox(java.lang.String title)