Uses of Class
jmri.jmrit.beantable.beanedit.BeanEditItem
-
Packages that use BeanEditItem Package Description jmri.jmrit.beantable.beanedit -
-
Uses of BeanEditItem in jmri.jmrit.beantable.beanedit
Methods in jmri.jmrit.beantable.beanedit that return types with arguments of type BeanEditItem Modifier and Type Method Description java.util.List<BeanEditItem>
BeanItemPanel. getListOfItems()
Get List of Bean Edit ItemsMethods in jmri.jmrit.beantable.beanedit with parameters of type BeanEditItem Modifier and Type Method Description void
BeanItemPanel. addItem(BeanEditItem bei)
Method parameters in jmri.jmrit.beantable.beanedit with type arguments of type BeanEditItem Modifier and Type Method Description protected void
BeanEditAction. addToPanel(javax.swing.JPanel panel, java.util.List<BeanEditItem> items)
Set out the panel based upon the items passed in via the ArrayList.
-