public class ToolStripManager extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripManager
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=4.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.ToolStripManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolStripManager() |
ToolStripManager(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ToolStripManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ToolStripManager, a cast assert is made to check if types are compatible. |
static ToolStrip |
FindToolStrip(java.lang.String toolStripName) |
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
|
static ToolStripRenderer |
getRenderer() |
static ToolStripManagerRenderMode |
getRenderMode() |
static boolean |
getVisualStylesEnabled() |
static boolean |
IsShortcutDefined(Keys shortcut) |
static boolean |
IsValidShortcut(Keys shortcut) |
static void |
LoadSettings(Form targetForm) |
static void |
LoadSettings(Form targetForm,
java.lang.String key) |
static boolean |
Merge(ToolStrip sourceToolStrip,
java.lang.String targetName) |
static boolean |
Merge(ToolStrip sourceToolStrip,
ToolStrip targetToolStrip) |
static boolean |
RevertMerge(java.lang.String targetName) |
static boolean |
RevertMerge(ToolStrip targetToolStrip) |
static boolean |
RevertMerge(ToolStrip targetToolStrip,
ToolStrip sourceToolStrip) |
static void |
SaveSettings(Form sourceForm) |
static void |
SaveSettings(Form sourceForm,
java.lang.String key) |
void |
setJCOInstance(JCObject instance) |
static void |
setRenderer(ToolStripRenderer Renderer) |
static void |
setRenderMode(ToolStripManagerRenderMode RenderMode) |
static void |
setVisualStylesEnabled(boolean VisualStylesEnabled) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ToolStripManager()
throws java.lang.Throwable
java.lang.Throwablepublic ToolStripManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ToolStripManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolStripManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolStripManager instancejava.lang.Throwable - in case of error during cast operationpublic static ToolStrip FindToolStrip(java.lang.String toolStripName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, CultureNotFoundException, InvalidOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static ToolStripRenderer getRenderer() throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException
public static ToolStripManagerRenderMode getRenderMode() throws java.lang.Throwable
java.lang.Throwablepublic static boolean getVisualStylesEnabled()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
AbandonedMutexException,
MissingManifestResourceException,
InvalidOperationException
public static boolean IsShortcutDefined(Keys shortcut) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionpublic static boolean IsValidShortcut(Keys shortcut) throws java.lang.Throwable
java.lang.Throwablepublic static void LoadSettings(Form targetForm) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, SettingsPropertyNotFoundException, NotSupportedException, Win32Exception, OutOfMemoryException, KeyNotFoundException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionSettingsPropertyNotFoundExceptionNotSupportedExceptionWin32ExceptionOutOfMemoryExceptionKeyNotFoundExceptionInvalidEnumArgumentExceptionpublic static void LoadSettings(Form targetForm, java.lang.String key) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, SettingsPropertyNotFoundException, NotSupportedException, NullReferenceException, OutOfMemoryException, SecurityException, RegexMatchTimeoutException, KeyNotFoundException, RankException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionSettingsPropertyNotFoundExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionSecurityExceptionRegexMatchTimeoutExceptionKeyNotFoundExceptionRankExceptionInvalidEnumArgumentExceptionpublic static boolean Merge(ToolStrip sourceToolStrip, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, MulticastNotSupportedException, RankException, NotSupportedException, ThreadStateException, Win32Exception, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionMulticastNotSupportedExceptionRankExceptionNotSupportedExceptionThreadStateExceptionWin32ExceptionInvalidEnumArgumentExceptionpublic static boolean Merge(ToolStrip sourceToolStrip, ToolStrip targetToolStrip) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, MulticastNotSupportedException, RankException, ThreadStateException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionRankExceptionThreadStateExceptionWin32Exceptionpublic static boolean RevertMerge(java.lang.String targetName)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
NotSupportedException,
RankException,
MulticastNotSupportedException,
ThreadStateException,
Win32Exception,
InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionNotSupportedExceptionRankExceptionMulticastNotSupportedExceptionThreadStateExceptionWin32ExceptionInvalidEnumArgumentExceptionpublic static boolean RevertMerge(ToolStrip targetToolStrip) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, RankException, MulticastNotSupportedException, ThreadStateException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionRankExceptionMulticastNotSupportedExceptionThreadStateExceptionWin32ExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic static boolean RevertMerge(ToolStrip targetToolStrip, ToolStrip sourceToolStrip) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, RankException, MulticastNotSupportedException, ThreadStateException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionRankExceptionMulticastNotSupportedExceptionThreadStateExceptionWin32ExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic static void SaveSettings(Form sourceForm) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, SettingsPropertyNotFoundException, SettingsPropertyIsReadOnlyException, SettingsPropertyWrongTypeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSettingsPropertyNotFoundExceptionSettingsPropertyIsReadOnlyExceptionSettingsPropertyWrongTypeExceptionNotSupportedExceptionpublic static void SaveSettings(Form sourceForm, java.lang.String key) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, SettingsPropertyNotFoundException, SettingsPropertyIsReadOnlyException, SettingsPropertyWrongTypeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionSettingsPropertyNotFoundExceptionSettingsPropertyIsReadOnlyExceptionSettingsPropertyWrongTypeExceptionNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void setRenderer(ToolStripRenderer Renderer) throws java.lang.Throwable, ArgumentException
java.lang.ThrowableArgumentExceptionpublic static void setRenderMode(ToolStripManagerRenderMode RenderMode) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionConfigurationErrorsExceptionpublic static void setVisualStylesEnabled(boolean VisualStylesEnabled)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
AbandonedMutexException,
MissingManifestResourceException,
InvalidOperationException