Package system.componentmodel.design
Class IDesignerEventServiceImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.design.IDesignerEventServiceImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IDesignerEventService
public class IDesignerEventServiceImplementation extends NetObject implements IDesignerEventService
The base .NET class managing System.ComponentModel.Design.IDesignerEventService, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.Design.IDesignerEventService
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: Systemstatic java.lang.StringclassNameQualified class name: System.ComponentModel.Design.IDesignerEventServicestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IDesignerEventServiceImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ComponentModel.Design.IDesignerEventService- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDesignerEventService- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDesignerEventService- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDesignerEventService- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDesignerEventService- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDesignerEventService- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIDesignerEventService
public static IDesignerEventService ToIDesignerEventService(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIDesignerEventService, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IDesignerEventServiceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getDesigners
public DesignerCollection getDesigners() throws java.lang.Throwable
- Specified by:
getDesignersin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
getActiveDesigner
public IDesignerHost getActiveDesigner() throws java.lang.Throwable
- Specified by:
getActiveDesignerin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
addActiveDesignerChanged
public void addActiveDesignerChanged(ActiveDesignerEventHandler handler) throws java.lang.Throwable
- Specified by:
addActiveDesignerChangedin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
removeActiveDesignerChanged
public void removeActiveDesignerChanged(ActiveDesignerEventHandler handler) throws java.lang.Throwable
- Specified by:
removeActiveDesignerChangedin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
addDesignerCreated
public void addDesignerCreated(DesignerEventHandler handler) throws java.lang.Throwable
- Specified by:
addDesignerCreatedin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
removeDesignerCreated
public void removeDesignerCreated(DesignerEventHandler handler) throws java.lang.Throwable
- Specified by:
removeDesignerCreatedin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
addDesignerDisposed
public void addDesignerDisposed(DesignerEventHandler handler) throws java.lang.Throwable
- Specified by:
addDesignerDisposedin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
removeDesignerDisposed
public void removeDesignerDisposed(DesignerEventHandler handler) throws java.lang.Throwable
- Specified by:
removeDesignerDisposedin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
addSelectionChanged
public void addSelectionChanged(EventHandler handler) throws java.lang.Throwable
- Specified by:
addSelectionChangedin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
removeSelectionChanged
public void removeSelectionChanged(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeSelectionChangedin interfaceIDesignerEventService- Throws:
java.lang.Throwable
-
-