TabCollection

TabCollection class

Represents a collection of tabs.

add

NameDescription
add(double, int)Adds a Tab to the collection.

Result: Tab


add

NameDescription
add(Tab)Adds a Tab to the collection.

Parameters:

NameTypeDescription
valueTabThe Tab object to be added at the end of the collection.

Result: int


clear

NameDescription
clear()Removes all elements from the collection.

equals

NameDescription
equals(Object)Determines whether two TabsEx instances are equal.

Parameters:

NameTypeDescription
objObjectThe TabsEx to compare with the current TabsEx.

Result: boolean


getSyncRoot

NameDescription
getSyncRoot()Returns a synchronization root. Read-only Object.

Result: Object


get_Item

NameDescription
get_Item(int)Gets the element at the specified index. Read-only Tab.

Result: Tab


isSynchronized

NameDescription
isSynchronized()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Result: boolean


iterator

NameDescription
iterator()Returns an enumerator that iterates through the collection.

Result:


iteratorJava

NameDescription
iteratorJava()Returns a java iterator for the entire collection.

Result:


removeAt

NameDescription
removeAt(int)Removes the element at the specified index of the collection.

Parameters:

NameTypeDescription
indexintThe zero-based index of the element to remove.

size

NameDescription
size()Gets the number of elements actually contained in the collection. Read-only int.

Result: int