Package system.windows.forms
Class DataGridViewColumn
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.DataGridViewElement
-
- system.windows.forms.DataGridViewBand
-
- system.windows.forms.DataGridViewColumn
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
- Direct Known Subclasses:
DataGridViewButtonColumn,DataGridViewCheckBoxColumn,DataGridViewComboBoxColumn,DataGridViewImageColumn,DataGridViewLinkColumn,DataGridViewTextBoxColumn
public class DataGridViewColumn extends DataGridViewBand
The base .NET class managing System.Windows.Forms.DataGridViewColumn, 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.DataGridViewColumn
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=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.DataGridViewColumnstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridViewColumn()DataGridViewColumn(java.lang.Object instance)Internal constructor.DataGridViewColumn(DataGridViewCell cellTemplate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDisposed(EventHandler handler)static DataGridViewColumncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDataGridViewColumn, a cast assert is made to check if types are compatible.NetObjectClone()DataGridViewAutoSizeColumnModegetAutoSizeMode()DataGridViewCellgetCellTemplate()NetTypegetCellType()java.lang.StringgetDataPropertyName()intgetDisplayIndex()intgetDividerWidth()SinglegetFillWeight()DataGridViewColumnHeaderCellgetHeaderCell()java.lang.StringgetHeaderText()DataGridViewAutoSizeColumnModegetInheritedAutoSizeMode()booleangetIsDataBound()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 TypeintgetMinimumWidth()java.lang.StringgetName()intGetPreferredWidth(DataGridViewAutoSizeColumnMode autoSizeColumnMode, boolean fixedHeight)ISitegetSite()DataGridViewColumnSortModegetSortMode()java.lang.StringgetToolTipText()NetTypegetValueType()intgetWidth()voidremoveDisposed(EventHandler handler)voidsetAutoSizeMode(DataGridViewAutoSizeColumnMode AutoSizeMode)voidsetCellTemplate(DataGridViewCell CellTemplate)voidsetDataPropertyName(java.lang.String DataPropertyName)voidsetDisplayIndex(int DisplayIndex)voidsetDividerWidth(int DividerWidth)voidsetFillWeight(Single FillWeight)voidsetHeaderCell(DataGridViewColumnHeaderCell HeaderCell)voidsetHeaderText(java.lang.String HeaderText)voidsetJCOInstance(JCObject instance)voidsetMinimumWidth(int MinimumWidth)voidsetName(java.lang.String Name)voidsetSite(ISite Site)voidsetSortMode(DataGridViewColumnSortMode SortMode)voidsetToolTipText(java.lang.String ToolTipText)voidsetValueType(NetType ValueType)voidsetWidth(int Width)-
Methods inherited from class system.windows.forms.DataGridViewBand
close, Dispose, getContextMenuStrip, getDefaultCellStyle, getDefaultHeaderCellType, getDisplayed, getFrozen, getHasDefaultCellStyle, getIndex, getInheritedStyle, getReadOnly, getResizable, getSelected, getTag, getVisible, setContextMenuStrip, setDefaultCellStyle, setDefaultHeaderCellType, setDisplayed, setFrozen, setIndex, setReadOnly, setResizable, setSelected, setTag, setVisible
-
Methods inherited from class system.windows.forms.DataGridViewElement
getDataGridView, getState, setDataGridView, setState
-
-
-
-
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.DataGridViewColumn- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataGridViewColumn
public DataGridViewColumn(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataGridViewColumn
public DataGridViewColumn() throws java.lang.Throwable, ArgumentNullException, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, InvalidOperationException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionOutOfMemoryExceptionInvalidEnumArgumentException
-
DataGridViewColumn
public DataGridViewColumn(DataGridViewCell cellTemplate) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, Win32Exception, RankException, ArrayTypeMismatchException
- Throws:
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionArrayTypeMismatchException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDataGridViewBand- 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 classDataGridViewBand- 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 classDataGridViewBand- 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 classDataGridViewBand- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDataGridViewBand
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDataGridViewBand- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DataGridViewColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataGridViewColumn, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataGridViewColumninstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetPreferredWidth
public int GetPreferredWidth(DataGridViewAutoSizeColumnMode autoSizeColumnMode, boolean fixedHeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, MissingMethodException, TargetInvocationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastException
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
- Overrides:
Clonein classDataGridViewBand- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundException
-
getIsDataBound
public boolean getIsDataBound() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
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, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryException
-
getDividerWidth
public int getDividerWidth() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDividerWidth
public void setDividerWidth(int DividerWidth) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionArgumentNullException
-
getMinimumWidth
public int getMinimumWidth() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMinimumWidth
public void setMinimumWidth(int MinimumWidth) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
-
getWidth
public int getWidth() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setWidth
public void setWidth(int Width) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException, Win32Exception, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionArgumentNullException
-
getFillWeight
public Single getFillWeight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFillWeight
public void setFillWeight(Single FillWeight) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryException
-
getSite
public ISite getSite() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSite
public void setSite(ISite Site) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataPropertyName
public java.lang.String getDataPropertyName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDataPropertyName
public void setDataPropertyName(java.lang.String DataPropertyName) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, RankException, ArrayTypeMismatchException, CultureNotFoundException, InvalidOperationException, TypeLoadException, ArgumentOutOfRangeException, InvalidEnumArgumentException, InvalidCastException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionTypeLoadExceptionArgumentOutOfRangeExceptionInvalidEnumArgumentExceptionInvalidCastException
-
getHeaderText
public java.lang.String getHeaderText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, MissingMethodException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, ObjectDisposedException, InvalidOperationException, FormatException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionWin32Exception
-
setHeaderText
public void setHeaderText(java.lang.String HeaderText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, MissingMethodException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, ObjectDisposedException, InvalidOperationException, Win32Exception, TypeLoadException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionTypeLoadExceptionNotSupportedException
-
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, NotSupportedException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, NullReferenceException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException, FormatException, Win32Exception- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionFormatExceptionWin32Exception
-
getToolTipText
public java.lang.String getToolTipText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, MissingMethodException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryException
-
setToolTipText
public void setToolTipText(java.lang.String ToolTipText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, InvalidOperationException, CultureNotFoundException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionPlatformNotSupportedExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionCultureNotFoundExceptionOutOfMemoryException
-
getCellType
public NetType getCellType() 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, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
-
getAutoSizeMode
public DataGridViewAutoSizeColumnMode getAutoSizeMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoSizeMode
public void setAutoSizeMode(DataGridViewAutoSizeColumnMode AutoSizeMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getInheritedAutoSizeMode
public DataGridViewAutoSizeColumnMode getInheritedAutoSizeMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCellTemplate
public DataGridViewCell getCellTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCellTemplate
public void setCellTemplate(DataGridViewCell CellTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHeaderCell
public DataGridViewColumnHeaderCell getHeaderCell() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, MissingMethodException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, InvalidOperationException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionCultureNotFoundException
-
setHeaderCell
public void setHeaderCell(DataGridViewColumnHeaderCell HeaderCell) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, RankException, IndexOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentException
-
getSortMode
public DataGridViewColumnSortMode getSortMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSortMode
public void setSortMode(DataGridViewColumnSortMode SortMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentException
-
addDisposed
public void addDisposed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDisposed
public void removeDisposed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-