public class ControlDesigner extends ComponentDesigner
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.Design.ControlDesigner
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.Design, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms.Design
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.Design.ControlDesigner
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ControlDesigner() |
ControlDesigner(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CanBeParentedTo(IDesigner parentDesigner) |
static ControlDesigner |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ControlDesigner, a cast assert is made to check if types are compatible. |
AccessibleObject |
getAccessibilityObject() |
boolean |
getAutoResizeHandles() |
Control |
getControl() |
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
|
boolean |
getParticipatesWithSnapLines() |
SelectionRules |
getSelectionRules() |
IList |
getSnapLines() |
void |
Initialize(IComponent component) |
void |
InitializeExistingComponent(IDictionary defaultValues) |
void |
InitializeNewComponent(IDictionary defaultValues) |
ControlDesigner |
InternalControlDesigner(int internalControlIndex) |
int |
NumberOfInternalControlDesigners() |
void |
OnSetComponentDefaults() |
void |
setAutoResizeHandles(boolean AutoResizeHandles) |
void |
setJCOInstance(JCObject instance) |
close, Dispose, DoDefaultAction, getActionLists, getAssociatedComponents, getComponent, getVerbs, InitializeNonDefault, setComponentEquals, 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 ControlDesigner()
throws java.lang.Throwable
java.lang.Throwablepublic ControlDesigner(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic boolean CanBeParentedTo(IDesigner parentDesigner) throws java.lang.Throwable
java.lang.Throwablepublic static ControlDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ControlDesigner, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedControlDesigner instancejava.lang.Throwable - in case of error during cast operationpublic AccessibleObject getAccessibilityObject() throws java.lang.Throwable
java.lang.Throwablepublic boolean getAutoResizeHandles()
throws java.lang.Throwable
java.lang.Throwablepublic Control getControl() throws java.lang.Throwable
java.lang.Throwablepublic GlyphCollection GetGlyphs(GlyphSelectionType selectionType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, OutOfMemoryException, ObjectDisposedException, InvalidOperationException, Win32Exception, PlatformNotSupportedException, NotSupportedException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, ExternalException, CultureNotFoundException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionOutOfMemoryExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionPlatformNotSupportedExceptionNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionExternalExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDesignerFiltergetJCOAssemblyName in class ComponentDesignerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDesignerFiltergetJCOClassName in class ComponentDesignerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDesignerFiltergetJCOInstance in class ComponentDesignerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDesignerFiltergetJCOObjectName in class ComponentDesignerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDesignerFiltergetJCOType in class ComponentDesignerJCType representing the CLR Type of the instantiated Classpublic boolean getParticipatesWithSnapLines()
throws java.lang.Throwable
java.lang.Throwablepublic SelectionRules getSelectionRules() throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException, ExternalException, Win32Exception, ObjectDisposedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionCultureNotFoundExceptionExternalExceptionWin32ExceptionObjectDisposedExceptionpublic IList getSnapLines() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public void Initialize(IComponent component) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, MulticastNotSupportedException, ObjectDisposedException, Win32Exception
Initialize in class ComponentDesignerjava.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionRankExceptionMulticastNotSupportedExceptionObjectDisposedExceptionWin32Exceptionpublic void InitializeExistingComponent(IDictionary defaultValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotImplementedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
InitializeExistingComponent in class ComponentDesignerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionNotImplementedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void InitializeNewComponent(IDictionary defaultValues) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException, ExternalException, Win32Exception, ObjectDisposedException, InvalidEnumArgumentException
InitializeNewComponent in class ComponentDesignerjava.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionCultureNotFoundExceptionExternalExceptionWin32ExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionpublic ControlDesigner InternalControlDesigner(int internalControlIndex) throws java.lang.Throwable
java.lang.Throwablepublic int NumberOfInternalControlDesigners()
throws java.lang.Throwable
java.lang.Throwablepublic void OnSetComponentDefaults()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException,
CultureNotFoundException,
ExternalException
OnSetComponentDefaults in class ComponentDesignerjava.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionCultureNotFoundExceptionExternalExceptionpublic void setAutoResizeHandles(boolean AutoResizeHandles)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ComponentDesigner