Home
last modified time | relevance | path

Searched refs:CopyPropertyAction (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/
H A DCopyPropertyAction.java30 /*package*/class CopyPropertyAction extends PropertySheetAction { class
43 public CopyPropertyAction(PropertySheetViewer viewer, String name, in CopyPropertyAction() method in CopyPropertyAction
H A DPropertySheetPage.java112 private CopyPropertyAction copyAction;
447 copyAction = new CopyPropertyAction(viewer, "copy", clipboard); //$NON-NLS-1$ in makeActions()