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=9.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 SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=9.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 SummaryConstructors Constructor Description HelpProvider()HelpProvider(java.lang.Object instance)Internal constructor.
 - 
Method SummaryAll 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.ComponentaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
 - 
Methods inherited from class system.MarshalByRefObjectGetLifetimeService, InitializeLifetimeService
 
- 
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Windows.Forms.HelpProvider- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
HelpProviderpublic HelpProvider(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
- java.lang.Throwable
 
 - 
HelpProviderpublic HelpProvider() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- Component
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- Component
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- Component
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- Component
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- Component
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- Component
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic 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
 
 - 
CanExtendpublic boolean CanExtend(NetObject target) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
GetShowHelppublic boolean GetShowHelp(Control ctl) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException 
 - 
GetHelpKeywordpublic java.lang.String GetHelpKeyword(Control ctl) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException 
 - 
GetHelpStringpublic java.lang.String GetHelpString(Control ctl) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException 
 - 
GetHelpNavigatorpublic HelpNavigator GetHelpNavigator(Control ctl) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException 
 - 
ResetShowHelppublic void ResetShowHelp(Control ctl) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException 
 - 
SetHelpKeywordpublic void SetHelpKeyword(Control ctl, java.lang.String keyword) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, FormatException, MulticastNotSupportedException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
- NotSupportedException
- ObjectDisposedException
- InvalidOperationException
- RankException
- ArrayTypeMismatchException
- ArgumentNullException
- IndexOutOfRangeException
- OutOfMemoryException
- FormatException
- MulticastNotSupportedException
 
 - 
SetHelpNavigatorpublic void SetHelpNavigator(Control ctl, HelpNavigator navigator) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, MulticastNotSupportedException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
- NotSupportedException
- ObjectDisposedException
- InvalidOperationException
- RankException
- ArrayTypeMismatchException
- ArgumentNullException
- IndexOutOfRangeException
- FormatException
- InvalidEnumArgumentException
- OutOfMemoryException
- MulticastNotSupportedException
 
 - 
SetHelpStringpublic void SetHelpString(Control ctl, java.lang.String helpString) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, FormatException, MulticastNotSupportedException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
- NotSupportedException
- ObjectDisposedException
- InvalidOperationException
- RankException
- ArrayTypeMismatchException
- ArgumentNullException
- IndexOutOfRangeException
- OutOfMemoryException
- FormatException
- MulticastNotSupportedException
 
 - 
SetShowHelppublic void SetShowHelp(Control ctl, boolean value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, FormatException, MulticastNotSupportedException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
- NotSupportedException
- ObjectDisposedException
- InvalidOperationException
- RankException
- ArrayTypeMismatchException
- ArgumentNullException
- IndexOutOfRangeException
- OutOfMemoryException
- FormatException
- MulticastNotSupportedException
 
 - 
getTagpublic NetObject getTag() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setTagpublic void setTag(NetObject Tag) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getHelpNamespacepublic java.lang.String getHelpNamespace() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setHelpNamespacepublic void setHelpNamespace(java.lang.String HelpNamespace) throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 
- 
 
-