Package system.windows.forms
Class HelpProvider
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.HelpProvider
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class HelpProvider extends Component
The base .NET class managing System.Windows.Forms.HelpProvider, 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.HelpProvider
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.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.HelpProviderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HelpProvider()HelpProvider(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanCanExtend(NetObject target)static HelpProvidercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHelpProvider, a cast assert is made to check if types are compatible.java.lang.StringGetHelpKeyword(Control ctl)java.lang.StringgetHelpNamespace()HelpNavigatorGetHelpNavigator(Control ctl)java.lang.StringGetHelpString(Control ctl)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypebooleanGetShowHelp(Control ctl)NetObjectgetTag()voidResetShowHelp(Control ctl)voidSetHelpKeyword(Control ctl, java.lang.String keyword)voidsetHelpNamespace(java.lang.String HelpNamespace)voidSetHelpNavigator(Control ctl, HelpNavigator navigator)voidSetHelpString(Control ctl, java.lang.String helpString)voidsetJCOInstance(JCObject instance)voidSetShowHelp(Control ctl, boolean value)voidsetTag(NetObject Tag)-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
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.HelpProvider- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HelpProvider
public HelpProvider(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
HelpProvider
public HelpProvider() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classComponent- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classComponent- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classComponent- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HelpProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHelpProvider, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HelpProviderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CanExtend
public boolean CanExtend(NetObject target) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetShowHelp
public boolean GetShowHelp(Control ctl) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
GetHelpKeyword
public java.lang.String GetHelpKeyword(Control ctl) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
GetHelpString
public java.lang.String GetHelpString(Control ctl) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
GetHelpNavigator
public HelpNavigator GetHelpNavigator(Control ctl) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
ResetShowHelp
public void ResetShowHelp(Control ctl) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
SetHelpKeyword
public void SetHelpKeyword(Control ctl, java.lang.String keyword) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, SecurityException, MemberAccessException, Win32Exception, OverflowException, NotSupportedException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSecurityExceptionMemberAccessExceptionWin32ExceptionOverflowExceptionNotSupportedExceptionMulticastNotSupportedException
-
SetHelpNavigator
public void SetHelpNavigator(Control ctl, HelpNavigator navigator) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, SecurityException, MemberAccessException, Win32Exception, OverflowException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionSecurityExceptionMemberAccessExceptionWin32ExceptionOverflowExceptionMulticastNotSupportedException
-
SetHelpString
public void SetHelpString(Control ctl, java.lang.String helpString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, SecurityException, MemberAccessException, Win32Exception, OverflowException, NotSupportedException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSecurityExceptionMemberAccessExceptionWin32ExceptionOverflowExceptionNotSupportedExceptionMulticastNotSupportedException
-
SetShowHelp
public void SetShowHelp(Control ctl, boolean value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, MissingManifestResourceException, SecurityException, NotSupportedException, MemberAccessException, IndexOutOfRangeException, Win32Exception, NullReferenceException, OverflowException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionMissingManifestResourceExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionIndexOutOfRangeExceptionWin32ExceptionNullReferenceExceptionOverflowExceptionMulticastNotSupportedException
-
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
-
getHelpNamespace
public java.lang.String getHelpNamespace() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHelpNamespace
public void setHelpNamespace(java.lang.String HelpNamespace) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-