Package system.windows.forms
Class DataGridViewCell
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.DataGridViewElement
-
- system.windows.forms.DataGridViewCell
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
- Direct Known Subclasses:
DataGridViewButtonCell,DataGridViewCheckBoxCell,DataGridViewComboBoxCell,DataGridViewHeaderCell,DataGridViewImageCell,DataGridViewLinkCell,DataGridViewTextBoxCell
public class DataGridViewCell extends DataGridViewElement implements java.lang.AutoCloseable
The base .NET class managing System.Windows.Forms.DataGridViewCell, 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.DataGridViewCell
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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.DataGridViewCellstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridViewCell()DataGridViewCell(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataGridViewAdvancedBorderStyleAdjustCellBorderStyle(DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow)static DataGridViewCellcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDataGridViewCell, a cast assert is made to check if types are compatible.NetObjectClone()voidclose()voidDetachEditingControl()voidDispose()AccessibleObjectgetAccessibilityObject()intgetColumnIndex()RectanglegetContentBounds()RectangleGetContentBounds(int rowIndex)ContextMenuStripgetContextMenuStrip()NetObjectgetDefaultNewRowValue()booleangetDisplayed()NetObjectgetEditedFormattedValue()NetObjectGetEditedFormattedValue(int rowIndex, DataGridViewDataErrorContexts context)NetTypegetEditType()RectanglegetErrorIconBounds()java.lang.StringgetErrorText()NetObjectgetFormattedValue()NetTypegetFormattedValueType()booleangetFrozen()booleangetHasStyle()ContextMenuStripGetInheritedContextMenuStrip(int rowIndex)DataGridViewElementStatesgetInheritedState()DataGridViewElementStatesGetInheritedState(int rowIndex)DataGridViewCellStylegetInheritedStyle()DataGridViewCellStyleGetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, boolean includeColors)booleangetIsInEditMode()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 TypeDataGridViewColumngetOwningColumn()DataGridViewRowgetOwningRow()SizegetPreferredSize()booleangetReadOnly()booleangetResizable()intgetRowIndex()booleangetSelected()SizegetSize()DataGridViewCellStylegetStyle()NetObjectgetTag()java.lang.StringgetToolTipText()NetObjectgetValue()NetTypegetValueType()booleangetVisible()voidInitializeEditingControl(int rowIndex, NetObject initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)booleanKeyEntersEditMode(KeyEventArgs e)static intMeasureTextHeight(Graphics graphics, java.lang.String text, Font font, int maxWidth, TextFormatFlags flags)static intMeasureTextHeight(Graphics graphics, java.lang.String text, Font font, int maxWidth, TextFormatFlags flags, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> widthTruncated)static SizeMeasureTextPreferredSize(Graphics graphics, java.lang.String text, Font font, Single maxRatio, TextFormatFlags flags)static SizeMeasureTextSize(Graphics graphics, java.lang.String text, Font font, TextFormatFlags flags)static intMeasureTextWidth(Graphics graphics, java.lang.String text, Font font, int maxHeight, TextFormatFlags flags)NetObjectParseFormattedValue(NetObject formattedValue, DataGridViewCellStyle cellStyle, TypeConverter formattedValueTypeConverter, TypeConverter valueTypeConverter)voidPositionEditingControl(boolean setLocation, boolean setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow)RectanglePositionEditingPanel(Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow)voidsetContextMenuStrip(ContextMenuStrip ContextMenuStrip)voidsetErrorText(java.lang.String ErrorText)voidsetJCOInstance(JCObject instance)voidsetReadOnly(boolean ReadOnly)voidsetSelected(boolean Selected)voidsetStyle(DataGridViewCellStyle Style)voidsetTag(NetObject Tag)voidsetToolTipText(java.lang.String ToolTipText)voidsetValue(NetObject Value)voidsetValueType(NetType ValueType)-
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.DataGridViewCell- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDataGridViewElement- 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- Overrides:
getJCOClassNamein classDataGridViewElement- 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- Overrides:
getJCOObjectNamein classDataGridViewElement- 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- Overrides:
getJCOInstancein classDataGridViewElement- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDataGridViewElement
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDataGridViewElement- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DataGridViewCell cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataGridViewCell, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataGridViewCellinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
KeyEntersEditMode
public boolean KeyEntersEditMode(KeyEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MeasureTextHeight
public static int MeasureTextHeight(Graphics graphics, java.lang.String text, Font font, int maxWidth, TextFormatFlags flags) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException
-
MeasureTextHeight
public static int MeasureTextHeight(Graphics graphics, java.lang.String text, Font font, int maxWidth, TextFormatFlags flags, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> widthTruncated) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentException
-
MeasureTextWidth
public static int MeasureTextWidth(Graphics graphics, java.lang.String text, Font font, int maxHeight, TextFormatFlags flags) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentException
-
GetContentBounds
public Rectangle GetContentBounds(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionSecurityException
-
PositionEditingPanel
public Rectangle PositionEditingPanel(Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NotSupportedException, ConfigurationErrorsException, Win32Exception, SecurityException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNotSupportedExceptionConfigurationErrorsExceptionWin32ExceptionSecurityException
-
MeasureTextPreferredSize
public static Size MeasureTextPreferredSize(Graphics graphics, java.lang.String text, Font font, Single maxRatio, TextFormatFlags flags) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentException
-
MeasureTextSize
public static Size MeasureTextSize(Graphics graphics, java.lang.String text, Font font, TextFormatFlags flags) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException, NullReferenceException, MulticastNotSupportedException, RankException, ThreadStateException, Win32Exception, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMulticastNotSupportedExceptionRankExceptionThreadStateExceptionWin32ExceptionKeyNotFoundException
-
GetEditedFormattedValue
public NetObject GetEditedFormattedValue(int rowIndex, DataGridViewDataErrorContexts context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException, SecurityException, IndexOutOfRangeException, RankException, Win32Exception, InvalidCastException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionInvalidCastExceptionFormatException
-
ParseFormattedValue
public NetObject ParseFormattedValue(NetObject formattedValue, DataGridViewCellStyle cellStyle, TypeConverter formattedValueTypeConverter, TypeConverter valueTypeConverter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidCastException
-
GetInheritedContextMenuStrip
public ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
AdjustCellBorderStyle
public DataGridViewAdvancedBorderStyle AdjustCellBorderStyle(DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, RankException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRankExceptionInvalidEnumArgumentException
-
GetInheritedStyle
public DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, boolean includeColors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentException
-
GetInheritedState
public DataGridViewElementStates GetInheritedState(int rowIndex) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedException
-
DetachEditingControl
public void DetachEditingControl() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, RankException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionRankException
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullException
-
InitializeEditingControl
public void InitializeEditingControl(int rowIndex, NetObject initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, ConfigurationErrorsException, ArgumentOutOfRangeException, Win32Exception, SecurityException, RankException, KeyNotFoundException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentNullExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionWin32ExceptionSecurityExceptionRankExceptionKeyNotFoundException
-
PositionEditingControl
public void PositionEditingControl(boolean setLocation, boolean setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException, ConfigurationErrorsException, Win32Exception, SecurityException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionNotSupportedExceptionConfigurationErrorsExceptionWin32ExceptionSecurityException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getDisplayed
public boolean getDisplayed() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getFrozen
public boolean getFrozen() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHasStyle
public boolean getHasStyle() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsInEditMode
public boolean getIsInEditMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, OverflowException, InvalidCastException, MulticastNotSupportedException, OutOfMemoryException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionOverflowExceptionInvalidCastExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionWin32Exception
-
getResizable
public boolean getResizable() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSelected
public boolean getSelected() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSelected
public void setSelected(boolean Selected) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidCastException, RankException, OverflowException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidCastExceptionRankExceptionOverflowExceptionOutOfMemoryException
-
getVisible
public boolean getVisible() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getColumnIndex
public int getColumnIndex() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRowIndex
public int getRowIndex() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getContentBounds
public Rectangle getContentBounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedException
-
getErrorIconBounds
public Rectangle getErrorIconBounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedException
-
getPreferredSize
public Size getPreferredSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedException
-
getSize
public Size getSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
getDefaultNewRowValue
public NetObject getDefaultNewRowValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEditedFormattedValue
public NetObject getEditedFormattedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException, SecurityException, IndexOutOfRangeException, RankException, Win32Exception, InvalidCastException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionInvalidCastExceptionFormatException
-
getFormattedValue
public NetObject getFormattedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException, SecurityException, IndexOutOfRangeException, RankException, Win32Exception, InvalidCastException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionInvalidCastExceptionFormatException
-
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
-
getValue
public NetObject getValue() throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, RankException, NullReferenceException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionRankExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32Exception
-
setValue
public void setValue(NetObject Value) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, RankException, ArgumentException, NullReferenceException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionRankExceptionArgumentExceptionNullReferenceExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedException
-
getErrorText
public java.lang.String getErrorText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, InvalidEnumArgumentException, Win32Exception, RankException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionWin32ExceptionRankExceptionNullReferenceException
-
setErrorText
public void setErrorText(java.lang.String ErrorText) throws java.lang.Throwable, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationException
-
getToolTipText
public java.lang.String getToolTipText() throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
setToolTipText
public void setToolTipText(java.lang.String ToolTipText) throws java.lang.Throwable, NullReferenceException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentOutOfRangeException
-
getEditType
public NetType getEditType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFormattedValueType
public NetType getFormattedValueType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getValueType
public NetType getValueType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValueType
public void setValueType(NetType ValueType) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAccessibilityObject
public AccessibleObject getAccessibilityObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContextMenuStrip
public ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
setContextMenuStrip
public void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeException
-
getInheritedStyle
public DataGridViewCellStyle getInheritedStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedException
-
getStyle
public DataGridViewCellStyle getStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStyle
public void setStyle(DataGridViewCellStyle Style) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, IndexOutOfRangeException, InvalidEnumArgumentException
-
getOwningColumn
public DataGridViewColumn getOwningColumn() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInheritedState
public DataGridViewElementStates getInheritedState() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatException
-
getOwningRow
public DataGridViewRow getOwningRow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-