public class SystemPens extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.SystemPens
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: System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Drawing.Common
|
static java.lang.String |
className
Qualified class name: System.Drawing.SystemPens
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SystemPens() |
SystemPens(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemPens |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SystemPens, a cast assert is made to check if types are compatible. |
static Pen |
FromSystemColor(Color c) |
static Pen |
getActiveBorder() |
static Pen |
getActiveCaption() |
static Pen |
getActiveCaptionText() |
static Pen |
getAppWorkspace() |
static Pen |
getButtonFace() |
static Pen |
getButtonHighlight() |
static Pen |
getButtonShadow() |
static Pen |
getControl() |
static Pen |
getControlDark() |
static Pen |
getControlDarkDark() |
static Pen |
getControlLight() |
static Pen |
getControlLightLight() |
static Pen |
getControlText() |
static Pen |
getDesktop() |
static Pen |
getGradientActiveCaption() |
static Pen |
getGradientInactiveCaption() |
static Pen |
getGrayText() |
static Pen |
getHighlight() |
static Pen |
getHighlightText() |
static Pen |
getHotTrack() |
static Pen |
getInactiveBorder() |
static Pen |
getInactiveCaption() |
static Pen |
getInactiveCaptionText() |
static Pen |
getInfo() |
static Pen |
getInfoText() |
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 Pen |
getMenu() |
static Pen |
getMenuBar() |
static Pen |
getMenuHighlight() |
static Pen |
getMenuText() |
static Pen |
getScrollBar() |
static Pen |
getWindow() |
static Pen |
getWindowFrame() |
static Pen |
getWindowText() |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SystemPens()
throws java.lang.Throwable
java.lang.Throwablepublic SystemPens(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SystemPens cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SystemPens, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSystemPens instancejava.lang.Throwable - in case of error during cast operationpublic static Pen FromSystemColor(Color c) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, ArgumentNullException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionArgumentNullExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getActiveBorder() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getActiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getActiveCaptionText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getAppWorkspace() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getButtonFace() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getButtonHighlight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getButtonShadow() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getControl() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getControlDark() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getControlDarkDark() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getControlLight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getControlLightLight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getControlText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getDesktop() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getGradientActiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getGradientInactiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getGrayText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getHighlight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getHighlightText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getHotTrack() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getInactiveBorder() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getInactiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getInactiveCaptionText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getInfo() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getInfoText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic 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 Pen getMenu() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getMenuBar() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getMenuHighlight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getMenuText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getScrollBar() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getWindow() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getWindowFrame() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic static Pen getWindowText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject