| Package | Description |
|---|---|
| com.github.hypfvieh.util.fx |
| Modifier and Type | Method and Description |
|---|---|
TableViewCopyAndPaste<S> |
TableViewCopyAndPaste.addCopyColumnFormatter(int _colNo,
Function<Object,String> _formatFunc)
Add a formatter for copying cells to clipboard.
|
TableViewCopyAndPaste<S> |
TableViewCopyAndPaste.addPasteColumnFormatter(int _colNo,
Function<String,Object> _formatFunc)
Add a formatter for pasting clipboard values to table.
|
static <S> TableViewCopyAndPaste<S> |
TableViewCopyAndPaste.create(Class<S> _tblViewGenericClass)
Create a new utility instance.
|
TableViewCopyAndPaste<S> |
TableViewCopyAndPaste.setAllowPasteAtTheEnd(boolean _allowPasteAtTheEnd)
Enable/disable pasting results at the end of the table if no selection has been applied.
|
TableViewCopyAndPaste<S> |
TableViewCopyAndPaste.setEnablePaste(boolean _enablePaste)
Enable/disable paste support on table.
|
TableViewCopyAndPaste<S> |
TableViewCopyAndPaste.setItemFactory(Supplier<S> _itemFactory)
Configure ItemFactory for creating new lines.
|
Copyright © 2019. All rights reserved.