|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.UI.Controls.WStatusBarPanelCollection
public class WStatusBarPanelCollection
Statusbar panel collection.
| Method Summary | |
|---|---|
WStatusBarPanel |
Add(boolean autoSize)
Adds new statusbar panel to panels collection. |
WStatusBarPanel |
Add(int width)
Adds new statusbar panel to panels collection. |
WStatusBarPanel |
Add(int width,
java.lang.String text)
Adds new statusbar panel to panels collection. |
void |
Clear()
Removes all items from the collection. |
WStatusBarPanel |
get(int index)
Gets the StatusBarPanel at the specified index. |
int |
getCount()
Gets the number of items in the collection. |
java.util.Iterator<WStatusBarPanel> |
iterator()
Gets iterator. |
void |
Remove(WStatusBarPanel panel)
Removes specified panel from panles collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public WStatusBarPanel Add(boolean autoSize)
autoSize -
public WStatusBarPanel Add(int width)
width -
public WStatusBarPanel Add(int width,
java.lang.String text)
width - text -
public void Remove(WStatusBarPanel panel)
panel - public void Clear()
public int getCount()
public WStatusBarPanel get(int index)
index -
public java.util.Iterator<WStatusBarPanel> iterator()
iterator in interface java.lang.Iterable<WStatusBarPanel>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||