| Package | Description |
|---|---|
| xyz.cofe.cxconsole.ob |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextBuilder<T> |
| Modifier and Type | Method and Description |
|---|---|
Context<T> |
ContextMenu.add() |
Context<T> |
ContextBuilder.ContextMenuBuilder.add() |
<T> Context<T> |
BaseObjectBrowser.context(Class<T> cls) |
<T> Context<T> |
ObjectBrowserService.context(Class<T> cls) |
<T> Context<T> |
ObjectBrowser.context(Class<T> cls)
Создание контекста
|
Context<T> |
ContextBuilder.followable(Func1<Boolean,T> followableFn) |
Context<T> |
ContextBuilder.follower(NodesExtracter<T,Object> followerFn) |
Context<T> |
Context.follower(NodesExtracter<T,Object> followerFn,
Followable<T> followable)
Указывает функцию "следования" узла и проверки возможности "следования"
|
Context<T> |
ContextBuilder.follower(NodesExtracter<T,Object> followerFn,
Followable<T> followable) |
Context<T> |
Context.format(Func1<TreeTableNodeFormat,T> fmtfn)
Указывает функцию форматириования
|
Context<T> |
ContextBuilder.format(Func1<TreeTableNodeFormat,T> fmtfn) |
Context<T> |
Context.icon(Func1<Icon,T> iconFun)
Указывает иконку для типа объекта
|
Context<T> |
ContextBuilder.icon(Func1<Icon,T> iconFun) |
Context<T> |
Context.icon(Icon ico)
Указывает иконку для типа объекта
|
Context<T> |
ContextBuilder.icon(Icon ico) |
Context<T> |
ContextMenu.items(Func2<Iterable<JMenuItem>,TreeTableNodeBasic,T> buildMenus) |
Context<T> |
ContextBuilder.ContextMenuBuilder.items(Func2<Iterable<JMenuItem>,TreeTableNodeBasic,T> buildMenus) |
Context<T> |
Context.naming(Func1<String,T> nameFn)
Указывает функцию именования узла
|
Context<T> |
ContextBuilder.naming(Func1<String,T> nameFn) |
Copyright © 2018. All rights reserved.