javauis/lcdui_akn/javalcdui/javasrc.nokialcdui/com/nokia/mid/ui/Clipboard.java
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    64 
    64 
    65     /**
    65     /**
    66      * Copies characters from the system clipboard.
    66      * Copies characters from the system clipboard.
    67      * <P>
    67      * <P>
    68      * Returns empty string when there is nothing in the system clipboard.
    68      * Returns empty string when there is nothing in the system clipboard.
    69      * <P>
    69      *
    70      * This method is not supported on S40 platform, returns <code>null</code>.
       
    71      * <P>
       
    72      * @return the content in clipboard
    70      * @return the content in clipboard
    73      */
    71      */
    74     public static String copyFromClipboard()
    72     public static String copyFromClipboard()
    75     {
    73     {
    76         String text = null;
    74         String text = null;