public class ListViewItem extends NetObject implements ISerializable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ListViewItem
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.ListViewItem
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ListViewItem() |
ListViewItem(ListViewGroup group) |
ListViewItem(java.lang.Object instance)
Internal constructor.
|
ListViewItem(java.lang.String text) |
ListViewItem(java.lang.String[] items) |
ListViewItem(java.lang.String[] items,
int imageIndex) |
ListViewItem(java.lang.String[] items,
int imageIndex,
Color foreColor,
Color backColor,
Font font) |
ListViewItem(java.lang.String[] items,
int imageIndex,
Color foreColor,
Color backColor,
Font font,
ListViewGroup group) |
ListViewItem(java.lang.String[] items,
int imageIndex,
ListViewGroup group) |
ListViewItem(java.lang.String[] items,
ListViewGroup group) |
ListViewItem(java.lang.String[] items,
java.lang.String imageKey) |
ListViewItem(java.lang.String[] items,
java.lang.String imageKey,
Color foreColor,
Color backColor,
Font font) |
ListViewItem(java.lang.String[] items,
java.lang.String imageKey,
Color foreColor,
Color backColor,
Font font,
ListViewGroup group) |
ListViewItem(java.lang.String[] items,
java.lang.String imageKey,
ListViewGroup group) |
ListViewItem(java.lang.String text,
int imageIndex) |
ListViewItem(java.lang.String text,
int imageIndex,
ListViewGroup group) |
ListViewItem(java.lang.String text,
ListViewGroup group) |
ListViewItem(java.lang.String text,
java.lang.String imageKey) |
ListViewItem(java.lang.String text,
java.lang.String imageKey,
ListViewGroup group) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeginEdit() |
static ListViewItem |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ListViewItem, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
void |
EnsureVisible() |
ListViewItem |
FindNearestItem(SearchDirectionHint searchDirection) |
Color |
getBackColor() |
Rectangle |
getBounds() |
Rectangle |
GetBounds(ItemBoundsPortion portion) |
boolean |
getChecked() |
boolean |
getFocused() |
Font |
getFont() |
Color |
getForeColor() |
ListViewGroup |
getGroup() |
int |
getImageIndex() |
java.lang.String |
getImageKey() |
ImageList |
getImageList() |
int |
getIndentCount() |
int |
getIndex() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
ListView |
getListView() |
java.lang.String |
getName() |
Point |
getPosition() |
boolean |
getSelected() |
int |
getStateImageIndex() |
NetObject |
getTag() |
java.lang.String |
getText() |
java.lang.String |
getToolTipText() |
boolean |
getUseItemStyleForSubItems() |
void |
Remove() |
void |
setBackColor(Color BackColor) |
void |
setChecked(boolean Checked) |
void |
setFocused(boolean Focused) |
void |
setFont(Font Font) |
void |
setForeColor(Color ForeColor) |
void |
setGroup(ListViewGroup Group) |
void |
setImageIndex(int ImageIndex) |
void |
setImageKey(java.lang.String ImageKey) |
void |
setIndentCount(int IndentCount) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
setPosition(Point Position) |
void |
setSelected(boolean Selected) |
void |
setStateImageIndex(int StateImageIndex) |
void |
setTag(NetObject Tag) |
void |
setText(java.lang.String Text) |
void |
setToolTipText(java.lang.String ToolTipText) |
void |
setUseItemStyleForSubItems(boolean UseItemStyleForSubItems) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetObjectData, ToISerializablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ListViewItem()
throws java.lang.Throwable
java.lang.Throwablepublic ListViewItem(ListViewGroup group) throws java.lang.Throwable
java.lang.Throwablepublic ListViewItem(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ListViewItem(java.lang.String text)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
InvalidOperationException
public ListViewItem(java.lang.String[] items)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
public ListViewItem(java.lang.String[] items,
int imageIndex)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException
public ListViewItem(java.lang.String[] items,
int imageIndex,
Color foreColor,
Color backColor,
Font font)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException
public ListViewItem(java.lang.String[] items,
int imageIndex,
Color foreColor,
Color backColor,
Font font,
ListViewGroup group)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException
public ListViewItem(java.lang.String[] items,
int imageIndex,
ListViewGroup group)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
public ListViewItem(java.lang.String[] items,
ListViewGroup group)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException
public ListViewItem(java.lang.String[] items,
java.lang.String imageKey)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException
public ListViewItem(java.lang.String[] items,
java.lang.String imageKey,
Color foreColor,
Color backColor,
Font font)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException
public ListViewItem(java.lang.String[] items,
java.lang.String imageKey,
Color foreColor,
Color backColor,
Font font,
ListViewGroup group)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
InvalidOperationException
public ListViewItem(java.lang.String[] items,
java.lang.String imageKey,
ListViewGroup group)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
public ListViewItem(java.lang.String text,
int imageIndex)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException
public ListViewItem(java.lang.String text,
int imageIndex,
ListViewGroup group)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
InvalidOperationException
public ListViewItem(java.lang.String text,
ListViewGroup group)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
PlatformNotSupportedException,
InvalidOperationException
public ListViewItem(java.lang.String text,
java.lang.String imageKey)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException
public ListViewItem(java.lang.String text,
java.lang.String imageKey,
ListViewGroup group)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
InvalidOperationException
public void BeginEdit()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic static ListViewItem cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ListViewItem, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedListViewItem instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionpublic void EnsureVisible()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic ListViewItem FindNearestItem(SearchDirectionHint searchDirection) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, FormatException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException, CultureNotFoundException, NullReferenceException, ExternalException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionExternalExceptionpublic Color getBackColor() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidCastException
public Rectangle getBounds() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic Rectangle GetBounds(ItemBoundsPortion portion) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic boolean getChecked()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException,
FormatException,
OutOfMemoryException,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic boolean getFocused()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic Font getFont() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
public Color getForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
public ListViewGroup getGroup() throws java.lang.Throwable
java.lang.Throwablepublic int getImageIndex()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic java.lang.String getImageKey()
throws java.lang.Throwable
java.lang.Throwablepublic ImageList getImageList() throws java.lang.Throwable
java.lang.Throwablepublic int getIndentCount()
throws java.lang.Throwable
java.lang.Throwablepublic int getIndex()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
Win32Exception,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISerializablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISerializablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISerializablegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISerializablegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic ListView getListView() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic Point getPosition() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic boolean getSelected()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic int getStateImageIndex()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic java.lang.String getToolTipText()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseItemStyleForSubItems()
throws java.lang.Throwable
java.lang.Throwablepublic void Remove()
throws java.lang.Throwable
java.lang.Throwablepublic void setBackColor(Color BackColor) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
public void setChecked(boolean Checked)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException
public void setFocused(boolean Focused)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic void setFont(Font Font) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
public void setForeColor(Color ForeColor) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
public void setGroup(ListViewGroup Group) throws java.lang.Throwable
java.lang.Throwablepublic void setImageIndex(int ImageIndex)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic void setImageKey(java.lang.String ImageKey)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic void setIndentCount(int IndentCount)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
OutOfMemoryException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setName(java.lang.String Name)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException
public void setPosition(Point Position) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic void setSelected(boolean Selected)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
InvalidCastException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionpublic void setStateImageIndex(int StateImageIndex)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void setText(java.lang.String Text)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException
public void setToolTipText(java.lang.String ToolTipText)
throws java.lang.Throwable,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ExternalException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
FormatException,
InvalidEnumArgumentException
java.lang.ThrowableCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setUseItemStyleForSubItems(boolean UseItemStyleForSubItems)
throws java.lang.Throwable
java.lang.Throwable