Uses of Class
io.ultreia.java4all.i18n.editor.model.Item
-
Packages that use Item Package Description io.ultreia.java4all.i18n.editor.model io.ultreia.java4all.i18n.editor.ui -
-
Uses of Item in io.ultreia.java4all.i18n.editor.model
Methods in io.ultreia.java4all.i18n.editor.model that return Item Modifier and Type Method Description ItemProject. getTemplate(String templateName)ItemProject. getTranslation(String key)Methods in io.ultreia.java4all.i18n.editor.model that return types with arguments of type Item Modifier and Type Method Description Set<Item>Project. getModifiedTemplates()Set<Item>Project. getModifiedTranslations()Methods in io.ultreia.java4all.i18n.editor.model with parameters of type Item Modifier and Type Method Description intItem. compareTo(Item o) -
Uses of Item in io.ultreia.java4all.i18n.editor.ui
Methods in io.ultreia.java4all.i18n.editor.ui that return Item Modifier and Type Method Description ItemItemComponent. get(String itemKey)ItemItemComponentTab. get(String itemKey)Methods in io.ultreia.java4all.i18n.editor.ui that return types with arguments of type Item Modifier and Type Method Description Optional<Item>ItemUI. getModel()Methods in io.ultreia.java4all.i18n.editor.ui with parameters of type Item Modifier and Type Method Description voidItemUI. setModel(Item model)
-