Package system.windows.forms
Class DataGridViewColumnHeaderCell
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.DataGridViewElement
-
- system.windows.forms.DataGridViewCell
-
- system.windows.forms.DataGridViewHeaderCell
-
- system.windows.forms.DataGridViewColumnHeaderCell
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
- Direct Known Subclasses:
DataGridViewTopLeftHeaderCell
public class DataGridViewColumnHeaderCell extends DataGridViewHeaderCell
The base .NET class managing System.Windows.Forms.DataGridViewColumnHeaderCell, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewColumnHeaderCell
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=4.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.DataGridViewColumnHeaderCellstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridViewColumnHeaderCell()
DataGridViewColumnHeaderCell(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataGridViewColumnHeaderCell
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDataGridViewColumnHeaderCell
, a cast assert is made to check if types are compatible.NetObject
Clone()
ContextMenuStrip
GetInheritedContextMenuStrip(int rowIndex)
DataGridViewCellStyle
GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, boolean includeColors)
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 TypeSortOrder
getSortGlyphDirection()
void
setJCOInstance(JCObject instance)
void
setSortGlyphDirection(SortOrder SortGlyphDirection)
-
Methods inherited from class system.windows.forms.DataGridViewHeaderCell
GetInheritedState
-
Methods inherited from class system.windows.forms.DataGridViewCell
AdjustCellBorderStyle, close, DetachEditingControl, Dispose, getAccessibilityObject, getColumnIndex, getContentBounds, GetContentBounds, getContextMenuStrip, getDefaultNewRowValue, getDisplayed, getEditedFormattedValue, GetEditedFormattedValue, getEditType, getErrorIconBounds, getErrorText, getFormattedValue, getFormattedValueType, getFrozen, getHasStyle, getInheritedState, getInheritedStyle, getIsInEditMode, getOwningColumn, getOwningRow, getPreferredSize, getReadOnly, getResizable, getRowIndex, getSelected, getSize, getStyle, getTag, getToolTipText, getValue, getValueType, getVisible, InitializeEditingControl, KeyEntersEditMode, MeasureTextHeight, MeasureTextHeight, MeasureTextPreferredSize, MeasureTextSize, MeasureTextWidth, ParseFormattedValue, PositionEditingControl, PositionEditingPanel, setContextMenuStrip, setErrorText, setReadOnly, setSelected, setStyle, setTag, setToolTipText, setValue, setValueType
-
Methods inherited from class system.windows.forms.DataGridViewElement
getDataGridView, getState
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.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.DataGridViewColumnHeaderCell- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataGridViewColumnHeaderCell
public DataGridViewColumnHeaderCell(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataGridViewColumnHeaderCell
public DataGridViewColumnHeaderCell() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
-
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 classDataGridViewHeaderCell
- 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 classDataGridViewHeaderCell
- 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 classDataGridViewHeaderCell
- 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 classDataGridViewHeaderCell
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDataGridViewHeaderCell
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDataGridViewHeaderCell
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataGridViewColumnHeaderCell cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataGridViewColumnHeaderCell
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataGridViewColumnHeaderCell
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, NullReferenceException, MulticastNotSupportedException, RankException, ThreadStateException, Win32Exception, KeyNotFoundException, IndexOutOfRangeException, NotImplementedException
- Overrides:
Clone
in classDataGridViewHeaderCell
- Throws:
java.lang.Throwable
ArgumentNullException
ConfigurationErrorsException
ArgumentException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
SecurityException
MissingMethodException
TargetInvocationException
InvalidEnumArgumentException
NullReferenceException
MulticastNotSupportedException
RankException
ThreadStateException
Win32Exception
KeyNotFoundException
IndexOutOfRangeException
NotImplementedException
-
GetInheritedContextMenuStrip
public ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) throws java.lang.Throwable, ArgumentOutOfRangeException
- Overrides:
GetInheritedContextMenuStrip
in classDataGridViewHeaderCell
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
GetInheritedStyle
public DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, boolean includeColors) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, InvalidEnumArgumentException, NotSupportedException, SecurityException
- Overrides:
GetInheritedStyle
in classDataGridViewCell
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
NullReferenceException
InvalidEnumArgumentException
NotSupportedException
SecurityException
-
getSortGlyphDirection
public SortOrder getSortGlyphDirection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSortGlyphDirection
public void setSortGlyphDirection(SortOrder SortGlyphDirection) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
-