Interface ICopyOperation

  • All Known Implementing Classes:
    EditorVSColumnHeader

    public interface ICopyOperation
    Interface a property can implement to handle preparation of the copy information for clipboard. E.g. the table column header prepares copying the corresponding table rows.
    Author:
    Christopher Mindus
    • Method Detail

      • getCopyProperty

        GProp<?> getCopyProperty()
        Gets the property to add to clipboard.
        Returns:
        The property to place in the clipboard.