| Package | Description |
|---|---|
| pl.koder95.eme.core |
Paczka zawiera klasy najważniejsze dla programu, ponieważ definiujące jego system
zarządzania informacjami.
|
| pl.koder95.eme.dfs |
Paczka zawiera klasy do zarządzania systemem formatu danych.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexContainerDataSource.visit(Index i) |
| Modifier and Type | Method and Description |
|---|---|
static Index |
Index.create(Book owner,
Node index)
Tworzy nowy indeks na podstawie węzła obiektowego modelu dokumentu XML.
|
static Index |
Index.create(Node index)
Tworzy nowy indeks na podstawie węzła obiektowego modelu dokumentu XML.
|
Index |
IndexContainer.get(int id) |
Index |
IndexList.get(int id) |
Index |
IndexContainer.getFirst() |
Index |
IndexList.getFirst() |
Index |
IndexContainer.getLast() |
Index |
IndexList.getLast() |
Index |
IndexList.getNext(Index i) |
Index |
IndexList.getPrev(Index i) |
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
IndexContainer.getLoaded() |
List<Index> |
IndexList.getLoaded() |
| Modifier and Type | Method and Description |
|---|---|
Index |
IndexList.getNext(Index i) |
Index |
IndexList.getPrev(Index i) |
Copyright © 2021. All rights reserved.