Package system.windows
Class SystemParameters
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.SystemParameters
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SystemParameters extends NetObject
The base .NET class managing System.Windows.SystemParameters, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.SystemParameters
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.SystemParametersstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SystemParameters()
SystemParameters(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.SystemParameters- 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 SystemParameters cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSystemParameters
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SystemParameters
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getClientAreaAnimation
public static boolean getClientAreaAnimation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getComboBoxAnimation
public static boolean getComboBoxAnimation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getCursorShadow
public static boolean getCursorShadow() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getDragFullWindows
public static boolean getDragFullWindows() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getDropShadow
public static boolean getDropShadow() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getFlatMenu
public static boolean getFlatMenu() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getGradientCaptions
public static boolean getGradientCaptions() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getHighContrast
public static boolean getHighContrast() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getHotTracking
public static boolean getHotTracking() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getIconTitleWrap
public static boolean getIconTitleWrap() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getIsGlassEnabled
public static boolean getIsGlassEnabled() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsImmEnabled
public static boolean getIsImmEnabled() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsMediaCenter
public static boolean getIsMediaCenter() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsMenuDropRightAligned
public static boolean getIsMenuDropRightAligned() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsMiddleEastEnabled
public static boolean getIsMiddleEastEnabled() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsMousePresent
public static boolean getIsMousePresent() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsMouseWheelPresent
public static boolean getIsMouseWheelPresent() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsPenWindows
public static boolean getIsPenWindows() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsRemotelyControlled
public static boolean getIsRemotelyControlled() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsRemoteSession
public static boolean getIsRemoteSession() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsSlowMachine
public static boolean getIsSlowMachine() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsTabletPC
public static boolean getIsTabletPC() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getKeyboardCues
public static boolean getKeyboardCues() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getKeyboardPreference
public static boolean getKeyboardPreference() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getListBoxSmoothScrolling
public static boolean getListBoxSmoothScrolling() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMenuAnimation
public static boolean getMenuAnimation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMenuDropAlignment
public static boolean getMenuDropAlignment() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMenuFade
public static boolean getMenuFade() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMinimizeAnimation
public static boolean getMinimizeAnimation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getSelectionFade
public static boolean getSelectionFade() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getShowSounds
public static boolean getShowSounds() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getSnapToDefaultButton
public static boolean getSnapToDefaultButton() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getStylusHotTracking
public static boolean getStylusHotTracking() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getSwapButtons
public static boolean getSwapButtons() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getToolTipAnimation
public static boolean getToolTipAnimation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getToolTipFade
public static boolean getToolTipFade() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getUIEffects
public static boolean getUIEffects() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getBorderWidth
public static double getBorderWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getCaptionHeight
public static double getCaptionHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getCaptionWidth
public static double getCaptionWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getCaretWidth
public static double getCaretWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, KeyNotFoundException, FormatException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
ArgumentException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
KeyNotFoundException
FormatException
Win32Exception
-
getCursorHeight
public static double getCursorHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getCursorWidth
public static double getCursorWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getFixedFrameHorizontalBorderHeight
public static double getFixedFrameHorizontalBorderHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getFixedFrameVerticalBorderWidth
public static double getFixedFrameVerticalBorderWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getFocusBorderHeight
public static double getFocusBorderHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getFocusBorderWidth
public static double getFocusBorderWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getFocusHorizontalBorderHeight
public static double getFocusHorizontalBorderHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getFocusVerticalBorderWidth
public static double getFocusVerticalBorderWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getFullPrimaryScreenHeight
public static double getFullPrimaryScreenHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getFullPrimaryScreenWidth
public static double getFullPrimaryScreenWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getHorizontalScrollBarButtonWidth
public static double getHorizontalScrollBarButtonWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getHorizontalScrollBarHeight
public static double getHorizontalScrollBarHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getHorizontalScrollBarThumbWidth
public static double getHorizontalScrollBarThumbWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getIconGridHeight
public static double getIconGridHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getIconGridWidth
public static double getIconGridWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getIconHeight
public static double getIconHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getIconHorizontalSpacing
public static double getIconHorizontalSpacing() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getIconVerticalSpacing
public static double getIconVerticalSpacing() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getIconWidth
public static double getIconWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getKanjiWindowHeight
public static double getKanjiWindowHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMaximizedPrimaryScreenHeight
public static double getMaximizedPrimaryScreenHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMaximizedPrimaryScreenWidth
public static double getMaximizedPrimaryScreenWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMaximumWindowTrackHeight
public static double getMaximumWindowTrackHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMaximumWindowTrackWidth
public static double getMaximumWindowTrackWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMenuBarHeight
public static double getMenuBarHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMenuButtonHeight
public static double getMenuButtonHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMenuButtonWidth
public static double getMenuButtonWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMenuCheckmarkHeight
public static double getMenuCheckmarkHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMenuCheckmarkWidth
public static double getMenuCheckmarkWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMenuHeight
public static double getMenuHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMenuWidth
public static double getMenuWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMinimizedGridHeight
public static double getMinimizedGridHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMinimizedGridWidth
public static double getMinimizedGridWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMinimizedWindowHeight
public static double getMinimizedWindowHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMinimizedWindowWidth
public static double getMinimizedWindowWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMinimumHorizontalDragDistance
public static double getMinimumHorizontalDragDistance() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMinimumVerticalDragDistance
public static double getMinimumVerticalDragDistance() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMinimumWindowHeight
public static double getMinimumWindowHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMinimumWindowTrackHeight
public static double getMinimumWindowTrackHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMinimumWindowTrackWidth
public static double getMinimumWindowTrackWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMinimumWindowWidth
public static double getMinimumWindowWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMouseHoverHeight
public static double getMouseHoverHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getMouseHoverWidth
public static double getMouseHoverWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getPrimaryScreenHeight
public static double getPrimaryScreenHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getPrimaryScreenWidth
public static double getPrimaryScreenWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getResizeFrameHorizontalBorderHeight
public static double getResizeFrameHorizontalBorderHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getResizeFrameVerticalBorderWidth
public static double getResizeFrameVerticalBorderWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getScrollHeight
public static double getScrollHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getScrollWidth
public static double getScrollWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getSmallCaptionHeight
public static double getSmallCaptionHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getSmallCaptionWidth
public static double getSmallCaptionWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getSmallIconHeight
public static double getSmallIconHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getSmallIconWidth
public static double getSmallIconWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getSmallWindowCaptionButtonHeight
public static double getSmallWindowCaptionButtonHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getSmallWindowCaptionButtonWidth
public static double getSmallWindowCaptionButtonWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getThickHorizontalBorderHeight
public static double getThickHorizontalBorderHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getThickVerticalBorderWidth
public static double getThickVerticalBorderWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getThinHorizontalBorderHeight
public static double getThinHorizontalBorderHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getThinVerticalBorderWidth
public static double getThinVerticalBorderWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getVerticalScrollBarButtonHeight
public static double getVerticalScrollBarButtonHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getVerticalScrollBarThumbHeight
public static double getVerticalScrollBarThumbHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getVerticalScrollBarWidth
public static double getVerticalScrollBarWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getVirtualScreenHeight
public static double getVirtualScreenHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getVirtualScreenLeft
public static double getVirtualScreenLeft() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getVirtualScreenTop
public static double getVirtualScreenTop() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getVirtualScreenWidth
public static double getVirtualScreenWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getWindowCaptionButtonHeight
public static double getWindowCaptionButtonHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getWindowCaptionButtonWidth
public static double getWindowCaptionButtonWidth() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getWindowCaptionHeight
public static double getWindowCaptionHeight() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getBorder
public static int getBorder() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getForegroundFlashCount
public static int getForegroundFlashCount() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getKeyboardDelay
public static int getKeyboardDelay() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getKeyboardSpeed
public static int getKeyboardSpeed() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMenuShowDelay
public static int getMenuShowDelay() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getWheelScrollLines
public static int getWheelScrollLines() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getUxThemeColor
public static java.lang.String getUxThemeColor() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getUxThemeName
public static java.lang.String getUxThemeName() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getMouseHoverTime
public static TimeSpan getMouseHoverTime() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, OverflowException
-
getComboBoxPopupAnimation
public static PopupAnimation getComboBoxPopupAnimation() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMenuPopupAnimation
public static PopupAnimation getMenuPopupAnimation() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getToolTipPopupAnimation
public static PopupAnimation getToolTipPopupAnimation() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getWindowCornerRadius
public static CornerRadius getWindowCornerRadius() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getWindowGlassBrush
public static Brush getWindowGlassBrush() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
getWindowGlassColor
public static Color getWindowGlassColor() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getPowerLineStatus
public static PowerLineStatus getPowerLineStatus() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getWorkArea
public static Rect getWorkArea() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception
-
getBorderKey
public static ResourceKey getBorderKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBorderWidthKey
public static ResourceKey getBorderWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaptionHeightKey
public static ResourceKey getCaptionHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaptionWidthKey
public static ResourceKey getCaptionWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaretWidthKey
public static ResourceKey getCaretWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClientAreaAnimationKey
public static ResourceKey getClientAreaAnimationKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getComboBoxAnimationKey
public static ResourceKey getComboBoxAnimationKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getComboBoxPopupAnimationKey
public static ResourceKey getComboBoxPopupAnimationKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCursorHeightKey
public static ResourceKey getCursorHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCursorShadowKey
public static ResourceKey getCursorShadowKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCursorWidthKey
public static ResourceKey getCursorWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDragFullWindowsKey
public static ResourceKey getDragFullWindowsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDropShadowKey
public static ResourceKey getDropShadowKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFixedFrameHorizontalBorderHeightKey
public static ResourceKey getFixedFrameHorizontalBorderHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFixedFrameVerticalBorderWidthKey
public static ResourceKey getFixedFrameVerticalBorderWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFlatMenuKey
public static ResourceKey getFlatMenuKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFocusBorderHeightKey
public static ResourceKey getFocusBorderHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFocusBorderWidthKey
public static ResourceKey getFocusBorderWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFocusHorizontalBorderHeightKey
public static ResourceKey getFocusHorizontalBorderHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFocusVerticalBorderWidthKey
public static ResourceKey getFocusVerticalBorderWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFocusVisualStyleKey
public static ResourceKey getFocusVisualStyleKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getForegroundFlashCountKey
public static ResourceKey getForegroundFlashCountKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFullPrimaryScreenHeightKey
public static ResourceKey getFullPrimaryScreenHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFullPrimaryScreenWidthKey
public static ResourceKey getFullPrimaryScreenWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGradientCaptionsKey
public static ResourceKey getGradientCaptionsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHighContrastKey
public static ResourceKey getHighContrastKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHorizontalScrollBarButtonWidthKey
public static ResourceKey getHorizontalScrollBarButtonWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHorizontalScrollBarHeightKey
public static ResourceKey getHorizontalScrollBarHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHorizontalScrollBarThumbWidthKey
public static ResourceKey getHorizontalScrollBarThumbWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHotTrackingKey
public static ResourceKey getHotTrackingKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconGridHeightKey
public static ResourceKey getIconGridHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconGridWidthKey
public static ResourceKey getIconGridWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconHeightKey
public static ResourceKey getIconHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconHorizontalSpacingKey
public static ResourceKey getIconHorizontalSpacingKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconTitleWrapKey
public static ResourceKey getIconTitleWrapKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconVerticalSpacingKey
public static ResourceKey getIconVerticalSpacingKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconWidthKey
public static ResourceKey getIconWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsImmEnabledKey
public static ResourceKey getIsImmEnabledKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMediaCenterKey
public static ResourceKey getIsMediaCenterKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMenuDropRightAlignedKey
public static ResourceKey getIsMenuDropRightAlignedKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMiddleEastEnabledKey
public static ResourceKey getIsMiddleEastEnabledKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMousePresentKey
public static ResourceKey getIsMousePresentKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMouseWheelPresentKey
public static ResourceKey getIsMouseWheelPresentKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsPenWindowsKey
public static ResourceKey getIsPenWindowsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsRemotelyControlledKey
public static ResourceKey getIsRemotelyControlledKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsRemoteSessionKey
public static ResourceKey getIsRemoteSessionKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsSlowMachineKey
public static ResourceKey getIsSlowMachineKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsTabletPCKey
public static ResourceKey getIsTabletPCKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getKanjiWindowHeightKey
public static ResourceKey getKanjiWindowHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getKeyboardCuesKey
public static ResourceKey getKeyboardCuesKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getKeyboardDelayKey
public static ResourceKey getKeyboardDelayKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getKeyboardPreferenceKey
public static ResourceKey getKeyboardPreferenceKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getKeyboardSpeedKey
public static ResourceKey getKeyboardSpeedKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getListBoxSmoothScrollingKey
public static ResourceKey getListBoxSmoothScrollingKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaximizedPrimaryScreenHeightKey
public static ResourceKey getMaximizedPrimaryScreenHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaximizedPrimaryScreenWidthKey
public static ResourceKey getMaximizedPrimaryScreenWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaximumWindowTrackHeightKey
public static ResourceKey getMaximumWindowTrackHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaximumWindowTrackWidthKey
public static ResourceKey getMaximumWindowTrackWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuAnimationKey
public static ResourceKey getMenuAnimationKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuBarHeightKey
public static ResourceKey getMenuBarHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuButtonHeightKey
public static ResourceKey getMenuButtonHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuButtonWidthKey
public static ResourceKey getMenuButtonWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuCheckmarkHeightKey
public static ResourceKey getMenuCheckmarkHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuCheckmarkWidthKey
public static ResourceKey getMenuCheckmarkWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuDropAlignmentKey
public static ResourceKey getMenuDropAlignmentKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuFadeKey
public static ResourceKey getMenuFadeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuHeightKey
public static ResourceKey getMenuHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuPopupAnimationKey
public static ResourceKey getMenuPopupAnimationKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuShowDelayKey
public static ResourceKey getMenuShowDelayKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuWidthKey
public static ResourceKey getMenuWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimizeAnimationKey
public static ResourceKey getMinimizeAnimationKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimizedGridHeightKey
public static ResourceKey getMinimizedGridHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimizedGridWidthKey
public static ResourceKey getMinimizedGridWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimizedWindowHeightKey
public static ResourceKey getMinimizedWindowHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimizedWindowWidthKey
public static ResourceKey getMinimizedWindowWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimumWindowHeightKey
public static ResourceKey getMinimumWindowHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimumWindowTrackHeightKey
public static ResourceKey getMinimumWindowTrackHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimumWindowTrackWidthKey
public static ResourceKey getMinimumWindowTrackWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimumWindowWidthKey
public static ResourceKey getMinimumWindowWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMouseHoverHeightKey
public static ResourceKey getMouseHoverHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMouseHoverTimeKey
public static ResourceKey getMouseHoverTimeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMouseHoverWidthKey
public static ResourceKey getMouseHoverWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNavigationChromeDownLevelStyleKey
public static ResourceKey getNavigationChromeDownLevelStyleKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNavigationChromeStyleKey
public static ResourceKey getNavigationChromeStyleKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPowerLineStatusKey
public static ResourceKey getPowerLineStatusKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPrimaryScreenHeightKey
public static ResourceKey getPrimaryScreenHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPrimaryScreenWidthKey
public static ResourceKey getPrimaryScreenWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResizeFrameHorizontalBorderHeightKey
public static ResourceKey getResizeFrameHorizontalBorderHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResizeFrameVerticalBorderWidthKey
public static ResourceKey getResizeFrameVerticalBorderWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getScrollHeightKey
public static ResourceKey getScrollHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getScrollWidthKey
public static ResourceKey getScrollWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectionFadeKey
public static ResourceKey getSelectionFadeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getShowSoundsKey
public static ResourceKey getShowSoundsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallCaptionHeightKey
public static ResourceKey getSmallCaptionHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallCaptionWidthKey
public static ResourceKey getSmallCaptionWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallIconHeightKey
public static ResourceKey getSmallIconHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallIconWidthKey
public static ResourceKey getSmallIconWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallWindowCaptionButtonHeightKey
public static ResourceKey getSmallWindowCaptionButtonHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallWindowCaptionButtonWidthKey
public static ResourceKey getSmallWindowCaptionButtonWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSnapToDefaultButtonKey
public static ResourceKey getSnapToDefaultButtonKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStylusHotTrackingKey
public static ResourceKey getStylusHotTrackingKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSwapButtonsKey
public static ResourceKey getSwapButtonsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getThickHorizontalBorderHeightKey
public static ResourceKey getThickHorizontalBorderHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getThickVerticalBorderWidthKey
public static ResourceKey getThickVerticalBorderWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getThinHorizontalBorderHeightKey
public static ResourceKey getThinHorizontalBorderHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getThinVerticalBorderWidthKey
public static ResourceKey getThinVerticalBorderWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getToolTipAnimationKey
public static ResourceKey getToolTipAnimationKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getToolTipFadeKey
public static ResourceKey getToolTipFadeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getToolTipPopupAnimationKey
public static ResourceKey getToolTipPopupAnimationKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUIEffectsKey
public static ResourceKey getUIEffectsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVerticalScrollBarButtonHeightKey
public static ResourceKey getVerticalScrollBarButtonHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVerticalScrollBarThumbHeightKey
public static ResourceKey getVerticalScrollBarThumbHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVerticalScrollBarWidthKey
public static ResourceKey getVerticalScrollBarWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVirtualScreenHeightKey
public static ResourceKey getVirtualScreenHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVirtualScreenLeftKey
public static ResourceKey getVirtualScreenLeftKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVirtualScreenTopKey
public static ResourceKey getVirtualScreenTopKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVirtualScreenWidthKey
public static ResourceKey getVirtualScreenWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWheelScrollLinesKey
public static ResourceKey getWheelScrollLinesKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowCaptionButtonHeightKey
public static ResourceKey getWindowCaptionButtonHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowCaptionButtonWidthKey
public static ResourceKey getWindowCaptionButtonWidthKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowCaptionHeightKey
public static ResourceKey getWindowCaptionHeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWorkAreaKey
public static ResourceKey getWorkAreaKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowNonClientFrameThickness
public static Thickness getWindowNonClientFrameThickness() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
getWindowResizeBorderThickness
public static Thickness getWindowResizeBorderThickness() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, Win32Exception
-
-