Package org.eclipse.equinox.p2.ui
Interface ICopyable
- All Known Implementing Classes:
- InstalledSoftwarePage,- RepositoryManipulationPage,- RevertProfilePage
public interface ICopyable
ICopyable defines an interface for elements that provide
 copy support in a UI.  The active control in the UI determines
 what should be copied.
- Since:
- 2.0
- Restriction:
- This interface is not intended to be implemented by clients.
- 
Method SummaryModifier and TypeMethodDescriptionvoidcopyToClipboard(Control activeControl) Copy text related to the active control to the clipboard.
- 
Method Details- 
copyToClipboardCopy text related to the active control to the clipboard.- Parameters:
- activeControl- the active control
 
 
-