public class Clipboard extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Clipboard
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Clipboard
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Clipboard() |
Clipboard(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Clipboard |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Clipboard, a cast assert is made to check if types are compatible. |
static void |
Clear() |
static boolean |
ContainsAudio() |
static boolean |
ContainsData(java.lang.String format) |
static boolean |
ContainsFileDropList() |
static boolean |
ContainsImage() |
static boolean |
ContainsText() |
static boolean |
ContainsText(TextDataFormat format) |
static void |
Flush() |
static Stream |
GetAudioStream() |
static NetObject |
GetData(java.lang.String format) |
static IDataObject |
GetDataObject() |
static StringCollection |
GetFileDropList() |
static BitmapSource |
GetImage() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static java.lang.String |
GetText() |
static java.lang.String |
GetText(TextDataFormat format) |
static boolean |
IsCurrent(IDataObject data) |
static void |
SetAudio(byte[] audioBytes) |
static void |
SetAudio(JCORefOut dupParam0) |
static void |
SetAudio(Stream audioStream) |
static void |
SetData(java.lang.String format,
NetObject data) |
static void |
SetDataObject(NetObject data) |
static void |
SetDataObject(NetObject data,
boolean copy) |
static void |
SetFileDropList(StringCollection fileDropList) |
static void |
SetImage(BitmapSource image) |
void |
setJCOInstance(JCObject instance) |
static void |
SetText(java.lang.String text) |
static void |
SetText(java.lang.String text,
TextDataFormat format) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Clipboard()
throws java.lang.Throwable
java.lang.Throwablepublic Clipboard(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Clipboard cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Clipboard, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedClipboard instancejava.lang.Throwable - in case of error during cast operationpublic static void Clear()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
ThreadStateException,
SystemException,
InvalidEnumArgumentException,
Win32Exception,
SecurityException,
NotSupportedException,
MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionThreadStateExceptionSystemExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionMulticastNotSupportedExceptionpublic static boolean ContainsAudio()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NullReferenceException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionWin32Exceptionpublic static boolean ContainsData(java.lang.String format)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionWin32Exceptionpublic static boolean ContainsFileDropList()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NullReferenceException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionWin32Exceptionpublic static boolean ContainsImage()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NullReferenceException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionWin32Exceptionpublic static boolean ContainsText()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NullReferenceException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionWin32Exceptionpublic static boolean ContainsText(TextDataFormat format) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NullReferenceException, Win32Exception
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionNullReferenceExceptionWin32Exceptionpublic static void Flush()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
ThreadStateException,
SystemException,
InvalidEnumArgumentException,
Win32Exception,
SecurityException,
NotSupportedException,
MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionThreadStateExceptionSystemExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionMulticastNotSupportedExceptionpublic static Stream GetAudioStream() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ThreadStateException, SystemException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, XmlSyntaxException, NullReferenceException, ArgumentOutOfRangeException, InvalidDeploymentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionThreadStateExceptionSystemExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionXmlSyntaxExceptionNullReferenceExceptionArgumentOutOfRangeExceptionInvalidDeploymentExceptionpublic static NetObject GetData(java.lang.String format) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, ThreadStateException, SystemException, MulticastNotSupportedException, XmlSyntaxException, NullReferenceException, InvalidDeploymentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionThreadStateExceptionSystemExceptionMulticastNotSupportedExceptionXmlSyntaxExceptionNullReferenceExceptionInvalidDeploymentExceptionpublic static IDataObject GetDataObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ThreadStateException, SystemException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, AbandonedMutexException, XmlSyntaxException, NotSupportedException, NullReferenceException, TargetParameterCountException, InvalidDeploymentException, MemberAccessException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionThreadStateExceptionSystemExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionAbandonedMutexExceptionXmlSyntaxExceptionNotSupportedExceptionNullReferenceExceptionTargetParameterCountExceptionInvalidDeploymentExceptionMemberAccessExceptionIndexOutOfRangeExceptionpublic static StringCollection GetFileDropList() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ThreadStateException, SystemException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, XmlSyntaxException, NullReferenceException, ArgumentOutOfRangeException, InvalidDeploymentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionThreadStateExceptionSystemExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionXmlSyntaxExceptionNullReferenceExceptionArgumentOutOfRangeExceptionInvalidDeploymentExceptionpublic static BitmapSource GetImage() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ThreadStateException, SystemException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, XmlSyntaxException, NullReferenceException, ArgumentOutOfRangeException, InvalidDeploymentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionThreadStateExceptionSystemExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionXmlSyntaxExceptionNullReferenceExceptionArgumentOutOfRangeExceptionInvalidDeploymentExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static java.lang.String GetText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
InvalidEnumArgumentException,
ThreadStateException,
SystemException,
XmlSyntaxException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionThreadStateExceptionSystemExceptionXmlSyntaxExceptionNullReferenceExceptionpublic static java.lang.String GetText(TextDataFormat format) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ThreadStateException, SystemException, MulticastNotSupportedException, AbandonedMutexException, XmlSyntaxException, NullReferenceException, InvalidDeploymentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionThreadStateExceptionSystemExceptionMulticastNotSupportedExceptionAbandonedMutexExceptionXmlSyntaxExceptionNullReferenceExceptionInvalidDeploymentExceptionpublic static boolean IsCurrent(IDataObject data) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ThreadStateException, SystemException, InvalidEnumArgumentException, Win32Exception, SecurityException, NotSupportedException, MulticastNotSupportedException, ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionThreadStateExceptionSystemExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionMulticastNotSupportedExceptionExternalExceptionpublic static void SetAudio(byte[] audioBytes)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
ThreadStateException,
SystemException,
ObjectDisposedException,
AbandonedMutexException
public static void SetAudio(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ThreadStateException, SystemException, ObjectDisposedException, AbandonedMutexException
public static void SetAudio(Stream audioStream) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ThreadStateException, SystemException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException
public static void SetData(java.lang.String format,
NetObject data)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException,
ThreadStateException,
SystemException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionThreadStateExceptionSystemExceptionMulticastNotSupportedExceptionpublic static void SetDataObject(NetObject data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, MissingManifestResourceException, ThreadStateException, SystemException, Win32Exception, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionMissingManifestResourceExceptionThreadStateExceptionSystemExceptionWin32ExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic static void SetDataObject(NetObject data, boolean copy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ThreadStateException, SystemException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionThreadStateExceptionSystemExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionAbandonedMutexExceptionpublic static void SetFileDropList(StringCollection fileDropList) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, ThreadStateException, SystemException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionThreadStateExceptionSystemExceptionMulticastNotSupportedExceptionpublic static void SetImage(BitmapSource image) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ThreadStateException, SystemException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void SetText(java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
InvalidEnumArgumentException,
ThreadStateException,
SystemException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionThreadStateExceptionSystemExceptionpublic static void SetText(java.lang.String text,
TextDataFormat format)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
ThreadStateException,
SystemException,
MulticastNotSupportedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionThreadStateExceptionSystemExceptionMulticastNotSupportedExceptionAbandonedMutexException