Interface Clipboard


public interface Clipboard
  • Method Details

    • select

      boolean select(SelectableNode n, boolean selected)
    • unselectAll

      void unselectAll()
    • getSelectedItems

      javafx.collections.ObservableList<SelectableNode> getSelectedItems()