public class ListViewGroup extends NetObject implements ISerializable
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.ListViewGroup
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ListViewGroup() |
ListViewGroup(java.lang.Object instance)
Internal constructor.
|
ListViewGroup(java.lang.String header) |
ListViewGroup(java.lang.String header,
HorizontalAlignment headerAlignment) |
ListViewGroup(java.lang.String key,
java.lang.String headerText) |
| Modifier and Type | Method and Description |
|---|---|
static ListViewGroup |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ListViewGroup, a cast assert is made to check if types are compatible. |
ListViewGroupCollapsedState |
getCollapsedState() |
java.lang.String |
getFooter() |
HorizontalAlignment |
getFooterAlignment() |
java.lang.String |
getHeader() |
HorizontalAlignment |
getHeaderAlignment() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
ListView |
getListView() |
java.lang.String |
getName() |
java.lang.String |
getSubtitle() |
NetObject |
getTag() |
java.lang.String |
getTaskLink() |
int |
getTitleImageIndex() |
java.lang.String |
getTitleImageKey() |
void |
setCollapsedState(ListViewGroupCollapsedState CollapsedState) |
void |
setFooter(java.lang.String Footer) |
void |
setFooterAlignment(HorizontalAlignment FooterAlignment) |
void |
setHeader(java.lang.String Header) |
void |
setHeaderAlignment(HorizontalAlignment HeaderAlignment) |
void |
setJCOInstance(JCObject instance) |
void |
setListView(ListView ListView) |
void |
setName(java.lang.String Name) |
void |
setSubtitle(java.lang.String Subtitle) |
void |
setTag(NetObject Tag) |
void |
setTaskLink(java.lang.String TaskLink) |
void |
setTitleImageIndex(int TitleImageIndex) |
void |
setTitleImageKey(java.lang.String TitleImageKey) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetObjectData, ToISerializablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ListViewGroup()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException
public ListViewGroup(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ListViewGroup(java.lang.String header)
throws java.lang.Throwable
java.lang.Throwablepublic ListViewGroup(java.lang.String header,
HorizontalAlignment headerAlignment)
throws java.lang.Throwable
java.lang.Throwablepublic ListViewGroup(java.lang.String key,
java.lang.String headerText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException
public static ListViewGroup cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ListViewGroup, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedListViewGroup instancejava.lang.Throwable - in case of error during cast operationpublic ListViewGroupCollapsedState getCollapsedState() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFooter()
throws java.lang.Throwable
java.lang.Throwablepublic HorizontalAlignment getFooterAlignment() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHeader()
throws java.lang.Throwable
java.lang.Throwablepublic HorizontalAlignment getHeaderAlignment() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISerializablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISerializablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISerializablegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISerializablegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic ListView getListView() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSubtitle()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTaskLink()
throws java.lang.Throwable
java.lang.Throwablepublic int getTitleImageIndex()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic java.lang.String getTitleImageKey()
throws java.lang.Throwable
java.lang.Throwablepublic void setCollapsedState(ListViewGroupCollapsedState CollapsedState) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException
public void setFooter(java.lang.String Footer)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionpublic void setFooterAlignment(HorizontalAlignment FooterAlignment) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException
public void setHeader(java.lang.String Header)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionpublic void setHeaderAlignment(HorizontalAlignment HeaderAlignment) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setListView(ListView ListView) throws java.lang.Throwable
java.lang.Throwablepublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setSubtitle(java.lang.String Subtitle)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionpublic void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void setTaskLink(java.lang.String TaskLink)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionpublic void setTitleImageIndex(int TitleImageIndex)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException
public void setTitleImageKey(java.lang.String TitleImageKey)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationException