Package system.windows.forms
Class ColumnHeader
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.ColumnHeader
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class ColumnHeader extends Component
The base .NET class managing System.Windows.Forms.ColumnHeader, 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.ColumnHeader
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.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.ColumnHeaderstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ColumnHeader()
ColumnHeader(int imageIndex)
ColumnHeader(java.lang.Object instance)
Internal constructor.ColumnHeader(java.lang.String imageKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AutoResize(ColumnHeaderAutoResizeStyle headerAutoResize)
static ColumnHeader
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoColumnHeader
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeListView
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)
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
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.ColumnHeader- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ColumnHeader
public ColumnHeader(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ColumnHeader
public ColumnHeader() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ColumnHeader
public ColumnHeader(int imageIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, OutOfMemoryException
-
ColumnHeader
public ColumnHeader(java.lang.String imageKey) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, FormatException, Win32Exception, InvalidOperationException, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classComponent
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ColumnHeader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoColumnHeader
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ColumnHeader
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, Win32Exception, InvalidOperationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
MissingMethodException
TargetInvocationException
InvalidEnumArgumentException
Win32Exception
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
-
AutoResize
public void AutoResize(ColumnHeaderAutoResizeStyle headerAutoResize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, OutOfMemoryException, Win32Exception, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ArrayTypeMismatchException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ObjectDisposedException
OutOfMemoryException
Win32Exception
RankException
-
getDisplayIndex
public int getDisplayIndex() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDisplayIndex
public void setDisplayIndex(int DisplayIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getImageIndex
public int getImageIndex() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
-
setImageIndex
public void setImageIndex(int ImageIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, OutOfMemoryException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
OutOfMemoryException
Win32Exception
-
getIndex
public int getIndex() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWidth
public int getWidth() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWidth
public void setWidth(int Width) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, CultureNotFoundException
-
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
-
getImageKey
public java.lang.String getImageKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImageKey
public void setImageKey(java.lang.String ImageKey) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, FormatException, Win32Exception, ObjectDisposedException
-
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
-
getText
public java.lang.String getText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ArgumentException, ObjectDisposedException, Win32Exception, PlatformNotSupportedException, NotSupportedException, RankException, ArrayTypeMismatchException
-
getTextAlign
public HorizontalAlignment getTextAlign() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, Win32Exception
-
setTextAlign
public void setTextAlign(HorizontalAlignment TextAlign) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, CultureNotFoundException, OutOfMemoryException, Win32Exception, ObjectDisposedException, NotSupportedException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
CultureNotFoundException
OutOfMemoryException
Win32Exception
ObjectDisposedException
NotSupportedException
RankException
ArrayTypeMismatchException
-
getImageList
public ImageList getImageList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
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
-
-