Package system.windows.data
Class PropertyGroupDescription
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.GroupDescription
-
- system.windows.data.PropertyGroupDescription
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class PropertyGroupDescription extends GroupDescription
The base .NET class managing System.Windows.Data.PropertyGroupDescription, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.PropertyGroupDescription
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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Data.PropertyGroupDescriptionstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PropertyGroupDescription()PropertyGroupDescription(java.lang.Object instance)Internal constructor.PropertyGroupDescription(java.lang.String propertyName)PropertyGroupDescription(java.lang.String propertyName, IValueConverter converter)PropertyGroupDescription(java.lang.String propertyName, IValueConverter converter, StringComparison stringComparison)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyGroupDescriptioncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPropertyGroupDescription, a cast assert is made to check if types are compatible.static IComparergetCompareNameAscending()static IComparergetCompareNameDescending()IValueConvertergetConverter()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 objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetPropertyName()StringComparisongetStringComparison()NetObjectGroupNameFromItem(NetObject item, int level, CultureInfo culture)booleanNamesMatch(NetObject groupName, NetObject itemName)voidsetConverter(IValueConverter Converter)voidsetJCOInstance(JCObject instance)voidsetPropertyName(java.lang.String PropertyName)voidsetStringComparison(StringComparison StringComparison)-
Methods inherited from class system.componentmodel.GroupDescription
getCustomSort, getSortDescriptions, setCustomSort, ShouldSerializeGroupNames, ShouldSerializeSortDescriptions
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.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.Data.PropertyGroupDescription- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PropertyGroupDescription
public PropertyGroupDescription(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
PropertyGroupDescription
public PropertyGroupDescription() throws java.lang.Throwable, MulticastNotSupportedException- Throws:
java.lang.ThrowableMulticastNotSupportedException
-
PropertyGroupDescription
public PropertyGroupDescription(java.lang.String propertyName) throws java.lang.Throwable, MulticastNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, FormatException, IndexOutOfRangeException
-
PropertyGroupDescription
public PropertyGroupDescription(java.lang.String propertyName, IValueConverter converter) throws java.lang.Throwable, MulticastNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, FormatException, IndexOutOfRangeException
-
PropertyGroupDescription
public PropertyGroupDescription(java.lang.String propertyName, IValueConverter converter, StringComparison stringComparison) throws java.lang.Throwable, MulticastNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, FormatException, IndexOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classGroupDescription- 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- Overrides:
getJCOClassNamein classGroupDescription- 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- Overrides:
getJCOObjectNamein classGroupDescription- 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- Overrides:
getJCOInstancein classGroupDescription- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classGroupDescription
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classGroupDescription- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PropertyGroupDescription cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPropertyGroupDescription, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PropertyGroupDescriptioninstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
NamesMatch
public boolean NamesMatch(NetObject groupName, NetObject itemName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
- Overrides:
NamesMatchin classGroupDescription- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundException
-
GroupNameFromItem
public NetObject GroupNameFromItem(NetObject item, int level, CultureInfo culture) throws java.lang.Throwable, ArgumentException, SecurityException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, NotSupportedException, TypeLoadException, ArgumentOutOfRangeException, OverflowException, InvalidEnumArgumentException
- Overrides:
GroupNameFromItemin classGroupDescription- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentNullExceptionNotSupportedExceptionTypeLoadExceptionArgumentOutOfRangeExceptionOverflowExceptionInvalidEnumArgumentException
-
getCompareNameAscending
public static IComparer getCompareNameAscending() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCompareNameDescending
public static IComparer getCompareNameDescending() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyName
public java.lang.String getPropertyName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPropertyName
public void setPropertyName(java.lang.String PropertyName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, FormatException, IndexOutOfRangeException
-
getStringComparison
public StringComparison getStringComparison() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStringComparison
public void setStringComparison(StringComparison StringComparison) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConverter
public IValueConverter getConverter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverter
public void setConverter(IValueConverter Converter) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-