Package system.windows
Class SystemColors
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.SystemColors
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SystemColors extends NetObject
The base .NET class managing System.Windows.SystemColors, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.SystemColors
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: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.SystemColorsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SystemColors()
SystemColors(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.SystemColors- See Also:
- Constant Field Values
-
-
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(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public 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 SystemColors cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSystemColors
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SystemColors
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getActiveBorderColor
public static Color getActiveBorderColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getActiveCaptionColor
public static Color getActiveCaptionColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getActiveCaptionTextColor
public static Color getActiveCaptionTextColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getAppWorkspaceColor
public static Color getAppWorkspaceColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getControlColor
public static Color getControlColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getControlDarkColor
public static Color getControlDarkColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getControlDarkDarkColor
public static Color getControlDarkDarkColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getControlLightColor
public static Color getControlLightColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getControlLightLightColor
public static Color getControlLightLightColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getControlTextColor
public static Color getControlTextColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getDesktopColor
public static Color getDesktopColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getGradientActiveCaptionColor
public static Color getGradientActiveCaptionColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getGradientInactiveCaptionColor
public static Color getGradientInactiveCaptionColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getGrayTextColor
public static Color getGrayTextColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getHighlightColor
public static Color getHighlightColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getHighlightTextColor
public static Color getHighlightTextColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getHotTrackColor
public static Color getHotTrackColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getInactiveBorderColor
public static Color getInactiveBorderColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getInactiveCaptionColor
public static Color getInactiveCaptionColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getInactiveCaptionTextColor
public static Color getInactiveCaptionTextColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getInfoColor
public static Color getInfoColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getInfoTextColor
public static Color getInfoTextColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getMenuBarColor
public static Color getMenuBarColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getMenuColor
public static Color getMenuColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getMenuHighlightColor
public static Color getMenuHighlightColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getMenuTextColor
public static Color getMenuTextColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getScrollBarColor
public static Color getScrollBarColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getWindowColor
public static Color getWindowColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getWindowFrameColor
public static Color getWindowFrameColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getWindowTextColor
public static Color getWindowTextColor() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getActiveBorderBrush
public static SolidColorBrush getActiveBorderBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getActiveCaptionBrush
public static SolidColorBrush getActiveCaptionBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getActiveCaptionTextBrush
public static SolidColorBrush getActiveCaptionTextBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getAppWorkspaceBrush
public static SolidColorBrush getAppWorkspaceBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getControlBrush
public static SolidColorBrush getControlBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getControlDarkBrush
public static SolidColorBrush getControlDarkBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getControlDarkDarkBrush
public static SolidColorBrush getControlDarkDarkBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getControlLightBrush
public static SolidColorBrush getControlLightBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getControlLightLightBrush
public static SolidColorBrush getControlLightLightBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getControlTextBrush
public static SolidColorBrush getControlTextBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getDesktopBrush
public static SolidColorBrush getDesktopBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getGradientActiveCaptionBrush
public static SolidColorBrush getGradientActiveCaptionBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getGradientInactiveCaptionBrush
public static SolidColorBrush getGradientInactiveCaptionBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getGrayTextBrush
public static SolidColorBrush getGrayTextBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getHighlightBrush
public static SolidColorBrush getHighlightBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getHighlightTextBrush
public static SolidColorBrush getHighlightTextBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getHotTrackBrush
public static SolidColorBrush getHotTrackBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getInactiveBorderBrush
public static SolidColorBrush getInactiveBorderBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getInactiveCaptionBrush
public static SolidColorBrush getInactiveCaptionBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getInactiveCaptionTextBrush
public static SolidColorBrush getInactiveCaptionTextBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getInactiveSelectionHighlightBrush
public static SolidColorBrush getInactiveSelectionHighlightBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, ArgumentNullException
-
getInactiveSelectionHighlightTextBrush
public static SolidColorBrush getInactiveSelectionHighlightTextBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, ArgumentNullException
-
getInfoBrush
public static SolidColorBrush getInfoBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getInfoTextBrush
public static SolidColorBrush getInfoTextBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getMenuBarBrush
public static SolidColorBrush getMenuBarBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getMenuBrush
public static SolidColorBrush getMenuBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getMenuHighlightBrush
public static SolidColorBrush getMenuHighlightBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getMenuTextBrush
public static SolidColorBrush getMenuTextBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getScrollBarBrush
public static SolidColorBrush getScrollBarBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getWindowBrush
public static SolidColorBrush getWindowBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getWindowFrameBrush
public static SolidColorBrush getWindowFrameBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getWindowTextBrush
public static SolidColorBrush getWindowTextBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getActiveBorderBrushKey
public static ResourceKey getActiveBorderBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActiveBorderColorKey
public static ResourceKey getActiveBorderColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActiveCaptionBrushKey
public static ResourceKey getActiveCaptionBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActiveCaptionColorKey
public static ResourceKey getActiveCaptionColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActiveCaptionTextBrushKey
public static ResourceKey getActiveCaptionTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActiveCaptionTextColorKey
public static ResourceKey getActiveCaptionTextColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAppWorkspaceBrushKey
public static ResourceKey getAppWorkspaceBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAppWorkspaceColorKey
public static ResourceKey getAppWorkspaceColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlBrushKey
public static ResourceKey getControlBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlColorKey
public static ResourceKey getControlColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlDarkBrushKey
public static ResourceKey getControlDarkBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlDarkColorKey
public static ResourceKey getControlDarkColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlDarkDarkBrushKey
public static ResourceKey getControlDarkDarkBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlDarkDarkColorKey
public static ResourceKey getControlDarkDarkColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlLightBrushKey
public static ResourceKey getControlLightBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlLightColorKey
public static ResourceKey getControlLightColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlLightLightBrushKey
public static ResourceKey getControlLightLightBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlLightLightColorKey
public static ResourceKey getControlLightLightColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlTextBrushKey
public static ResourceKey getControlTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlTextColorKey
public static ResourceKey getControlTextColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDesktopBrushKey
public static ResourceKey getDesktopBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDesktopColorKey
public static ResourceKey getDesktopColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGradientActiveCaptionBrushKey
public static ResourceKey getGradientActiveCaptionBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGradientActiveCaptionColorKey
public static ResourceKey getGradientActiveCaptionColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGradientInactiveCaptionBrushKey
public static ResourceKey getGradientInactiveCaptionBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGradientInactiveCaptionColorKey
public static ResourceKey getGradientInactiveCaptionColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGrayTextBrushKey
public static ResourceKey getGrayTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGrayTextColorKey
public static ResourceKey getGrayTextColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHighlightBrushKey
public static ResourceKey getHighlightBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHighlightColorKey
public static ResourceKey getHighlightColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHighlightTextBrushKey
public static ResourceKey getHighlightTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHighlightTextColorKey
public static ResourceKey getHighlightTextColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHotTrackBrushKey
public static ResourceKey getHotTrackBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHotTrackColorKey
public static ResourceKey getHotTrackColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveBorderBrushKey
public static ResourceKey getInactiveBorderBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveBorderColorKey
public static ResourceKey getInactiveBorderColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveCaptionBrushKey
public static ResourceKey getInactiveCaptionBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveCaptionColorKey
public static ResourceKey getInactiveCaptionColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveCaptionTextBrushKey
public static ResourceKey getInactiveCaptionTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveCaptionTextColorKey
public static ResourceKey getInactiveCaptionTextColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveSelectionHighlightBrushKey
public static ResourceKey getInactiveSelectionHighlightBrushKey() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
-
getInactiveSelectionHighlightTextBrushKey
public static ResourceKey getInactiveSelectionHighlightTextBrushKey() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
-
getInfoBrushKey
public static ResourceKey getInfoBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInfoColorKey
public static ResourceKey getInfoColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInfoTextBrushKey
public static ResourceKey getInfoTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInfoTextColorKey
public static ResourceKey getInfoTextColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuBarBrushKey
public static ResourceKey getMenuBarBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuBarColorKey
public static ResourceKey getMenuBarColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuBrushKey
public static ResourceKey getMenuBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuColorKey
public static ResourceKey getMenuColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuHighlightBrushKey
public static ResourceKey getMenuHighlightBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuHighlightColorKey
public static ResourceKey getMenuHighlightColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuTextBrushKey
public static ResourceKey getMenuTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuTextColorKey
public static ResourceKey getMenuTextColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getScrollBarBrushKey
public static ResourceKey getScrollBarBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getScrollBarColorKey
public static ResourceKey getScrollBarColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowBrushKey
public static ResourceKey getWindowBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowColorKey
public static ResourceKey getWindowColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowFrameBrushKey
public static ResourceKey getWindowFrameBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowFrameColorKey
public static ResourceKey getWindowFrameColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowTextBrushKey
public static ResourceKey getWindowTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowTextColorKey
public static ResourceKey getWindowTextColorKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-