Package system.windows.forms
Class ListViewItem
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.ListViewItem
-
- All Implemented Interfaces:
IJCOBridgeReflected
,ISerializable
public class ListViewItem extends NetObject implements ISerializable
The base .NET class managing System.Windows.Forms.ListViewItem, 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.ListViewItem
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.ListViewItemstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ListViewItem()
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, 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[] items, ListViewGroup group)
ListViewItem(java.lang.String text, int imageIndex)
ListViewItem(java.lang.String text, int imageIndex, ListViewGroup group)
ListViewItem(java.lang.String text, java.lang.String imageKey)
ListViewItem(java.lang.String text, java.lang.String imageKey, ListViewGroup group)
ListViewItem(java.lang.String text, ListViewGroup group)
ListViewItem(ListViewGroup group)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
BeginEdit()
static ListViewItem
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoListViewItem
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeListView
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)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.runtime.serialization.ISerializable
GetObjectData
-
-
-
-
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.ListViewItem- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ListViewItem
public ListViewItem(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ListViewItem
public ListViewItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ListViewItem
public ListViewItem(java.lang.String text, int imageIndex, ListViewGroup group) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException
-
ListViewItem
public ListViewItem(java.lang.String text, int imageIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
-
ListViewItem
public ListViewItem(java.lang.String text, java.lang.String imageKey, ListViewGroup group) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException
-
ListViewItem
public ListViewItem(java.lang.String text, java.lang.String imageKey) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
-
ListViewItem
public ListViewItem(java.lang.String text, ListViewGroup group) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, PlatformNotSupportedException, InvalidOperationException
-
ListViewItem
public ListViewItem(java.lang.String text) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException
-
ListViewItem
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
-
ListViewItem
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
-
ListViewItem
public ListViewItem(java.lang.String[] items, int imageIndex, ListViewGroup group) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
-
ListViewItem
public ListViewItem(java.lang.String[] items, int imageIndex) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException
-
ListViewItem
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
-
ListViewItem
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
-
ListViewItem
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
-
ListViewItem
public ListViewItem(java.lang.String[] items, java.lang.String imageKey) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException
-
ListViewItem
public ListViewItem(java.lang.String[] items, ListViewGroup group) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
-
ListViewItem
public ListViewItem(java.lang.String[] items) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
-
ListViewItem
public ListViewItem(ListViewGroup group) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceISerializable
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceISerializable
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceISerializable
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceISerializable
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceISerializable
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ListViewItem cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoListViewItem
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ListViewItem
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetBounds
public Rectangle GetBounds(ItemBoundsPortion portion) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
Clone
public NetObject Clone() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
InvalidOperationException
MissingMethodException
TargetInvocationException
OutOfMemoryException
-
FindNearestItem
public ListViewItem FindNearestItem(SearchDirectionHint searchDirection) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, FormatException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException, CultureNotFoundException, NullReferenceException, ExternalException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
InvalidOperationException
FormatException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
CultureNotFoundException
NullReferenceException
ExternalException
-
BeginEdit
public void BeginEdit() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
EnsureVisible
public void EnsureVisible() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
Remove
public void Remove() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getChecked
public boolean getChecked() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, FormatException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
InvalidOperationException
FormatException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
setChecked
public void setChecked(boolean Checked) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, NotSupportedException
-
getFocused
public boolean getFocused() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
setFocused
public void setFocused(boolean Focused) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
getSelected
public boolean getSelected() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
setSelected
public void setSelected(boolean Selected) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
getUseItemStyleForSubItems
public boolean getUseItemStyleForSubItems() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUseItemStyleForSubItems
public void setUseItemStyleForSubItems(boolean UseItemStyleForSubItems) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getImageIndex
public int getImageIndex() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
-
setImageIndex
public void setImageIndex(int ImageIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
OutOfMemoryException
InvalidEnumArgumentException
-
getIndentCount
public int getIndentCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIndentCount
public void setIndentCount(int IndentCount) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
InvalidEnumArgumentException
-
getIndex
public int getIndex() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, Win32Exception, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
Win32Exception
NotSupportedException
InvalidEnumArgumentException
-
getStateImageIndex
public int getStateImageIndex() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
setStateImageIndex
public void setStateImageIndex(int StateImageIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
OutOfMemoryException
InvalidEnumArgumentException
-
getBackColor
public Color getBackColor() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidCastException
-
setBackColor
public void setBackColor(Color BackColor) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
-
getForeColor
public Color getForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
-
setForeColor
public void setForeColor(Color ForeColor) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
-
getFont
public Font getFont() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
-
setFont
public void setFont(Font Font) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
-
getPosition
public Point getPosition() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
setPosition
public void setPosition(Point Position) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
getBounds
public Rectangle getBounds() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
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
-
getImageKey
public java.lang.String getImageKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImageKey
public void setImageKey(java.lang.String ImageKey) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
getName
public java.lang.String getName() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
-
getText
public java.lang.String getText() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
-
getToolTipText
public java.lang.String getToolTipText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setToolTipText
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
- Throws:
java.lang.Throwable
CultureNotFoundException
PlatformNotSupportedException
NullReferenceException
NotSupportedException
OutOfMemoryException
ExternalException
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
FormatException
InvalidEnumArgumentException
-
getImageList
public ImageList getImageList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getListView
public ListView getListView() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGroup
public ListViewGroup getGroup() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGroup
public void setGroup(ListViewGroup Group) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-