Package system.drawing
Class SystemBrushes
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.drawing.SystemBrushes
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SystemBrushes extends NetObject
The base .NET class managing System.Drawing.SystemBrushes, System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.SystemBrushes
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Drawing.Commonstatic java.lang.StringclassNameQualified class name: System.Drawing.SystemBrushesstatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SystemBrushes()SystemBrushes(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemBrushescast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSystemBrushes, a cast assert is made to check if types are compatible.static BrushFromSystemColor(Color c)static BrushgetActiveBorder()static BrushgetActiveCaption()static BrushgetActiveCaptionText()static BrushgetAppWorkspace()static BrushgetButtonFace()static BrushgetButtonHighlight()static BrushgetButtonShadow()static BrushgetControl()static BrushgetControlDark()static BrushgetControlDarkDark()static BrushgetControlLight()static BrushgetControlLightLight()static BrushgetControlText()static BrushgetDesktop()static BrushgetGradientActiveCaption()static BrushgetGradientInactiveCaption()static BrushgetGrayText()static BrushgetHighlight()static BrushgetHighlightText()static BrushgetHotTrack()static BrushgetInactiveBorder()static BrushgetInactiveCaption()static BrushgetInactiveCaptionText()static BrushgetInfo()static BrushgetInfoText()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class Typestatic BrushgetMenu()static BrushgetMenuBar()static BrushgetMenuHighlight()static BrushgetMenuText()static BrushgetScrollBar()static BrushgetWindow()static BrushgetWindowFrame()static BrushgetWindowText()voidsetJCOInstance(org.mases.jcobridge.JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing.Common- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.SystemBrushes- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SystemBrushes cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSystemBrushes, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SystemBrushesinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FromSystemColor
public static Brush FromSystemColor(Color c) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, LockRecursionException, OutOfMemoryException, AbandonedMutexException, ThreadStateException, ExternalException, ArgumentNullException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionLockRecursionExceptionOutOfMemoryExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionArgumentNullExceptionKeyNotFoundExceptionSynchronizationLockException
-
getActiveBorder
public static Brush getActiveBorder() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getActiveCaption
public static Brush getActiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getActiveCaptionText
public static Brush getActiveCaptionText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getAppWorkspace
public static Brush getAppWorkspace() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getButtonFace
public static Brush getButtonFace() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getButtonHighlight
public static Brush getButtonHighlight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getButtonShadow
public static Brush getButtonShadow() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getControl
public static Brush getControl() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getControlDark
public static Brush getControlDark() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getControlDarkDark
public static Brush getControlDarkDark() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getControlLight
public static Brush getControlLight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getControlLightLight
public static Brush getControlLightLight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getControlText
public static Brush getControlText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getDesktop
public static Brush getDesktop() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getGradientActiveCaption
public static Brush getGradientActiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getGradientInactiveCaption
public static Brush getGradientInactiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getGrayText
public static Brush getGrayText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getHighlight
public static Brush getHighlight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getHighlightText
public static Brush getHighlightText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getHotTrack
public static Brush getHotTrack() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getInactiveBorder
public static Brush getInactiveBorder() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getInactiveCaption
public static Brush getInactiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getInactiveCaptionText
public static Brush getInactiveCaptionText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getInfo
public static Brush getInfo() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getInfoText
public static Brush getInfoText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getMenu
public static Brush getMenu() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getMenuBar
public static Brush getMenuBar() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getMenuHighlight
public static Brush getMenuHighlight() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getMenuText
public static Brush getMenuText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getScrollBar
public static Brush getScrollBar() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getWindow
public static Brush getWindow() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getWindowFrame
public static Brush getWindowFrame() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
getWindowText
public static Brush getWindowText() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, LockRecursionException, AbandonedMutexException, ThreadStateException, ExternalException, KeyNotFoundException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionLockRecursionExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockException
-
-