Context menu added to the TableView for items. Now it's possible to remove items from the table.

This commit is contained in:
Dmitry Isaenko 2019-03-15 04:09:04 +03:00
parent dc5ba1425b
commit c5f62ed84a
5 changed files with 59 additions and 7 deletions

View file

@ -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)
* */