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
,DataGrid
,DataGridView
,DateTimePicker
,ElementHost
,GroupBox
,Label
,ListControl
,ListView
,MdiClient
,MonthCalendar
,PictureBox
,PrintPreviewControl
,ProgressBar
,ScrollableControl
,ScrollBar
,Splitter
,StatusBar
,TabControl
,TextBoxBase
,ToolBar
,TrackBar
,TreeView
,WebBrowserBase
public class Control extends Component implements IDropTarget
The base .NET class managing System.Windows.Forms.Control, System.Windows.Forms, Version=4.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=4.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
CreateObjRef, 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=4.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, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ConfigurationErrorsException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, FormatException, Win32Exception, NullReferenceException, SecurityException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
ConfigurationErrorsException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
MissingManifestResourceException
ObjectDisposedException
FormatException
Win32Exception
NullReferenceException
SecurityException
-
Control
public Control(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, MissingManifestResourceException, Win32Exception, ObjectDisposedException, OutOfMemoryException, SecurityException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ConfigurationErrorsException
ArgumentException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
MissingManifestResourceException
Win32Exception
ObjectDisposedException
OutOfMemoryException
SecurityException
RankException
-
Control
public Control(java.lang.String text, int left, int top, int width, int height) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ObjectDisposedException, OutOfMemoryException, SecurityException, RankException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ConfigurationErrorsException
ArgumentException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
ObjectDisposedException
OutOfMemoryException
SecurityException
RankException
NullReferenceException
-
Control
public Control(Control parent, java.lang.String text) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, Win32Exception, NullReferenceException, SecurityException, OutOfMemoryException
-
Control
public Control(Control parent, java.lang.String text, int left, int top, int width, int height) throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, MissingManifestResourceException, Win32Exception, ObjectDisposedException, OutOfMemoryException, SecurityException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ConfigurationErrorsException
ArgumentException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
MissingManifestResourceException
Win32Exception
ObjectDisposedException
OutOfMemoryException
SecurityException
RankException
-
-
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, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
IsKeyLocked
public static boolean IsKeyLocked(Keys keyVal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
IsMnemonic
public static boolean IsMnemonic(char charCode, java.lang.String text) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException
-
PreProcessMessage
public boolean PreProcessMessage(JCORefOut<Message> msg) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
SelectNextControl
public boolean SelectNextControl(Control ctl, boolean forward, boolean tabStopOnly, boolean nested, boolean wrap) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
-
LogicalToDeviceUnits
public int LogicalToDeviceUnits(int value) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
CreateGraphics
public Graphics CreateGraphics() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
PointToClient
public Point PointToClient(Point p) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
PointToScreen
public Point PointToScreen(Point p) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
RectangleToClient
public Rectangle RectangleToClient(Rectangle r) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
RectangleToScreen
public Rectangle RectangleToScreen(Rectangle r) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
GetPreferredSize
public Size GetPreferredSize(Size proposedSize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
LogicalToDeviceUnits
public Size LogicalToDeviceUnits(Size value) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
EndInvoke
public NetObject EndInvoke(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, Win32Exception, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException, MemberAccessException, TargetException, TargetParameterCountException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException, InvalidEnumArgumentException, OverflowException, RankException, AbandonedMutexException, InvalidAsynchronousStateException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
Win32Exception
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
MemberAccessException
TargetException
TargetParameterCountException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AccessViolationException
InvalidEnumArgumentException
OverflowException
RankException
AbandonedMutexException
InvalidAsynchronousStateException
-
GetChildAtPoint
public Control GetChildAtPoint(Point pt) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
GetChildAtPoint
public Control GetChildAtPoint(Point pt, GetChildAtPointSkip skipValue) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
Win32Exception
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
GetNextControl
public Control GetNextControl(Control ctl, boolean forward) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
DoDragDrop
public DragDropEffects DoDragDrop(NetObject data, DragDropEffects allowedEffects) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, FormatException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
FormatException
ArgumentException
-
FindForm
public Form FindForm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetContainerControl
public IContainerControl GetContainerControl() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
-
PreProcessControlMessage
public PreProcessControlState PreProcessControlMessage(JCORefOut<Message> msg) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
BringToFront
public void BringToFront() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, RankException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
RankException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
Win32Exception
NotSupportedException
NullReferenceException
OutOfMemoryException
-
CreateControl
public void CreateControl() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, InvalidOperationException, FormatException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
InvalidOperationException
FormatException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
DrawToBitmap
public void DrawToBitmap(Bitmap bitmap, Rectangle targetBounds) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
ArgumentOutOfRangeException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
InvalidOperationException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
Hide
public void Hide() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
Invalidate
public void Invalidate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
Invalidate
public void Invalidate(boolean invalidateChildren) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
Invalidate
public void Invalidate(Rectangle rc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
Invalidate
public void Invalidate(Rectangle rc, boolean invalidateChildren) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
Invalidate
public void Invalidate(Region region) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
Invalidate
public void Invalidate(Region region, boolean invalidateChildren) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
PerformLayout
public void PerformLayout() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
PerformLayout
public void PerformLayout(Control affectedControl, java.lang.String affectedProperty) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
Refresh
public void Refresh() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
ResetBackColor
public void ResetBackColor() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, SecurityException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
InvalidOperationException
ExternalException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
SecurityException
Win32Exception
NullReferenceException
OutOfMemoryException
-
ResetBindings
public void ResetBindings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ResetCursor
public void ResetCursor() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
ResetFont
public void ResetFont() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, Win32Exception, OutOfMemoryException
-
ResetForeColor
public void ResetForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
SecurityException
ArgumentOutOfRangeException
Win32Exception
NullReferenceException
OutOfMemoryException
-
ResetImeMode
public void ResetImeMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
KeyNotFoundException
-
ResetRightToLeft
public void ResetRightToLeft() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
Win32Exception
OutOfMemoryException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
ResetText
public void ResetText() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
ResumeLayout
public void ResumeLayout() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, NotSupportedException
-
ResumeLayout
public void ResumeLayout(boolean performLayout) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
Scale
public void Scale(Single ratio) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
-
Scale
public void Scale(Single dx, Single dy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
-
Scale
public void Scale(SizeF factor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException, ConfigurationErrorsException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
NotSupportedException
NullReferenceException
OutOfMemoryException
ConfigurationErrorsException
CultureNotFoundException
-
ScaleBitmapLogicalToDevice
public void ScaleBitmapLogicalToDevice(JCORefOut<Bitmap> logicalBitmap) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, InvalidEnumArgumentException
-
Select
public void Select() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SendToBack
public void SendToBack() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, RankException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
RankException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
Win32Exception
NotSupportedException
NullReferenceException
OutOfMemoryException
-
SetBounds
public void SetBounds(int x, int y, int width, int height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NullReferenceException, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
Win32Exception
NullReferenceException
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
SetBounds
public void SetBounds(int x, int y, int width, int height, BoundsSpecified specified) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NullReferenceException, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
Win32Exception
NullReferenceException
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
Show
public void Show() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
SuspendLayout
public void SuspendLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Update
public void Update() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
getAllowDrop
public boolean getAllowDrop() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowDrop
public void setAllowDrop(boolean AllowDrop) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, InvalidOperationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ThreadStateException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
ObjectDisposedException
InvalidOperationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ThreadStateException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
getAutoSize
public boolean getAutoSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoSize
public void setAutoSize(boolean AutoSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
getCanFocus
public boolean getCanFocus() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
getCanSelect
public boolean getCanSelect() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCapture
public boolean getCapture() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
setCapture
public void setCapture(boolean Capture) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, 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, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
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, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
getFocused
public boolean getFocused() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
getHasChildren
public boolean getHasChildren() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInvokeRequired
public boolean getInvokeRequired() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
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
-
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, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, SecurityException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
SecurityException
OutOfMemoryException
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, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
getUseWaitCursor
public boolean getUseWaitCursor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUseWaitCursor
public void setUseWaitCursor(boolean UseWaitCursor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
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, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
MulticastNotSupportedException
-
getBottom
public int getBottom() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeviceDpi
public int getDeviceDpi() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ConfigurationErrorsException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, FormatException
-
getHeight
public int getHeight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHeight
public void setHeight(int Height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
getLeft
public int getLeft() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLeft
public void setLeft(int Left) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
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, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
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, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
getWidth
public int getWidth() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWidth
public void setWidth(int Width) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
getBackColor
public Color getBackColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
-
setBackColor
public void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ExternalException, KeyNotFoundException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, ObjectDisposedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
ExternalException
KeyNotFoundException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
SecurityException
ObjectDisposedException
Win32Exception
OutOfMemoryException
-
getDefaultBackColor
public static Color getDefaultBackColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultForeColor
public static Color getDefaultForeColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getForeColor
public Color getForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
-
setForeColor
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
SecurityException
ArgumentOutOfRangeException
Win32Exception
NullReferenceException
OutOfMemoryException
-
getDefaultFont
public static Font getDefaultFont() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, SecurityException, ObjectDisposedException, AbandonedMutexException
-
getFont
public Font getFont() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
-
setFont
public void setFont(Font Font) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, Win32Exception, OutOfMemoryException
-
getBackgroundImage
public Image getBackgroundImage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackgroundImage
public void setBackgroundImage(Image BackgroundImage) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
getAutoScrollOffset
public Point getAutoScrollOffset() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoScrollOffset
public void setAutoScrollOffset(Point AutoScrollOffset) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLocation
public Point getLocation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLocation
public void setLocation(Point Location) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
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, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
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, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
getClientSize
public Size getClientSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setClientSize
public void setClientSize(Size ClientSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NullReferenceException, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
Win32Exception
NullReferenceException
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
getMaximumSize
public Size getMaximumSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaximumSize
public void setMaximumSize(Size MaximumSize) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimumSize
public Size getMinimumSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMinimumSize
public void setMinimumSize(Size MinimumSize) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException
-
getPreferredSize
public Size getPreferredSize() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
getSize
public Size getSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSize
public void setSize(Size Size) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
getTag
public NetObject getTag() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTag
public void setTag(NetObject Tag) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
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
- Throws:
java.lang.Throwable
-
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
- Throws:
java.lang.Throwable
-
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
- Throws:
java.lang.Throwable
-
getCompanyName
public java.lang.String getCompanyName() throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, InvalidOperationException, FormatException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException, CultureNotFoundException
- Throws:
java.lang.Throwable
NotImplementedException
ArgumentException
ArgumentNullException
IndexOutOfRangeException
NullReferenceException
ArgumentOutOfRangeException
NotSupportedException
SecurityException
InvalidOperationException
FormatException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AccessViolationException
CultureNotFoundException
-
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
- Throws:
java.lang.Throwable
-
getProductName
public java.lang.String getProductName() throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, InvalidOperationException, FormatException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException, CultureNotFoundException
- Throws:
java.lang.Throwable
NotImplementedException
ArgumentException
ArgumentNullException
IndexOutOfRangeException
NullReferenceException
ArgumentOutOfRangeException
NotSupportedException
SecurityException
InvalidOperationException
FormatException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AccessViolationException
CultureNotFoundException
-
getProductVersion
public java.lang.String getProductVersion() throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, InvalidOperationException, FormatException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException
- Throws:
java.lang.Throwable
NotImplementedException
ArgumentException
ArgumentNullException
IndexOutOfRangeException
NullReferenceException
ArgumentOutOfRangeException
NotSupportedException
SecurityException
InvalidOperationException
FormatException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AccessViolationException
-
getText
public java.lang.String getText() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
getAccessibilityObject
public AccessibleObject getAccessibilityObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
getAccessibleRole
public AccessibleRole getAccessibleRole() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAccessibleRole
public void setAccessibleRole(AccessibleRole AccessibleRole) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
getAnchor
public AnchorStyles getAnchor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAnchor
public void setAnchor(AnchorStyles Anchor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
NotSupportedException
ConfigurationErrorsException
-
getBindingContext
public BindingContext getBindingContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBindingContext
public void setBindingContext(BindingContext BindingContext) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, RankException, ObjectDisposedException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException
-
getContextMenu
public ContextMenu getContextMenu() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContextMenu
public void setContextMenu(ContextMenu ContextMenu) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
MulticastNotSupportedException
-
getContextMenuStrip
public ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContextMenuStrip
public void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
MulticastNotSupportedException
-
getParent
public Control getParent() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
-
setParent
public void setParent(Control Parent) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
getTopLevelControl
public Control getTopLevelControl() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
-
getDataBindings
public ControlBindingsCollection getDataBindings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCursor
public Cursor getCursor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCursor
public void setCursor(Cursor Cursor) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
NotImplementedException
ArgumentOutOfRangeException
InvalidOperationException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
ConfigurationErrorsException
SecurityException
NullReferenceException
OutOfMemoryException
-
getDock
public DockStyle getDock() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDock
public void setDock(DockStyle Dock) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
Win32Exception
OutOfMemoryException
NotSupportedException
ConfigurationErrorsException
-
getBackgroundImageLayout
public ImageLayout getBackgroundImageLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackgroundImageLayout
public void setBackgroundImageLayout(ImageLayout BackgroundImageLayout) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
Win32Exception
SecurityException
NullReferenceException
OutOfMemoryException
-
getImeMode
public ImeMode getImeMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImeMode
public void setImeMode(ImeMode ImeMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
SecurityException
OutOfMemoryException
KeyNotFoundException
-
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
- Throws:
java.lang.Throwable
-
getPadding
public Padding getPadding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPadding
public void setPadding(Padding Padding) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, NotSupportedException
-
getRightToLeft
public RightToLeft getRightToLeft() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRightToLeft
public void setRightToLeft(RightToLeft RightToLeft) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
Win32Exception
OutOfMemoryException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
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
-
addContextMenuChanged
public void addContextMenuChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeContextMenuChanged
public void removeContextMenuChanged(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
-
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
-
-