| Package | Description |
|---|---|
| xyz.cofe.cxconsole |
Базовый пакет CxConsole.
|
| xyz.cofe.cxconsole.actions |
Пользовательские действия в CxConsole.
|
| xyz.cofe.cxconsole.appdata | |
| xyz.cofe.cxconsole.dock | |
| xyz.cofe.cxconsole.docs | |
| xyz.cofe.cxconsole.files | |
| xyz.cofe.cxconsole.help | |
| xyz.cofe.cxconsole.menu | |
| xyz.cofe.cxconsole.notify | |
| xyz.cofe.cxconsole.ob | |
| xyz.cofe.cxconsole.props | |
| xyz.cofe.cxconsole.sbar | |
| xyz.cofe.cxconsole.sched | |
| xyz.cofe.cxconsole.srvc |
Обеспечивает концепцию служб/демонов.
|
| xyz.cofe.cxconsole.text |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenFrameService
Сервис открывающий главное окно программы
|
class |
WindowPositionService
Сервис сохраняющий расположение главного окна
|
| Modifier and Type | Field and Description |
|---|---|
protected Iterable<ConsoleService> |
Console.initServices |
protected WeakHashMap<ConsoleService,Date> |
Console.installedServicesWeak |
protected xyz.cofe.collection.set.EventSet<ConsoleService> |
Console.services |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.set.EventSet<ConsoleService> |
Console.getServices()
Получение списка сервисов
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Console.initServices(Iterable<ConsoleService> services)
Инициализация сервисов.
|
| Constructor and Description |
|---|
Console(ConsoleService... services)
Конструктор
|
UIConsole(ConsoleService... services) |
| Constructor and Description |
|---|
Console(Iterable<ConsoleService> services)
Конструктор
|
UIConsole(Iterable<ConsoleService> services) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionsConfigureService
Служба по управлению/настройке пользовательских действий (комбинации клавиш и т.д.)
|
class |
ActionsService
Сервис обеспечивающий регистраци и переопределение "дествий"
|
class |
DefaultActionsService
Регистрирует предопределенный пользовательские действия
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapDB2Backup
Резервное копирование/восстановление
|
class |
MapDB2Service
Сервис для хранения данных
|
| Modifier and Type | Class and Description |
|---|---|
class |
DockingService
Сервис по упроавлению docking - окнами
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentService
Сервис по работе с документами
|
class |
GenericDocumentService
Сервис для временных документов
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileCommandsService
Общие файловые операции
|
class |
FileDialogService
Диалог выбора файла
|
class |
FileIconService
Сервис по работе с иконками файлов
|
class |
FileTreeService
Сервис дерева файлов
|
| Modifier and Type | Class and Description |
|---|---|
class |
StartPageService |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMenuService |
class |
MenuService |
| Modifier and Type | Class and Description |
|---|---|
class |
NotifyService
Сервис уведомления
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectBrowserService |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesService
Сервис редактора свойств
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatusBarService |
| Modifier and Type | Class and Description |
|---|---|
class |
TimerService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StartService
Запуск/Остановка сервиса
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractService
Абстрактный сервис.
|
class |
BaseService
Абстрактный класс для написания сервиса/службы
|
class |
StartableService
Сервис с поддержкой start/stop
|
| Modifier and Type | Field and Description |
|---|---|
protected ConsoleService |
ServiceInstalled.service |
protected ConsoleService |
ServiceStarted.service |
protected ConsoleService |
ServiceUninstalled.service |
protected ConsoleService |
ServiceStopped.service |
protected ConsoleService |
ServiceStarting.service |
protected ConsoleService |
ServiceStopping.service |
| Modifier and Type | Method and Description |
|---|---|
ConsoleService |
ServiceInstalled.getService() |
ConsoleService |
ServiceStarted.getService() |
ConsoleService |
ServiceUninstalled.getService() |
ConsoleService |
ServiceStopped.getService() |
ConsoleService |
ServiceStarting.getService() |
ConsoleService |
ServiceEvent.getService() |
ConsoleService |
ServiceStopping.getService() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ConsoleService> |
InitServicesEnd.getServices() |
Iterable<ConsoleService> |
InitServicesBegin.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
InitServicesEnd.setServices(Iterable<ConsoleService> services) |
void |
InitServicesBegin.setServices(Iterable<ConsoleService> services) |
| Constructor and Description |
|---|
ServiceInstalled(ConsoleService service,
Console console) |
ServiceStarted(ConsoleService service) |
ServiceStarting(ConsoleService service) |
ServiceStopped(ConsoleService service) |
ServiceStopping(ConsoleService service) |
ServiceUninstalled(ConsoleService service,
Console console) |
| Constructor and Description |
|---|
InitServicesBegin(Console console,
Iterable<ConsoleService> services) |
InitServicesEnd(Console console,
Iterable<ConsoleService> services) |
| Modifier and Type | Class and Description |
|---|---|
class |
DocBrowserService |
class |
FileTreeTextService
Сервис для расширения команд (открыть файл как текст) в дереве файлов
|
class |
TextService
Текстовая служба.
|
Copyright © 2019. All rights reserved.