Packagesekati.utils
Classpublic class Clipboard

Basic System Clipboard Management.



Protected Properties
 PropertyDefined by
  clipboardContent : String = ""
[static]
Clipboard
Public Methods
 MethodDefined by
  
Clipboard Static Constructor
Clipboard
  
clear():void
[static] Remove content from the System clipboard.
Clipboard
  
pop():String
[static] Pop content out of the System clipboard and clear it.
Clipboard
  
push(content:String):void
[static] Push content to the System clipboard.
Clipboard
  
view():String
[static] View the contents of the System clipboard.
Clipboard
Property detail
clipboardContentproperty
protected static var clipboardContent:String = ""
Constructor detail
Clipboard()constructor
public function Clipboard()

Clipboard Static Constructor

Method detail
clear()method
public static function clear():void

Remove content from the System clipboard.

pop()method 
public static function pop():String

Pop content out of the System clipboard and clear it.

Returns
String
push()method 
public static function push(content:String):void

Push content to the System clipboard.

Parameters
content:String
view()method 
public static function view():String

View the contents of the System clipboard.

Returns
String