|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.UI.Controls.WTab.Tabs
public class Tabs
| Method Summary | |
|---|---|
Tab |
Add(java.lang.String caption)
Adds new tab to tabs collection. |
Tab |
Add(java.lang.String caption,
java.lang.Object tag)
Adds new tab to tabs collection. |
Tab |
Add(java.lang.String caption,
java.lang.Object tag,
int imageIndex)
Adds new tab to tabs collection. |
void |
Clear()
Removes all tabs from tab collection. |
Tab |
get(int index)
Gets tab at specified index. |
int |
getCount()
Gets number of tabs in tab collection. |
int |
IndexOf(Tab tab)
Gets specified tab index in tabs collection. |
java.util.Iterator<Tab> |
iterator()
Gets iterator. |
void |
Remove(int index)
Removes tab from tabs collection at specified index. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Tab Add(java.lang.String caption)
caption - Tab caption.
public Tab Add(java.lang.String caption,
java.lang.Object tag)
caption - Tab caption.tag - User data.
public Tab Add(java.lang.String caption,
java.lang.Object tag,
int imageIndex)
caption - Tab caption.tag - User data.imageIndex - Image index.
public void Remove(int index)
index - public void Clear()
public int IndexOf(Tab tab)
tab -
public int getCount()
public Tab get(int index)
index -
public java.util.Iterator<Tab> iterator()
iterator in interface java.lang.Iterable<Tab>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||