Package com.iizigo.prop
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 headerBackground prepares copying the corresponding table rows.
- Author:
- Christopher Mindus
- Method Summary
- Method Details- getCopyPropertyGProp<?> getCopyProperty()Gets the property to add to clipboard.- Returns:
- The property to place in the clipboard.