javauis/lcdui_akn/javalcdui/javasrc.nokialcdui/com/nokia/mid/ui/Clipboard.java
branchRCL_3
changeset 24 6c158198356e
parent 23 e5618cc85d74
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
    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      *
    69      * <P>
       
    70      * This method is not supported on S40 platform, returns <code>null</code>.
       
    71      * <P>
    70      * @return the content in clipboard
    72      * @return the content in clipboard
    71      */
    73      */
    72     public static String copyFromClipboard()
    74     public static String copyFromClipboard()
    73     {
    75     {
    74         String text = null;
    76         String text = null;