Uses of Class
evo.search.io.entities.IndexEntry
-
Packages that use IndexEntry Package Description evo.search.io.entities The entities in this package are classes which are serializable in xml.evo.search.io.service This package contains io services.evo.search.view.part Package with custom viewport parts. -
-
Uses of IndexEntry in evo.search.io.entities
Methods in evo.search.io.entities that return IndexEntry Modifier and Type Method Description IndexEntry
IndexEntry. parse(org.dom4j.Element element)
Parse anIndexEntry
from anElement
. -
Uses of IndexEntry in evo.search.io.service
Methods in evo.search.io.service that return types with arguments of type IndexEntry Modifier and Type Method Description static List<IndexEntry>
ProjectService. getIndexEntries()
List of registered projects.static List<IndexEntry>
XmlService. readRegister(org.dom4j.Document document)
Parse theDocument
for the global project register.Method parameters in evo.search.io.service with type arguments of type IndexEntry Modifier and Type Method Description static void
ProjectService. writeProjectIndex(List<IndexEntry> projects)
Write the given index entries into the global register.static org.dom4j.Document
XmlService. writeRegister(List<IndexEntry> projects)
Create theDocument
for the global project register. -
Uses of IndexEntry in evo.search.view.part
Method parameters in evo.search.view.part with type arguments of type IndexEntry Modifier and Type Method Description void
ProjectListItem. bindSelectionEvent(Consumer<IndexEntry> projectSelection)
Bind a given selection event listener to the click event of the item.Constructors in evo.search.view.part with parameters of type IndexEntry Constructor Description ProjectListItem(IndexEntry indexEntry)
Create a project list item from an index entry.
-