|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||
java.lang.objectcom.spire.presentation.collections.tabstoplist
public class tabstoplist
represents a collection of tabs.
| constructor summary | |
|---|---|
tabstoplist()
|
|
| method summary | |
|---|---|
int |
append(tabstop value)
adds a tab to the collection. |
void |
clear()
removes all elements from the collection. |
boolean |
equals(java.lang.object obj)
indicates whether two tabs instances are equal. |
tabstop |
get(int index)
gets the element at the specified index. |
int |
getcount()
gets the number of elements actually contained in the collection. |
int |
hashcode()
gets hash code for this object. |
void |
removeat(int index)
removes the element at the specified index of the collection. |
| constructor detail |
|---|
public tabstoplist()
| method detail |
|---|
public int getcount()
public tabstop get(int index)
index -
public int append(tabstop value)
throws documenteditexception
value - the tab object to be added at the end of the collection.
documenteditexceptionpublic void clear()
public void removeat(int index)
index - the zero-based index of the element to remove.public boolean equals(java.lang.object obj)
equals in class java.lang.objectobj - the tabs to compare with the current tabs.
public int hashcode()
hashcode in class java.lang.object
|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||