public class ColumnHeader extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ColumnHeader
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=10.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.ColumnHeader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ColumnHeader() |
ColumnHeader(int imageIndex) |
ColumnHeader(java.lang.Object instance)
Internal constructor.
|
ColumnHeader(java.lang.String imageKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutoResize(ColumnHeaderAutoResizeStyle headerAutoResize) |
static ColumnHeader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ColumnHeader, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
int |
getDisplayIndex() |
int |
getImageIndex() |
java.lang.String |
getImageKey() |
ImageList |
getImageList() |
int |
getIndex() |
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() |
NetObject |
getTag() |
java.lang.String |
getText() |
HorizontalAlignment |
getTextAlign() |
int |
getWidth() |
void |
setDisplayIndex(int DisplayIndex) |
void |
setImageIndex(int ImageIndex) |
void |
setImageKey(java.lang.String ImageKey) |
void |
setJCOInstance(JCObject instance) |
void |
setListView(ListView ListView) |
void |
setName(java.lang.String Name) |
void |
setTag(NetObject Tag) |
void |
setText(java.lang.String Text) |
void |
setTextAlign(HorizontalAlignment TextAlign) |
void |
setWidth(int Width) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ColumnHeader()
throws java.lang.Throwable
java.lang.Throwablepublic ColumnHeader(int imageIndex)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
InvalidCastException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionInvalidCastExceptionWin32ExceptionOutOfMemoryExceptionpublic ColumnHeader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ColumnHeader(java.lang.String imageKey)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidCastException,
IndexOutOfRangeException,
ArgumentException,
FormatException,
Win32Exception,
OutOfMemoryException
public void AutoResize(ColumnHeaderAutoResizeStyle headerAutoResize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, OutOfMemoryException, Win32Exception, InvalidCastException, LockRecursionException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionWin32ExceptionInvalidCastExceptionLockRecursionExceptionAbandonedMutexExceptionpublic static ColumnHeader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ColumnHeader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedColumnHeader instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, InvalidOperationException, ArgumentNullException, InvalidCastException, Win32Exception, ObjectDisposedException, OutOfMemoryException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionArgumentNullExceptionInvalidCastExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic int getDisplayIndex()
throws java.lang.Throwable
java.lang.Throwablepublic int getImageIndex()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public java.lang.String getImageKey()
throws java.lang.Throwable
java.lang.Throwablepublic ImageList getImageList() throws java.lang.Throwable
java.lang.Throwablepublic int getIndex()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType 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 NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable
java.lang.Throwablepublic HorizontalAlignment getTextAlign() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, CultureNotFoundException, FormatException, Win32Exception, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionFormatExceptionWin32ExceptionObjectDisposedExceptionpublic int getWidth()
throws java.lang.Throwable
java.lang.Throwablepublic void setDisplayIndex(int DisplayIndex)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setImageIndex(int ImageIndex)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
InvalidCastException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidCastExceptionWin32Exceptionpublic void setImageKey(java.lang.String ImageKey)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArgumentNullException,
ArgumentException,
OutOfMemoryException,
InvalidCastException,
FormatException,
Win32Exception,
ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic 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 setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void setText(java.lang.String Text)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
ObjectDisposedException,
Win32Exception
public void setTextAlign(HorizontalAlignment TextAlign) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, CultureNotFoundException, ArgumentNullException, NotSupportedException, OutOfMemoryException, InvalidCastException, Win32Exception, ObjectDisposedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionArgumentNullExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionWin32ExceptionObjectDisposedExceptionpublic void setWidth(int Width)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
OutOfMemoryException,
CultureNotFoundException