public class ParentControlDesigner extends ControlDesigner
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.Design.ParentControlDesigner
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.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Design
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.Design.ParentControlDesigner
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ParentControlDesigner() |
ParentControlDesigner(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CanParent(Control control) |
boolean |
CanParent(ControlDesigner controlDesigner) |
static ParentControlDesigner |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ParentControlDesigner, a cast assert is made to check if types are compatible. |
GlyphCollection |
GetGlyphs(GlyphSelectionType selectionType) |
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
|
void |
Initialize(IComponent component) |
void |
InitializeNewComponent(IDictionary defaultValues) |
void |
setJCOInstance(JCObject instance) |
CanBeParentedTo, getAccessibilityObject, getAutoResizeHandles, getControl, getParticipatesWithSnapLines, getSelectionRules, getSnapLines, InitializeExistingComponent, InternalControlDesigner, NumberOfInternalControlDesigners, OnSetComponentDefaults, setAutoResizeHandlesclose, Dispose, DoDefaultAction, getActionLists, getAssociatedComponents, getComponent, getVerbs, InitializeNonDefaultEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringPostFilterAttributes, PostFilterEvents, PostFilterProperties, PreFilterAttributes, PreFilterEvents, PreFilterProperties, ToIDesignerFilterpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ParentControlDesigner()
throws java.lang.Throwable
java.lang.Throwablepublic ParentControlDesigner(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic boolean CanParent(Control control) throws java.lang.Throwable
java.lang.Throwablepublic boolean CanParent(ControlDesigner controlDesigner) throws java.lang.Throwable
java.lang.Throwablepublic static ParentControlDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ParentControlDesigner, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedParentControlDesigner instancejava.lang.Throwable - in case of error during cast operationpublic GlyphCollection GetGlyphs(GlyphSelectionType selectionType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException, CultureNotFoundException, MulticastNotSupportedException, ConfigurationErrorsException
GetGlyphs in class ControlDesignerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDesignerFiltergetJCOAssemblyName in class ControlDesignerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDesignerFiltergetJCOClassName in class ControlDesignerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDesignerFiltergetJCOInstance in class ControlDesignerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDesignerFiltergetJCOObjectName in class ControlDesignerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDesignerFiltergetJCOType in class ControlDesignerJCType representing the CLR Type of the instantiated Classpublic void Initialize(IComponent component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, RankException, MulticastNotSupportedException, NotImplementedException, Win32Exception, OutOfMemoryException, ThreadStateException
Initialize in class ControlDesignerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionRankExceptionMulticastNotSupportedExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionThreadStateExceptionpublic void InitializeNewComponent(IDictionary defaultValues) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, NullReferenceException, Win32Exception, OutOfMemoryException, RankException, MulticastNotSupportedException
InitializeNewComponent in class ControlDesignerjava.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionRankExceptionMulticastNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ControlDesigner