public class ErrorProvider extends Component implements ISupportInitialize
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ErrorProvider
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.ErrorProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ErrorProvider() |
ErrorProvider(ContainerControl parentControl) |
ErrorProvider(IContainer container) |
ErrorProvider(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRightToLeftChanged(EventHandler handler) |
void |
BindToDataAndErrors(NetObject newDataSource,
java.lang.String newDataMember) |
boolean |
CanExtend(NetObject extendee) |
static ErrorProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ErrorProvider, a cast assert is made to check if types are compatible. |
void |
Clear() |
int |
getBlinkRate() |
ErrorBlinkStyle |
getBlinkStyle() |
ContainerControl |
getContainerControl() |
java.lang.String |
getDataMember() |
NetObject |
getDataSource() |
java.lang.String |
GetError(Control control) |
boolean |
getHasErrors() |
Icon |
getIcon() |
ErrorIconAlignment |
GetIconAlignment(Control control) |
int |
GetIconPadding(Control control) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getRightToLeft() |
NetObject |
getTag() |
void |
removeRightToLeftChanged(EventHandler handler) |
void |
setBlinkRate(int BlinkRate) |
void |
setBlinkStyle(ErrorBlinkStyle BlinkStyle) |
void |
setContainerControl(ContainerControl ContainerControl) |
void |
setDataMember(java.lang.String DataMember) |
void |
setDataSource(NetObject DataSource) |
void |
SetError(Control control,
java.lang.String value) |
void |
setIcon(Icon Icon) |
void |
SetIconAlignment(Control control,
ErrorIconAlignment value) |
void |
SetIconPadding(Control control,
int padding) |
void |
setJCOInstance(JCObject instance) |
void |
setRightToLeft(boolean RightToLeft) |
void |
setTag(NetObject Tag) |
void |
UpdateBinding() |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringBeginInit, EndInit, ToISupportInitializepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ErrorProvider()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
OutOfMemoryException,
Win32Exception
public ErrorProvider(ContainerControl parentControl) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, InvalidOperationException, OutOfMemoryException, RankException, ArrayTypeMismatchException, CultureNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionpublic ErrorProvider(IContainer container) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, InvalidOperationException, OutOfMemoryException, RankException, ArrayTypeMismatchException
public ErrorProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BindToDataAndErrors(NetObject newDataSource, java.lang.String newDataMember) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, ArgumentOutOfRangeException, CultureNotFoundException
public boolean CanExtend(NetObject extendee) throws java.lang.Throwable
java.lang.Throwablepublic static ErrorProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ErrorProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedErrorProvider instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
Win32Exception,
IndexOutOfRangeException,
FormatException,
ObjectDisposedException,
OutOfMemoryException,
MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionWin32ExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionpublic int getBlinkRate()
throws java.lang.Throwable
java.lang.Throwablepublic ErrorBlinkStyle getBlinkStyle() throws java.lang.Throwable
java.lang.Throwablepublic ContainerControl getContainerControl() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDataMember()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getDataSource() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetError(Control control) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException
public boolean getHasErrors()
throws java.lang.Throwable
java.lang.Throwablepublic Icon getIcon() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, Win32Exception
public ErrorIconAlignment GetIconAlignment(Control control) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException
public int GetIconPadding(Control control) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISupportInitializegetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISupportInitializegetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISupportInitializegetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISupportInitializegetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISupportInitializegetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic boolean getRightToLeft()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic void removeRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setBlinkRate(int BlinkRate)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
InvalidEnumArgumentException,
OutOfMemoryException,
Win32Exception,
IndexOutOfRangeException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionpublic void setBlinkStyle(ErrorBlinkStyle BlinkStyle) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ArgumentNullException, NotSupportedException, Win32Exception, OutOfMemoryException, ObjectDisposedException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionArgumentNullExceptionNotSupportedExceptionWin32ExceptionOutOfMemoryExceptionObjectDisposedExceptionMulticastNotSupportedExceptionpublic void setContainerControl(ContainerControl ContainerControl) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, MulticastNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionMulticastNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionpublic void setDataMember(java.lang.String DataMember)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
OutOfMemoryException,
ArgumentOutOfRangeException,
CultureNotFoundException
public void setDataSource(NetObject DataSource) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ObjectDisposedException, MulticastNotSupportedException, OutOfMemoryException
public void SetError(Control control, java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException
public void setIcon(Icon Icon) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OverflowException, Win32Exception, ObjectDisposedException, OutOfMemoryException
public void SetIconAlignment(Control control, ErrorIconAlignment value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException, InvalidEnumArgumentException
public void SetIconPadding(Control control, int padding) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setRightToLeft(boolean RightToLeft)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
OverflowException,
Win32Exception,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
ObjectDisposedException,
OutOfMemoryException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOverflowExceptionWin32ExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void UpdateBinding()
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
Win32Exception
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionWin32Exception