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=8.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 SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=8.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 SummaryConstructors Constructor Description DataGridViewColumn()DataGridViewColumn(java.lang.Object instance)Internal constructor.DataGridViewColumn(DataGridViewCell cellTemplate)
 - 
Method SummaryAll 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.DataGridViewBandclose, 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.DataGridViewElementgetDataGridView, getState, setDataGridView, setState
 
- 
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Windows.Forms.DataGridViewColumn- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
DataGridViewColumnpublic DataGridViewColumn(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
- java.lang.Throwable
 
 - 
DataGridViewColumnpublic DataGridViewColumn() throws java.lang.Throwable, ArgumentNullException, NotSupportedException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException- Throws:
- java.lang.Throwable
- ArgumentNullException
- NotSupportedException
- PlatformNotSupportedException
- ArgumentException
- ArgumentOutOfRangeException
- CultureNotFoundException
- InvalidOperationException
- ObjectDisposedException
- IndexOutOfRangeException
- FormatException
- Win32Exception
- OutOfMemoryException
- InvalidEnumArgumentException
 
 - 
DataGridViewColumnpublic DataGridViewColumn(DataGridViewCell cellTemplate) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, Win32Exception, RankException, ArrayTypeMismatchException 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- DataGridViewBand
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- DataGridViewBand
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- DataGridViewBand
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- DataGridViewBand
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- DataGridViewBand
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- DataGridViewBand
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic 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
 
 - 
GetPreferredWidthpublic int GetPreferredWidth(DataGridViewAutoSizeColumnMode autoSizeColumnMode, boolean fixedHeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, ExternalException - Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- CultureNotFoundException
- ObjectDisposedException
- InvalidEnumArgumentException
- NotSupportedException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- RankException
- IndexOutOfRangeException
- ArrayTypeMismatchException
- ExternalException
 
 - 
Clonepublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ArgumentOutOfRangeException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException, IndexOutOfRangeException - Overrides:
- Clonein class- DataGridViewBand
- Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- NotSupportedException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- ArgumentOutOfRangeException
- InvalidOperationException
- InvalidEnumArgumentException
- Win32Exception
- MulticastNotSupportedException
- ThreadStateException
- KeyNotFoundException
- IndexOutOfRangeException
 
 - 
getIsDataBoundpublic boolean getIsDataBound() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getDisplayIndexpublic int getDisplayIndex() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setDisplayIndexpublic void setDisplayIndex(int DisplayIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, ArrayTypeMismatchException, NotSupportedException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException- Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- CultureNotFoundException
- ObjectDisposedException
- RankException
- ArrayTypeMismatchException
- NotSupportedException
- InvalidEnumArgumentException
- IndexOutOfRangeException
- Win32Exception
- OutOfMemoryException
 
 - 
getDividerWidthpublic int getDividerWidth() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setDividerWidthpublic void setDividerWidth(int DividerWidth) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException
 - 
getMinimumWidthpublic int getMinimumWidth() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setMinimumWidthpublic void setMinimumWidth(int MinimumWidth) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException
 - 
getWidthpublic int getWidth() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setWidthpublic void setWidth(int Width) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, Win32Exception, NotSupportedException, RankException, ArrayTypeMismatchException
 - 
getFillWeightpublic Single getFillWeight() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setFillWeightpublic void setFillWeight(Single FillWeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, ArrayTypeMismatchException, NotSupportedException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException - Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- CultureNotFoundException
- ObjectDisposedException
- RankException
- ArrayTypeMismatchException
- NotSupportedException
- InvalidEnumArgumentException
- IndexOutOfRangeException
- Win32Exception
- OutOfMemoryException
 
 - 
getSitepublic ISite getSite() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setSitepublic void setSite(ISite Site) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getDataPropertyNamepublic java.lang.String getDataPropertyName() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setDataPropertyNamepublic 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.Throwable
- NotSupportedException
- ArgumentException
- PlatformNotSupportedException
- IndexOutOfRangeException
- ArgumentNullException
- RankException
- ArrayTypeMismatchException
- CultureNotFoundException
- InvalidOperationException
- TypeLoadException
- ArgumentOutOfRangeException
- InvalidEnumArgumentException
- InvalidCastException
 
 - 
getHeaderTextpublic java.lang.String getHeaderText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, ObjectDisposedException, InvalidOperationException, FormatException, Win32Exception- Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- NotSupportedException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- RankException
- ArgumentOutOfRangeException
- IndexOutOfRangeException
- ArrayTypeMismatchException
- InvalidEnumArgumentException
- ObjectDisposedException
- InvalidOperationException
- FormatException
- Win32Exception
 
 - 
setHeaderTextpublic void setHeaderText(java.lang.String HeaderText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, ObjectDisposedException, InvalidOperationException, Win32Exception, TypeLoadException- Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- NotSupportedException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- RankException
- ArgumentOutOfRangeException
- IndexOutOfRangeException
- ArrayTypeMismatchException
- InvalidEnumArgumentException
- ObjectDisposedException
- InvalidOperationException
- Win32Exception
- TypeLoadException
 
 - 
getNamepublic java.lang.String getName() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setNamepublic void setName(java.lang.String Name) throws java.lang.Throwable, NotSupportedException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, InvalidEnumArgumentException, FormatException, Win32Exception- Throws:
- java.lang.Throwable
- NotSupportedException
- ArgumentException
- CultureNotFoundException
- PlatformNotSupportedException
- ArgumentNullException
- InvalidOperationException
- ArgumentOutOfRangeException
- OutOfMemoryException
- ExternalException
- IndexOutOfRangeException
- RankException
- ArrayTypeMismatchException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- InvalidEnumArgumentException
- FormatException
- Win32Exception
 
 - 
getToolTipTextpublic java.lang.String getToolTipText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, ObjectDisposedException, InvalidOperationException, Win32Exception, OutOfMemoryException- Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- NotSupportedException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- RankException
- ArgumentOutOfRangeException
- IndexOutOfRangeException
- ArrayTypeMismatchException
- InvalidEnumArgumentException
- ObjectDisposedException
- InvalidOperationException
- Win32Exception
- OutOfMemoryException
 
 - 
setToolTipTextpublic void setToolTipText(java.lang.String ToolTipText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotSupportedException, PlatformNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, InvalidOperationException, FormatException, CultureNotFoundException, OutOfMemoryException- Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- NotSupportedException
- PlatformNotSupportedException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- RankException
- ArgumentOutOfRangeException
- IndexOutOfRangeException
- ArrayTypeMismatchException
- InvalidEnumArgumentException
- InvalidOperationException
- FormatException
- CultureNotFoundException
- OutOfMemoryException
 
 - 
getCellTypepublic NetType getCellType() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getValueTypepublic NetType getValueType() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setValueTypepublic void setValueType(NetType ValueType) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException 
 - 
getAutoSizeModepublic DataGridViewAutoSizeColumnMode getAutoSizeMode() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setAutoSizeModepublic void setAutoSizeMode(DataGridViewAutoSizeColumnMode AutoSizeMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException 
 - 
getInheritedAutoSizeModepublic DataGridViewAutoSizeColumnMode getInheritedAutoSizeMode() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getCellTemplatepublic DataGridViewCell getCellTemplate() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setCellTemplatepublic void setCellTemplate(DataGridViewCell CellTemplate) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getHeaderCellpublic DataGridViewColumnHeaderCell getHeaderCell() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, InvalidOperationException, CultureNotFoundException - Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- NotSupportedException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- RankException
- ArgumentOutOfRangeException
- IndexOutOfRangeException
- ArrayTypeMismatchException
- InvalidEnumArgumentException
- InvalidOperationException
- CultureNotFoundException
 
 - 
setHeaderCellpublic void setHeaderCell(DataGridViewColumnHeaderCell HeaderCell) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException 
 - 
getSortModepublic DataGridViewColumnSortMode getSortMode() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setSortModepublic void setSortMode(DataGridViewColumnSortMode SortMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException - Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- CultureNotFoundException
- ObjectDisposedException
- NotSupportedException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- RankException
- IndexOutOfRangeException
- ArrayTypeMismatchException
- InvalidEnumArgumentException
 
 - 
addDisposedpublic void addDisposed(EventHandler handler) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
removeDisposedpublic void removeDisposed(EventHandler handler) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 
- 
 
-