OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClipboardSupport
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java
49
* The {@link
ClipboardSupport
} class manages the native clipboard, providing operations
53
public class
ClipboardSupport
{
61
* Constructs a new {@link
ClipboardSupport
} tied to the given
67
public
ClipboardSupport
(LayoutCanvas canvas, Composite parent) {
74
* Frees up any resources held by the {@link
ClipboardSupport
}.
LayoutCanvas.java
242
private
ClipboardSupport
mClipboardSupport;
268
mClipboardSupport = new
ClipboardSupport
(this, parent);
720
* Returns the {@link
ClipboardSupport
} object associated with this canvas.
722
* @return The {@link
ClipboardSupport
} object for this canvas. Null only after dispose.
724
public
ClipboardSupport
getClipboardSupport() {
[
all
...]
Completed in 119 milliseconds