mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
Context menu added to the TableView for items. Now it's possible to remove items from the table.
This commit is contained in:
parent
dc5ba1425b
commit
c5f62ed84a
5 changed files with 59 additions and 7 deletions
|
@ -191,6 +191,12 @@ public class NSLMainController implements Initializable {
|
|||
uploadStopBtn.getStyleClass().add("buttonUp");
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Crunch. Now you see that I'm not a programmer.. This function called from NSTableViewController
|
||||
* */
|
||||
public void disableUploadStopBtn(){
|
||||
uploadStopBtn.setDisable(true);
|
||||
}
|
||||
/**
|
||||
* Drag-n-drop support (dragOver consumer)
|
||||
* */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue