| Package | Description |
|---|---|
| pl.koder95.eme.core |
Paczka zawiera klasy najważniejsze dla programu, ponieważ definiujące jego system
zarządzania informacjami.
|
| pl.koder95.eme.core.spi |
Paczka zawiera interfejsy najważniejsze dla programu, ponieważ tworzą one system
zarządzania informacjami.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexContainerDataSource
Źródło danych, które pobiera informacje z
kontenera indeksów. |
class |
IndexListDataSource
Źródło danych zawierające cztery pod-źródła, czyli instancje
źródeł,
które pobierają informacje z każdej instancji listy indeksów. |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
AbstractCabinetWorker.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCabinetWorker.setDataSource(DataSource source)
Ustawia źródło danych.
|
| Constructor and Description |
|---|
AbstractCabinetAnalyzer(FilingCabinet cabinet,
DataSource source,
DataTarget target,
javafx.util.Callback<org.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest,Collection<PersonalDataModel>> suggestionProvider,
javafx.util.StringConverter<PersonalDataModel> converter)
Tworzy obiekt określając wszystkie jego elementy.
|
AbstractCabinetWorker(FilingCabinet cabinet,
DataSource source,
DataTarget target)
Tworzy obiekt określając wszystkie jego elementy.
|
SimpleCabinetAnalyzer(FilingCabinet cabinet,
DataSource source,
DataTarget target,
SuggestionProvider provider)
Tworzy obiekt określając wszystkie jego elementy składowe.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
CabinetWorker.getDataSource() |
Copyright © 2021. All rights reserved.