Package system.windows.controls
Class GroupStyleSelector
- java.lang.Object
-
- org.mases.jcobridge.JCDelegate
-
- system.windows.controls.GroupStyleSelector
-
- All Implemented Interfaces:
org.mases.jcobridge.IJCEventEmit,IJCOBridgeReflected
public class GroupStyleSelector extends org.mases.jcobridge.JCDelegate implements org.mases.jcobridge.IJCEventEmit, IJCOBridgeReflected
The base .NET class managing System.Windows.Controls.GroupStyleSelector, PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35. ExtendsJCDelegate..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.GroupStyleSelector
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: PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Controls.GroupStyleSelectorstatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description GroupStyleSelector()GroupStyleSelector(java.lang.Object instance)Internal constructor.GroupStyleSelector(IGroupStyleSelector instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectDelegateInvoked(java.lang.Object... argsFromJCOBridge)GroupStyleDynamicInvoke(CollectionViewGroup group, int level)java.lang.ObjectEventRaised(java.lang.Object... argsFromJCOBridge)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class TypeGroupStyleInvoke(CollectionViewGroup group, int level)Methods invoked in JVM when an event is raised in CLR
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Controls.GroupStyleSelector- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Constructor Detail
-
GroupStyleSelector
public GroupStyleSelector()
-
GroupStyleSelector
public GroupStyleSelector(IGroupStyleSelector instance)
-
GroupStyleSelector
public GroupStyleSelector(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- 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 interfaceIJCOBridgeReflected- 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 interfaceIJCOBridgeReflected- 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 interfaceIJCOBridgeReflected- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
EventRaised
public final java.lang.Object EventRaised(java.lang.Object... argsFromJCOBridge)
- Specified by:
EventRaisedin interfaceorg.mases.jcobridge.IJCEventEmit
-
DelegateInvoked
public final java.lang.Object DelegateInvoked(java.lang.Object... argsFromJCOBridge)
- Overrides:
DelegateInvokedin classorg.mases.jcobridge.JCDelegate
-
DynamicInvoke
public GroupStyle DynamicInvoke(CollectionViewGroup group, int level) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Invoke
public GroupStyle Invoke(CollectionViewGroup group, int level)
Methods invoked in JVM when an event is raised in CLR
-
-