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 header prepares copying the corresponding table rows.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GProp<?>
getCopyProperty()
Gets the property to add to clipboard.
Method Detail
getCopyProperty
GProp<?> getCopyProperty()
Gets the property to add to clipboard.- Returns:
- The property to place in the clipboard.