Package system.windows.forms
Class ListViewGroup
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.ListViewGroup
-
- All Implemented Interfaces:
IJCOBridgeReflected,ISerializable
public class ListViewGroup extends NetObject implements ISerializable
The base .NET class managing System.Windows.Forms.ListViewGroup, System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ListViewGroup
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.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.ListViewGroupstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ListViewGroup()ListViewGroup(java.lang.Object instance)Internal constructor.ListViewGroup(java.lang.String header)ListViewGroup(java.lang.String key, java.lang.String headerText)ListViewGroup(java.lang.String header, HorizontalAlignment headerAlignment)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListViewGroupcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoListViewGroup, a cast assert is made to check if types are compatible.ListViewGroupCollapsedStategetCollapsedState()java.lang.StringgetFooter()HorizontalAlignmentgetFooterAlignment()java.lang.StringgetHeader()HorizontalAlignmentgetHeaderAlignment()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 TypeListViewgetListView()java.lang.StringgetName()java.lang.StringgetSubtitle()NetObjectgetTag()java.lang.StringgetTaskLink()intgetTitleImageIndex()java.lang.StringgetTitleImageKey()voidsetCollapsedState(ListViewGroupCollapsedState CollapsedState)voidsetFooter(java.lang.String Footer)voidsetFooterAlignment(HorizontalAlignment FooterAlignment)voidsetHeader(java.lang.String Header)voidsetHeaderAlignment(HorizontalAlignment HeaderAlignment)voidsetJCOInstance(JCObject instance)voidsetListView(ListView ListView)voidsetName(java.lang.String Name)voidsetSubtitle(java.lang.String Subtitle)voidsetTag(NetObject Tag)voidsetTaskLink(java.lang.String TaskLink)voidsetTitleImageIndex(int TitleImageIndex)voidsetTitleImageKey(java.lang.String TitleImageKey)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.runtime.serialization.ISerializable
GetObjectData
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.ListViewGroup- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ListViewGroup
public ListViewGroup(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ListViewGroup
public ListViewGroup() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
ListViewGroup
public ListViewGroup(java.lang.String key, java.lang.String headerText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
ListViewGroup
public ListViewGroup(java.lang.String header, HorizontalAlignment headerAlignment) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ListViewGroup
public ListViewGroup(java.lang.String header) throws java.lang.Throwable- 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- Specified by:
getJCOAssemblyNamein interfaceISerializable- 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 interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceISerializable- 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 interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceISerializable- 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 interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceISerializable- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceISerializable- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ListViewGroup cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoListViewGroup, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ListViewGroupinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getTitleImageIndex
public int getTitleImageIndex() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeException
-
setTitleImageIndex
public void setTitleImageIndex(int TitleImageIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
getTag
public NetObject getTag() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTag
public void setTag(NetObject Tag) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFooter
public java.lang.String getFooter() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setFooter
public void setFooter(java.lang.String Footer) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationException
-
getHeader
public java.lang.String getHeader() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHeader
public void setHeader(java.lang.String Header) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationException
-
getName
public java.lang.String getName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSubtitle
public java.lang.String getSubtitle() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSubtitle
public void setSubtitle(java.lang.String Subtitle) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationException
-
getTaskLink
public java.lang.String getTaskLink() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTaskLink
public void setTaskLink(java.lang.String TaskLink) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationException
-
getTitleImageKey
public java.lang.String getTitleImageKey() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTitleImageKey
public void setTitleImageKey(java.lang.String TitleImageKey) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationException
-
getFooterAlignment
public HorizontalAlignment getFooterAlignment() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFooterAlignment
public void setFooterAlignment(HorizontalAlignment FooterAlignment) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getHeaderAlignment
public HorizontalAlignment getHeaderAlignment() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHeaderAlignment
public void setHeaderAlignment(HorizontalAlignment HeaderAlignment) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getListView
public ListView getListView() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setListView
public void setListView(ListView ListView) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCollapsedState
public ListViewGroupCollapsedState getCollapsedState() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCollapsedState
public void setCollapsedState(ListViewGroupCollapsedState CollapsedState) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
-
-