Archived
0

implement copy to clipboard route

This commit is contained in:
iMoHax
2015-11-27 14:53:30 +03:00
parent 4b5931209e
commit 50297f1f1e
8 changed files with 56 additions and 0 deletions

View File

@@ -47,5 +47,12 @@
<sortOrder>
<fx:reference source="profitByTime"/>
</sortOrder>
<contextMenu>
<ContextMenu>
<items>
<MenuItem text="%dialog.button.copy" onAction="#copyToClipboard" />
</items>
</ContextMenu>
</contextMenu>
</TableView>
</HBox>