| Package | Description |
|---|---|
| xyz.cofe.gui.swing |
Общие функции по работе с UI
|
| Modifier and Type | Method and Description |
|---|---|
static Closeable |
SwingListener.onCellMouseClicked(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
Подписка на события мыши
|
static Closeable |
SwingListener.onCellMouseDragged(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
Подписка на события мыши
|
static Closeable |
SwingListener.onCellMouseEntered(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
Подписка на события мыши
|
static Closeable |
SwingListener.onCellMouseExited(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
Подписка на события мыши
|
static Closeable |
SwingListener.onCellMouseMoved(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
Подписка на события мыши
|
static Closeable |
SwingListener.onCellMousePressed(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
Подписка на события мыши
|
static Closeable |
SwingListener.onCellMouseReleased(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
Подписка на события мыши
|
static Closeable |
SwingListener.onCellWheelMoved(JTable component,
xyz.cofe.common.Reciver<TableCellMouseEvent> consumer)
Подписка на события мыши
|
Copyright © 2019. All rights reserved.