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=9.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.String
assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Drawing.Commonstatic java.lang.String
className
Qualified class name: System.Drawing.SystemBrushesstatic org.mases.jcobridge.JCType
classType
The 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 SystemBrushes
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSystemBrushes
, a cast assert is made to check if types are compatible.static Brush
FromSystemColor(Color c)
static Brush
getActiveBorder()
static Brush
getActiveCaption()
static Brush
getActiveCaptionText()
static Brush
getAppWorkspace()
static Brush
getButtonFace()
static Brush
getButtonHighlight()
static Brush
getButtonShadow()
static Brush
getControl()
static Brush
getControlDark()
static Brush
getControlDarkDark()
static Brush
getControlLight()
static Brush
getControlLightLight()
static Brush
getControlText()
static Brush
getDesktop()
static Brush
getGradientActiveCaption()
static Brush
getGradientInactiveCaption()
static Brush
getGrayText()
static Brush
getHighlight()
static Brush
getHighlightText()
static Brush
getHotTrack()
static Brush
getInactiveBorder()
static Brush
getInactiveCaption()
static Brush
getInactiveCaptionText()
static Brush
getInfo()
static Brush
getInfoText()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class Typestatic Brush
getMenu()
static Brush
getMenuBar()
static Brush
getMenuHighlight()
static Brush
getMenuText()
static Brush
getScrollBar()
static Brush
getWindow()
static Brush
getWindowFrame()
static Brush
getWindowText()
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=9.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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SystemBrushes cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSystemBrushes
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SystemBrushes
instance- 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, AbandonedMutexException, ExternalException, ArgumentNullException, KeyNotFoundException
-
getActiveBorder
public static Brush getActiveBorder() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getActiveCaption
public static Brush getActiveCaption() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getActiveCaptionText
public static Brush getActiveCaptionText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getAppWorkspace
public static Brush getAppWorkspace() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getButtonFace
public static Brush getButtonFace() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getButtonHighlight
public static Brush getButtonHighlight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getButtonShadow
public static Brush getButtonShadow() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getControl
public static Brush getControl() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getControlDark
public static Brush getControlDark() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getControlDarkDark
public static Brush getControlDarkDark() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getControlLight
public static Brush getControlLight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getControlLightLight
public static Brush getControlLightLight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getControlText
public static Brush getControlText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getDesktop
public static Brush getDesktop() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getGradientActiveCaption
public static Brush getGradientActiveCaption() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getGradientInactiveCaption
public static Brush getGradientInactiveCaption() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getGrayText
public static Brush getGrayText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getHighlight
public static Brush getHighlight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getHighlightText
public static Brush getHighlightText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getHotTrack
public static Brush getHotTrack() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getInactiveBorder
public static Brush getInactiveBorder() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getInactiveCaption
public static Brush getInactiveCaption() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getInactiveCaptionText
public static Brush getInactiveCaptionText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getInfo
public static Brush getInfo() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getInfoText
public static Brush getInfoText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getMenu
public static Brush getMenu() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getMenuBar
public static Brush getMenuBar() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getMenuHighlight
public static Brush getMenuHighlight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getMenuText
public static Brush getMenuText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getScrollBar
public static Brush getScrollBar() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getWindow
public static Brush getWindow() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getWindowFrame
public static Brush getWindowFrame() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
getWindowText
public static Brush getWindowText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
-