|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.UI.Controls.WOutlookBar.Bars
public class Bars
Outlookbar bars collection.
| Method Summary | |
|---|---|
Bar |
Add(java.lang.String text)
Add new bar with specified text to bars collection. |
Bar |
Add(java.lang.String text,
java.lang.String textID)
Add new bar with specified text and textID to bars collection. |
Bar |
get(int index)
Gets bar from specified index. |
int |
getCount()
Gets bars count in collection. |
Bar[] |
getVisibleBars()
Gets visible bars. |
WOutlookBar |
getWOutlookBar()
Gets reference to bars owner outlookbar. |
int |
indexOf(Bar bar)
Gets specified bar index. |
java.util.Iterator<Bar> |
iterator()
Gets iterator. |
void |
remove(Bar bar)
Removes specified bar. |
void |
remove(int index)
Removes bar from specified index. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Bar Add(java.lang.String text)
text -
public Bar Add(java.lang.String text,
java.lang.String textID)
text - textID -
public void remove(int index)
index - public void remove(Bar bar)
bar - public int indexOf(Bar bar)
bar -
public Bar get(int index)
index -
public int getCount()
public Bar[] getVisibleBars()
public WOutlookBar getWOutlookBar()
public java.util.Iterator<Bar> iterator()
iterator in interface java.lang.Iterable<Bar>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||