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>

View File

@@ -59,6 +59,7 @@
<Button onAction="#addEntry"><graphic><Glyph text="FontAwesome|PLUS"/></graphic></Button>
<Button onAction="#setActive"><graphic><Glyph text="FontAwesome|MAP_MARKER"/></graphic></Button>
<Button onAction="#clear"><graphic><Glyph text="FontAwesome|TRASH"/></graphic></Button>
<Button onAction="#copyToClipboard"><graphic><Glyph text="FontAwesome|COPY"/></graphic></Button>
</HBox>
</VBox>
</VBox>