Uses of Interface
org.hortonmachine.gears.io.geopaparazzi.forms.items.Item
-
Packages that use Item Package Description org.hortonmachine.gears.io.geopaparazzi.forms org.hortonmachine.gears.io.geopaparazzi.forms.items -
-
Uses of Item in org.hortonmachine.gears.io.geopaparazzi.forms
Methods in org.hortonmachine.gears.io.geopaparazzi.forms that return types with arguments of type Item Modifier and Type Method Description List<Item>Form. getItemsList()List<Item>MainFrame. getItemsList()Methods in org.hortonmachine.gears.io.geopaparazzi.forms with parameters of type Item Modifier and Type Method Description voidForm. addItem(Item item) -
Uses of Item in org.hortonmachine.gears.io.geopaparazzi.forms.items
Classes in org.hortonmachine.gears.io.geopaparazzi.forms.items that implement Item Modifier and Type Class Description classItemBooleanA boolean item.classItemComboA combo item.classItemConnectedComboA connected combos item.classItemDateA date item.classItemDoubleA double item.classItemDynamicTextA text item that allows addition of multiple texts.classItemImagelibA picture item.classItemIntegerA double item.classItemLabelA label item.classItemMapA map item.classItemOneToManyConnectedComboA connected combos item.classItemPictureA picture item.classItemSketchA sketch item.classItemTextA text item.classItemTextAreaA textarea item.classItemTimeA time item.
-