Package system.componentmodel.design
Class ComponentDesigner
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.design.ComponentDesigner
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
,IDesignerFilter
- Direct Known Subclasses:
ComponentDocumentDesigner
,ControlDesigner
public class ComponentDesigner extends NetObject implements IDesignerFilter, AutoCloseable
The base .NET class managing System.ComponentModel.Design.ComponentDesigner, System.Windows.Forms.Design, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.Design.ComponentDesigner
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms.Design, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: System.Windows.Forms.Designstatic String
className
Qualified class name: System.ComponentModel.Design.ComponentDesignerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ComponentDesigner()
ComponentDesigner(Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ComponentDesigner
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoComponentDesigner
, a cast assert is made to check if types are compatible.void
close()
void
Dispose()
void
DoDefaultAction()
DesignerActionListCollection
getActionLists()
ICollection
getAssociatedComponents()
IComponent
getComponent()
String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeDesignerVerbCollection
getVerbs()
void
Initialize(IComponent component)
void
InitializeExistingComponent(IDictionary defaultValues)
void
InitializeNewComponent(IDictionary defaultValues)
void
InitializeNonDefault()
void
OnSetComponentDefaults()
void
PostFilterAttributes(IDictionary attributes)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
PostFilterEvents(IDictionary events)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
PostFilterProperties(IDictionary properties)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
PreFilterAttributes(IDictionary attributes)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
PreFilterEvents(IDictionary events)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
PreFilterProperties(IDictionary properties)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
setComponent(IComponent Component)
void
setJCOInstance(JCObject instance)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Windows.Forms.Design, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Windows.Forms.Design- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.ComponentModel.Design.ComponentDesigner- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDesignerFilter
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIDesignerFilter
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIDesignerFilter
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIDesignerFilter
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDesignerFilter
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ComponentDesigner cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoComponentDesigner
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ComponentDesigner
instance- Throws:
Throwable
- in case of error during cast operation
-
Dispose
public void Dispose() throws Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException
-
DoDefaultAction
public void DoDefaultAction() throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Initialize
public void Initialize(IComponent component) throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException
-
InitializeExistingComponent
public void InitializeExistingComponent(IDictionary defaultValues) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException
-
InitializeNewComponent
public void InitializeNewComponent(IDictionary defaultValues) throws Throwable
- Throws:
Throwable
-
OnSetComponentDefaults
public void OnSetComponentDefaults() throws Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException
-
PostFilterAttributes
@Deprecated public void PostFilterAttributes(IDictionary attributes) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIDesignerFilter method available in IDesignerFilter to obtain an object with an invocable method- Specified by:
PostFilterAttributes
in interfaceIDesignerFilter
- Throws:
Throwable
-
PostFilterEvents
@Deprecated public void PostFilterEvents(IDictionary events) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIDesignerFilter method available in IDesignerFilter to obtain an object with an invocable method- Specified by:
PostFilterEvents
in interfaceIDesignerFilter
- Throws:
Throwable
-
PostFilterProperties
@Deprecated public void PostFilterProperties(IDictionary properties) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIDesignerFilter method available in IDesignerFilter to obtain an object with an invocable method- Specified by:
PostFilterProperties
in interfaceIDesignerFilter
- Throws:
Throwable
-
PreFilterAttributes
@Deprecated public void PreFilterAttributes(IDictionary attributes) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIDesignerFilter method available in IDesignerFilter to obtain an object with an invocable method- Specified by:
PreFilterAttributes
in interfaceIDesignerFilter
- Throws:
Throwable
-
PreFilterEvents
@Deprecated public void PreFilterEvents(IDictionary events) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIDesignerFilter method available in IDesignerFilter to obtain an object with an invocable method- Specified by:
PreFilterEvents
in interfaceIDesignerFilter
- Throws:
Throwable
-
PreFilterProperties
@Deprecated public void PreFilterProperties(IDictionary properties) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIDesignerFilter method available in IDesignerFilter to obtain an object with an invocable method- Specified by:
PreFilterProperties
in interfaceIDesignerFilter
- Throws:
Throwable
-
close
public void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
getAssociatedComponents
public ICollection getAssociatedComponents() throws Throwable
- Throws:
Throwable
-
getActionLists
public DesignerActionListCollection getActionLists() throws Throwable
- Throws:
Throwable
-
getVerbs
public DesignerVerbCollection getVerbs() throws Throwable
- Throws:
Throwable
-
getComponent
public IComponent getComponent() throws Throwable
- Throws:
Throwable
-
setComponent
public void setComponent(IComponent Component) throws Throwable
- Throws:
Throwable
-
-