TabCollection
TabCollection class
Represents a collection of tabs.
add
| Name | Description |
|---|
| add (double, int) | Adds a Tab to the collection. |
Returns:
Tab
add
| Name | Description |
|---|
| add (Tab) | Adds a Tab to the collection. |
Parameters:
| Name | Type | Description |
|---|
| value | Tab | The Tab object to be added at the end of the collection. |
Returns:
int
clear
| Name | Description |
|---|
| clear () | Removes all elements from the collection. |
equals
| Name | Description |
|---|
| equals (Object) | Determines whether two TabsEx instances are equal. |
Parameters:
| Name | Type | Description |
|---|
| obj | Object | The TabsEx to compare with the current TabsEx. |
Returns:
boolean
getSyncRoot
| Name | Description |
|---|
| getSyncRoot () | Returns a synchronization root. Read-only Object. |
Returns:
Object
get_Item
| Name | Description |
|---|
| get_Item (int) | Gets the element at the specified index. Read-only Tab. |
Returns:
Tab
isSynchronized
| Name | Description |
|---|
| isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Returns:
boolean
iterator
| Name | Description |
|---|
| iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
| Name | Description |
|---|
| iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
removeAt
| Name | Description |
|---|
| removeAt (int) | Removes the element at the specified index of the collection. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index of the element to remove. |
size
| Name | Description |
|---|
| size () | Gets the number of elements actually contained in the collection. Read-only int. |
Returns:
int