public interface ContextMenu<T>
| Modifier and Type | Method and Description |
|---|---|
Context<T> |
add() |
ContextMenu<T> |
call(Func2<Object,TreeTableNodeBasic,T> callfn) |
ContextMenu<T> |
call(Reciver<T> callfn) |
ContextMenu<T> |
icon(Icon icon) |
Context<T> |
items(Func2<Iterable<JMenuItem>,TreeTableNodeBasic,T> buildMenus) |
ContextMenu<T> |
label(String label) |
ContextMenu<T> label(String label)
ContextMenu<T> icon(Icon icon)
ContextMenu<T> call(Reciver<T> callfn)
ContextMenu<T> call(Func2<Object,TreeTableNodeBasic,T> callfn)
Copyright © 2018. All rights reserved.