Package system.componentmodel.design
Class IComponentChangeServiceImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.design.IComponentChangeServiceImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IComponentChangeService
public class IComponentChangeServiceImplementation extends NetObject implements IComponentChangeService
The base .NET class managing System.ComponentModel.Design.IComponentChangeService, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.Design.IComponentChangeService
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.IComponentChangeServicestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IComponentChangeServiceImplementation(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.IComponentChangeService- 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 interfaceIComponentChangeService- 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 interfaceIComponentChangeService- 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 interfaceIComponentChangeService- 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 interfaceIComponentChangeService- 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 interfaceIComponentChangeService- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIComponentChangeService
public static IComponentChangeService ToIComponentChangeService(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIComponentChangeService, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IComponentChangeServiceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
OnComponentChanged
public void OnComponentChanged(NetObject component, MemberDescriptor member, NetObject oldValue, NetObject newValue) throws java.lang.Throwable
- Specified by:
OnComponentChangedin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
OnComponentChanging
public void OnComponentChanging(NetObject component, MemberDescriptor member) throws java.lang.Throwable
- Specified by:
OnComponentChangingin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
addComponentChanged
public void addComponentChanged(ComponentChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addComponentChangedin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
removeComponentChanged
public void removeComponentChanged(ComponentChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeComponentChangedin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
addComponentChanging
public void addComponentChanging(ComponentChangingEventHandler handler) throws java.lang.Throwable
- Specified by:
addComponentChangingin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
removeComponentChanging
public void removeComponentChanging(ComponentChangingEventHandler handler) throws java.lang.Throwable
- Specified by:
removeComponentChangingin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
addComponentAdded
public void addComponentAdded(ComponentEventHandler handler) throws java.lang.Throwable
- Specified by:
addComponentAddedin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
removeComponentAdded
public void removeComponentAdded(ComponentEventHandler handler) throws java.lang.Throwable
- Specified by:
removeComponentAddedin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
addComponentAdding
public void addComponentAdding(ComponentEventHandler handler) throws java.lang.Throwable
- Specified by:
addComponentAddingin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
removeComponentAdding
public void removeComponentAdding(ComponentEventHandler handler) throws java.lang.Throwable
- Specified by:
removeComponentAddingin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
addComponentRemoved
public void addComponentRemoved(ComponentEventHandler handler) throws java.lang.Throwable
- Specified by:
addComponentRemovedin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
removeComponentRemoved
public void removeComponentRemoved(ComponentEventHandler handler) throws java.lang.Throwable
- Specified by:
removeComponentRemovedin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
addComponentRemoving
public void addComponentRemoving(ComponentEventHandler handler) throws java.lang.Throwable
- Specified by:
addComponentRemovingin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
removeComponentRemoving
public void removeComponentRemoving(ComponentEventHandler handler) throws java.lang.Throwable
- Specified by:
removeComponentRemovingin interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
addComponentRename
public void addComponentRename(ComponentRenameEventHandler handler) throws java.lang.Throwable
- Specified by:
addComponentRenamein interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
removeComponentRename
public void removeComponentRename(ComponentRenameEventHandler handler) throws java.lang.Throwable
- Specified by:
removeComponentRenamein interfaceIComponentChangeService- Throws:
java.lang.Throwable
-
-