Package system.windows.forms
Class Control
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.Control
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDropTarget
- Direct Known Subclasses:
AxHost
,ButtonBase
,DataGridView
,DateTimePicker
,GroupBox
,Label
,ListControl
,ListView
,MdiClient
,MonthCalendar
,PictureBox
,PrintPreviewControl
,ProgressBar
,ScrollableControl
,ScrollBar
,Splitter
,TabControl
,TextBoxBase
,TrackBar
,TreeView
,WebBrowserBase
public class Control extends Component implements IDropTarget
The base .NET class managing System.Windows.Forms.Control, System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.Control
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.Controlstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description Control()
Control(java.lang.Object instance)
Internal constructor.Control(java.lang.String text)
Control(java.lang.String text, int left, int top, int width, int height)
Control(Control parent, java.lang.String text)
Control(Control parent, java.lang.String text, int left, int top, int width, int height)
-
Method Summary
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.forms.IDropTarget
OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.Control- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Control
public Control(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
Control
public Control() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, NotSupportedException, OutOfMemoryException, CultureNotFoundException, ObjectDisposedException, Win32Exception
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
NotSupportedException
OutOfMemoryException
CultureNotFoundException
ObjectDisposedException
Win32Exception
-
Control
public Control(java.lang.String text, int left, int top, int width, int height) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, OutOfMemoryException, NotSupportedException
-
Control
public Control(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, RankException, ArgumentException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException
-
Control
public Control(Control parent, java.lang.String text, int left, int top, int width, int height) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, RankException, ArgumentException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException
-
Control
public Control(Control parent, java.lang.String text) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDropTarget
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classComponent
- 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 interfaceIDropTarget
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classComponent
- 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 interfaceIDropTarget
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classComponent
- 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 interfaceIDropTarget
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDropTarget
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Control cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoControl
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Control
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Contains
public boolean Contains(Control ctl) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Focus
public boolean Focus() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, Win32Exception, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
IsKeyLocked
public static boolean IsKeyLocked(Keys keyVal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException
-
IsMnemonic
public static boolean IsMnemonic(char charCode, java.lang.String text) throws java.lang.Throwable, ArgumentNullException, OutOfMemoryException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ExternalException
-
PreProcessMessage
public boolean PreProcessMessage(JCORefOut<Message> msg) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SelectNextControl
public boolean SelectNextControl(Control ctl, boolean forward, boolean tabStopOnly, boolean nested, boolean wrap) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, ArrayTypeMismatchException
-
LogicalToDeviceUnits
public int LogicalToDeviceUnits(int value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
InvalidOperationException
PlatformNotSupportedException
NotSupportedException
-
CreateGraphics
public Graphics CreateGraphics() throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, Win32Exception, NotSupportedException, RankException, ArrayTypeMismatchException
-
PointToClient
public Point PointToClient(Point p) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PointToScreen
public Point PointToScreen(Point p) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RectangleToClient
public Rectangle RectangleToClient(Rectangle r) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RectangleToScreen
public Rectangle RectangleToScreen(Rectangle r) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetPreferredSize
public Size GetPreferredSize(Size proposedSize) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException
-
LogicalToDeviceUnits
public Size LogicalToDeviceUnits(Size value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
InvalidOperationException
PlatformNotSupportedException
NotSupportedException
-
BeginInvoke
public IAsyncResult BeginInvoke(Action method) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, WaitHandleCannotBeOpenedException, AbandonedMutexException, InvalidAsynchronousStateException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
ArgumentNullException
InvalidEnumArgumentException
ObjectDisposedException
Win32Exception
WaitHandleCannotBeOpenedException
AbandonedMutexException
InvalidAsynchronousStateException
-
EndInvoke
public NetObject EndInvoke(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, Win32Exception, OutOfMemoryException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, AbandonedMutexException, InvalidAsynchronousStateException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
Win32Exception
OutOfMemoryException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
AbandonedMutexException
InvalidAsynchronousStateException
-
GetChildAtPoint
public Control GetChildAtPoint(Point pt, GetChildAtPointSkip skipValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
GetChildAtPoint
public Control GetChildAtPoint(Point pt) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
-
GetNextControl
public Control GetNextControl(Control ctl, boolean forward) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException
-
DoDragDrop
public DragDropEffects DoDragDrop(NetObject data, DragDropEffects allowedEffects, Bitmap dragImage, Point cursorOffset, boolean useDefaultDragImage) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, Win32Exception, NotSupportedException, NullReferenceException
-
DoDragDrop
public DragDropEffects DoDragDrop(NetObject data, DragDropEffects allowedEffects) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, Win32Exception, NotSupportedException, NullReferenceException
-
FindForm
public Form FindForm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetContainerControl
public IContainerControl GetContainerControl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PreProcessControlMessage
public PreProcessControlState PreProcessControlMessage(JCORefOut<Message> msg) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
-
BringToFront
public void BringToFront() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, ObjectDisposedException, InvalidOperationException, Win32Exception, OutOfMemoryException
-
CreateControl
public void CreateControl() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, Win32Exception
-
DrawToBitmap
public void DrawToBitmap(Bitmap bitmap, Rectangle targetBounds) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, Win32Exception, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
OutOfMemoryException
Win32Exception
FormatException
-
Hide
public void Hide() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, RankException, ArrayTypeMismatchException
-
Invalidate
public void Invalidate() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
Invalidate
public void Invalidate(boolean invalidateChildren) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, CultureNotFoundException
-
Invalidate
public void Invalidate(Rectangle rc, boolean invalidateChildren) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
Invalidate
public void Invalidate(Rectangle rc) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, NotSupportedException, RankException, ArrayTypeMismatchException
-
Invalidate
public void Invalidate(Region region, boolean invalidateChildren) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, ObjectDisposedException, OutOfMemoryException, Win32Exception
-
Invalidate
public void Invalidate(Region region) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, NotSupportedException, RankException, ArrayTypeMismatchException, ObjectDisposedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
NotSupportedException
RankException
ArrayTypeMismatchException
ObjectDisposedException
Win32Exception
OutOfMemoryException
-
Invoke
public void Invoke(Action method) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, WaitHandleCannotBeOpenedException, AbandonedMutexException, InvalidAsynchronousStateException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
ArgumentNullException
InvalidEnumArgumentException
ObjectDisposedException
Win32Exception
WaitHandleCannotBeOpenedException
AbandonedMutexException
InvalidAsynchronousStateException
-
PerformLayout
public void PerformLayout() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException, NotSupportedException
-
PerformLayout
public void PerformLayout(Control affectedControl, java.lang.String affectedProperty) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException, NotSupportedException
-
Refresh
public void Refresh() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
ResetBackColor
public void ResetBackColor() throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, RankException, ArrayTypeMismatchException
-
ResetBindings
public void ResetBindings() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
-
ResetCursor
public void ResetCursor() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, Win32Exception, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, OutOfMemoryException, CultureNotFoundException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ObjectDisposedException
InvalidOperationException
Win32Exception
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArrayTypeMismatchException
NotSupportedException
OutOfMemoryException
CultureNotFoundException
FormatException
-
ResetFont
public void ResetFont() throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, ArgumentOutOfRangeException, Win32Exception
-
ResetForeColor
public void ResetForeColor() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException
-
ResetImeMode
public void ResetImeMode() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
InvalidEnumArgumentException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidOperationException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
-
ResetRightToLeft
public void ResetRightToLeft() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, ObjectDisposedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
NotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
ObjectDisposedException
Win32Exception
OutOfMemoryException
-
ResetText
public void ResetText() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, NotSupportedException
-
ResumeLayout
public void ResumeLayout() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, CultureNotFoundException, FormatException
-
ResumeLayout
public void ResumeLayout(boolean performLayout) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, CultureNotFoundException, FormatException
-
Scale
public void Scale(Single dx, Single dy) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, FormatException, Win32Exception, OutOfMemoryException, ArgumentOutOfRangeException
-
Scale
public void Scale(Single ratio) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, FormatException, Win32Exception, OutOfMemoryException, ArgumentOutOfRangeException
-
Scale
public void Scale(SizeF factor) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, OutOfMemoryException, Win32Exception, ObjectDisposedException
-
ScaleBitmapLogicalToDevice
public void ScaleBitmapLogicalToDevice(JCORefOut<Bitmap> logicalBitmap) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, FormatException, NotSupportedException, ArgumentNullException, InvalidEnumArgumentException
-
Select
public void Select() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SendToBack
public void SendToBack() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, ObjectDisposedException, InvalidOperationException, Win32Exception, OutOfMemoryException
-
SetBounds
public void SetBounds(int x, int y, int width, int height, BoundsSpecified specified) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, Win32Exception, ObjectDisposedException, NotSupportedException
-
SetBounds
public void SetBounds(int x, int y, int width, int height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, Win32Exception, ObjectDisposedException, NotSupportedException
-
Show
public void Show() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, RankException, ArrayTypeMismatchException
-
SuspendLayout
public void SuspendLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Update
public void Update() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAllowDrop
public boolean getAllowDrop() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowDrop
public void setAllowDrop(boolean AllowDrop) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ThreadStateException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
-
getAutoSize
public boolean getAutoSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoSize
public void setAutoSize(boolean AutoSize) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, NotSupportedException
-
getCanFocus
public boolean getCanFocus() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanSelect
public boolean getCanSelect() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCapture
public boolean getCapture() throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, Win32Exception, NotSupportedException, RankException, ArrayTypeMismatchException
-
setCapture
public void setCapture(boolean Capture) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, FormatException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
getCausesValidation
public boolean getCausesValidation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCausesValidation
public void setCausesValidation(boolean CausesValidation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCheckForIllegalCrossThreadCalls
public static boolean getCheckForIllegalCrossThreadCalls() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCheckForIllegalCrossThreadCalls
public static void setCheckForIllegalCrossThreadCalls(boolean CheckForIllegalCrossThreadCalls) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContainsFocus
public boolean getContainsFocus() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, ObjectDisposedException, OutOfMemoryException, Win32Exception
-
getCreated
public boolean getCreated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDisposing
public boolean getDisposing() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEnabled
public boolean getEnabled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnabled
public void setEnabled(boolean Enabled) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, FormatException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
getFocused
public boolean getFocused() throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, Win32Exception, NotSupportedException, RankException, ArrayTypeMismatchException
-
getHasChildren
public boolean getHasChildren() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInvokeRequired
public boolean getInvokeRequired() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getIsAccessible
public boolean getIsAccessible() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsAccessible
public void setIsAccessible(boolean IsAccessible) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsAncestorSiteInDesignMode
public boolean getIsAncestorSiteInDesignMode() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
-
getIsDisposed
public boolean getIsDisposed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsHandleCreated
public boolean getIsHandleCreated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMirrored
public boolean getIsMirrored() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, ObjectDisposedException, Win32Exception, NotSupportedException
-
getRecreatingHandle
public boolean getRecreatingHandle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTabStop
public boolean getTabStop() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTabStop
public void setTabStop(boolean TabStop) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUseWaitCursor
public boolean getUseWaitCursor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUseWaitCursor
public void setUseWaitCursor(boolean UseWaitCursor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getVisible
public boolean getVisible() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVisible
public void setVisible(boolean Visible) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, Win32Exception, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, MulticastNotSupportedException
-
getBottom
public int getBottom() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeviceDpi
public int getDeviceDpi() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
getHeight
public int getHeight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHeight
public void setHeight(int Height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
OutOfMemoryException
ObjectDisposedException
FormatException
Win32Exception
NotSupportedException
-
getLeft
public int getLeft() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLeft
public void setLeft(int Left) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
OutOfMemoryException
ObjectDisposedException
FormatException
Win32Exception
NotSupportedException
-
getRight
public int getRight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTabIndex
public int getTabIndex() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTabIndex
public void setTabIndex(int TabIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getTop
public int getTop() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTop
public void setTop(int Top) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
OutOfMemoryException
ObjectDisposedException
FormatException
Win32Exception
NotSupportedException
-
getWidth
public int getWidth() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWidth
public void setWidth(int Width) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
OutOfMemoryException
ObjectDisposedException
FormatException
Win32Exception
NotSupportedException
-
getBackColor
public Color getBackColor() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, ArrayTypeMismatchException
-
setBackColor
public void setBackColor(Color BackColor) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, ArrayTypeMismatchException
-
getDefaultBackColor
public static Color getDefaultBackColor() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
-
getDefaultForeColor
public static Color getDefaultForeColor() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
-
getForeColor
public Color getForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException
-
setForeColor
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getDefaultFont
public static Font getDefaultFont() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArrayTypeMismatchException, FormatException, ArgumentOutOfRangeException
-
getFont
public Font getFont() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, FormatException
-
setFont
public void setFont(Font Font) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, Win32Exception
-
getBackgroundImage
public Image getBackgroundImage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackgroundImage
public void setBackgroundImage(Image BackgroundImage) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, NotSupportedException
-
getAutoScrollOffset
public Point getAutoScrollOffset() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoScrollOffset
public void setAutoScrollOffset(Point AutoScrollOffset) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getLocation
public Point getLocation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLocation
public void setLocation(Point Location) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
OutOfMemoryException
ObjectDisposedException
FormatException
Win32Exception
NotSupportedException
-
getMousePosition
public static Point getMousePosition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBounds
public Rectangle getBounds() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBounds
public void setBounds(Rectangle Bounds) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
OutOfMemoryException
ObjectDisposedException
FormatException
Win32Exception
NotSupportedException
-
getClientRectangle
public Rectangle getClientRectangle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDisplayRectangle
public Rectangle getDisplayRectangle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRegion
public Region getRegion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRegion
public void setRegion(Region Region) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, Win32Exception
-
getClientSize
public Size getClientSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setClientSize
public void setClientSize(Size ClientSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception, NotSupportedException
-
getMaximumSize
public Size getMaximumSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaximumSize
public void setMaximumSize(Size MaximumSize) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getMinimumSize
public Size getMinimumSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMinimumSize
public void setMinimumSize(Size MinimumSize) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException
-
getPreferredSize
public Size getPreferredSize() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException
-
getSize
public Size getSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSize
public void setSize(Size Size) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
OutOfMemoryException
ObjectDisposedException
FormatException
Win32Exception
NotSupportedException
-
getDataContext
public NetObject getDataContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDataContext
public void setDataContext(NetObject DataContext) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, CultureNotFoundException, InvalidOperationException, FormatException
-
getTag
public NetObject getTag() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTag
public void setTag(NetObject Tag) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getAccessibleDefaultActionDescription
public java.lang.String getAccessibleDefaultActionDescription() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAccessibleDefaultActionDescription
public void setAccessibleDefaultActionDescription(java.lang.String AccessibleDefaultActionDescription) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getAccessibleDescription
public java.lang.String getAccessibleDescription() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAccessibleDescription
public void setAccessibleDescription(java.lang.String AccessibleDescription) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getAccessibleName
public java.lang.String getAccessibleName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAccessibleName
public void setAccessibleName(java.lang.String AccessibleName) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getCompanyName
public java.lang.String getCompanyName() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, CultureNotFoundException, FileNotFoundException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidOperationException
CultureNotFoundException
FileNotFoundException
OutOfMemoryException
FormatException
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getProductName
public java.lang.String getProductName() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, CultureNotFoundException, FileNotFoundException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidOperationException
CultureNotFoundException
FileNotFoundException
OutOfMemoryException
FormatException
-
getProductVersion
public java.lang.String getProductVersion() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, CultureNotFoundException, FileNotFoundException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidOperationException
CultureNotFoundException
FileNotFoundException
OutOfMemoryException
FormatException
-
getText
public java.lang.String getText() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, FormatException, ArgumentOutOfRangeException
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException
-
getAccessibilityObject
public AccessibleObject getAccessibilityObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, Win32Exception, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
getAccessibleRole
public AccessibleRole getAccessibleRole() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAccessibleRole
public void setAccessibleRole(AccessibleRole AccessibleRole) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException
-
getAnchor
public AnchorStyles getAnchor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAnchor
public void setAnchor(AnchorStyles Anchor) throws java.lang.Throwable, ArgumentNullException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, NotSupportedException
-
getBindingContext
public BindingContext getBindingContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBindingContext
public void setBindingContext(BindingContext BindingContext) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, FormatException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
MulticastNotSupportedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
FormatException
-
getContextMenuStrip
public ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContextMenuStrip
public void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
MulticastNotSupportedException
-
getParent
public Control getParent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setParent
public void setParent(Control Parent) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, Win32Exception, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
RankException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
Win32Exception
NotSupportedException
-
getTopLevelControl
public Control getTopLevelControl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataBindings
public ControlBindingsCollection getDataBindings() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getCursor
public Cursor getCursor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, Win32Exception, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
setCursor
public void setCursor(Cursor Cursor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, FormatException, Win32Exception, RankException, ArgumentOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
FormatException
Win32Exception
RankException
ArgumentOutOfRangeException
ArrayTypeMismatchException
OutOfMemoryException
NotSupportedException
-
getDock
public DockStyle getDock() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
InvalidEnumArgumentException
-
setDock
public void setDock(DockStyle Dock) throws java.lang.Throwable, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, NotSupportedException, FormatException
-
getBackgroundImageLayout
public ImageLayout getBackgroundImageLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackgroundImageLayout
public void setBackgroundImageLayout(ImageLayout BackgroundImageLayout) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, NotSupportedException, RankException, ArrayTypeMismatchException
-
getImeMode
public ImeMode getImeMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImeMode
public void setImeMode(ImeMode ImeMode) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, ObjectDisposedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
NotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
ObjectDisposedException
Win32Exception
OutOfMemoryException
-
getWindowTarget
public IWindowTarget getWindowTarget() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWindowTarget
public void setWindowTarget(IWindowTarget WindowTarget) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getModifierKeys
public static Keys getModifierKeys() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLayoutEngine
public LayoutEngine getLayoutEngine() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMouseButtons
public static MouseButtons getMouseButtons() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMargin
public Padding getMargin() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMargin
public void setMargin(Padding Margin) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getPadding
public Padding getPadding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPadding
public void setPadding(Padding Padding) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException
-
getRightToLeft
public RightToLeft getRightToLeft() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRightToLeft
public void setRightToLeft(RightToLeft RightToLeft) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
Win32Exception
OutOfMemoryException
-
addValidating
public void addValidating(CancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeValidating
public void removeValidating(CancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAutoSizeChanged
public void addAutoSizeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAutoSizeChanged
public void removeAutoSizeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBackColorChanged
public void addBackColorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBackColorChanged
public void removeBackColorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBackgroundImageChanged
public void addBackgroundImageChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBackgroundImageChanged
public void removeBackgroundImageChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBackgroundImageLayoutChanged
public void addBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBackgroundImageLayoutChanged
public void removeBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBindingContextChanged
public void addBindingContextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBindingContextChanged
public void removeBindingContextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCausesValidationChanged
public void addCausesValidationChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCausesValidationChanged
public void removeCausesValidationChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addClick
public void addClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeClick
public void removeClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addClientSizeChanged
public void addClientSizeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeClientSizeChanged
public void removeClientSizeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addContextMenuStripChanged
public void addContextMenuStripChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeContextMenuStripChanged
public void removeContextMenuStripChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCursorChanged
public void addCursorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCursorChanged
public void removeCursorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDataContextChanged
public void addDataContextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDataContextChanged
public void removeDataContextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDockChanged
public void addDockChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDockChanged
public void removeDockChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDoubleClick
public void addDoubleClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDoubleClick
public void removeDoubleClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDpiChangedAfterParent
public void addDpiChangedAfterParent(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDpiChangedAfterParent
public void removeDpiChangedAfterParent(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDpiChangedBeforeParent
public void addDpiChangedBeforeParent(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDpiChangedBeforeParent
public void removeDpiChangedBeforeParent(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragLeave
public void addDragLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragLeave
public void removeDragLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addEnabledChanged
public void addEnabledChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeEnabledChanged
public void removeEnabledChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addEnter
public void addEnter(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeEnter
public void removeEnter(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFontChanged
public void addFontChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFontChanged
public void removeFontChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addForeColorChanged
public void addForeColorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeForeColorChanged
public void removeForeColorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addGotFocus
public void addGotFocus(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeGotFocus
public void removeGotFocus(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addHandleCreated
public void addHandleCreated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeHandleCreated
public void removeHandleCreated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addHandleDestroyed
public void addHandleDestroyed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeHandleDestroyed
public void removeHandleDestroyed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addImeModeChanged
public void addImeModeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeImeModeChanged
public void removeImeModeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLeave
public void addLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLeave
public void removeLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLocationChanged
public void addLocationChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLocationChanged
public void removeLocationChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLostFocus
public void addLostFocus(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLostFocus
public void removeLostFocus(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMarginChanged
public void addMarginChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMarginChanged
public void removeMarginChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseCaptureChanged
public void addMouseCaptureChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseCaptureChanged
public void removeMouseCaptureChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseEnter
public void addMouseEnter(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseEnter
public void removeMouseEnter(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseHover
public void addMouseHover(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseHover
public void removeMouseHover(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseLeave
public void addMouseLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseLeave
public void removeMouseLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMove
public void addMove(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMove
public void removeMove(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPaddingChanged
public void addPaddingChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePaddingChanged
public void removePaddingChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addParentChanged
public void addParentChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeParentChanged
public void removeParentChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRegionChanged
public void addRegionChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRegionChanged
public void removeRegionChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addResize
public void addResize(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeResize
public void removeResize(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRightToLeftChanged
public void addRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRightToLeftChanged
public void removeRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSizeChanged
public void addSizeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSizeChanged
public void removeSizeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStyleChanged
public void addStyleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStyleChanged
public void removeStyleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSystemColorsChanged
public void addSystemColorsChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSystemColorsChanged
public void removeSystemColorsChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTabIndexChanged
public void addTabIndexChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTabIndexChanged
public void removeTabIndexChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTabStopChanged
public void addTabStopChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTabStopChanged
public void removeTabStopChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTextChanged
public void addTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addValidated
public void addValidated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeValidated
public void removeValidated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addVisibleChanged
public void addVisibleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeVisibleChanged
public void removeVisibleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addControlAdded
public void addControlAdded(ControlEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeControlAdded
public void removeControlAdded(ControlEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addControlRemoved
public void addControlRemoved(ControlEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeControlRemoved
public void removeControlRemoved(ControlEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragDrop
public void addDragDrop(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragDrop
public void removeDragDrop(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragEnter
public void addDragEnter(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragEnter
public void removeDragEnter(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragOver
public void addDragOver(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragOver
public void removeDragOver(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addGiveFeedback
public void addGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeGiveFeedback
public void removeGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addHelpRequested
public void addHelpRequested(HelpEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeHelpRequested
public void removeHelpRequested(HelpEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInvalidated
public void addInvalidated(InvalidateEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInvalidated
public void removeInvalidated(InvalidateEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addKeyDown
public void addKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeKeyDown
public void removeKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addKeyUp
public void addKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeKeyUp
public void removeKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addKeyPress
public void addKeyPress(KeyPressEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeKeyPress
public void removeKeyPress(KeyPressEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLayout
public void addLayout(LayoutEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLayout
public void removeLayout(LayoutEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseClick
public void addMouseClick(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseClick
public void removeMouseClick(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseDoubleClick
public void addMouseDoubleClick(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseDoubleClick
public void removeMouseDoubleClick(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseDown
public void addMouseDown(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseDown
public void removeMouseDown(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseMove
public void addMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseMove
public void removeMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseUp
public void addMouseUp(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseUp
public void removeMouseUp(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseWheel
public void addMouseWheel(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseWheel
public void removeMouseWheel(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPaint
public void addPaint(PaintEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePaint
public void removePaint(PaintEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewKeyDown
public void addPreviewKeyDown(PreviewKeyDownEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewKeyDown
public void removePreviewKeyDown(PreviewKeyDownEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addQueryAccessibilityHelp
public void addQueryAccessibilityHelp(QueryAccessibilityHelpEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeQueryAccessibilityHelp
public void removeQueryAccessibilityHelp(QueryAccessibilityHelpEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addQueryContinueDrag
public void addQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeQueryContinueDrag
public void removeQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addChangeUICues
public void addChangeUICues(UICuesEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeChangeUICues
public void removeChangeUICues(UICuesEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-