|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--ru.novosoft.dc.rtf.dom.objects.TabSet
The set of tabs.
| Constructor Summary | |
TabSet(int initialCapacity)
Construct a set of tabs having the specified initial capacity. |
|
| Method Summary | |
void |
addTab(Tab tab)
Add a tab to the set. |
java.lang.Object |
clone()
Create a deep copy of this object. |
int |
count()
Return the number of tabs in this set. |
boolean |
equals(java.lang.Object obj)
Compare this set of tabs with another set of tabs and return true if comparison succeed. |
void |
exportTo(org.w3c.dom.Element elem,
java.lang.String tagName)
Export the contents of this object to the specified DOM element. |
Tab |
tab(int index)
Return a tab of the specified zero-based index. |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public TabSet(int initialCapacity)
| Method Detail |
public final void addTab(Tab tab)
public final Tab tab(int index)
public final int count()
public java.lang.Object clone()
public boolean equals(java.lang.Object obj)
public void exportTo(org.w3c.dom.Element elem,
java.lang.String tagName)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||