|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.UI.Controls.WStatusBarPanel
public class WStatusBarPanel
Statusbar panle.
| Method Summary | |
|---|---|
boolean |
getAutoSize()
Gets if panel fills all available free space. |
javax.swing.ImageIcon |
getIcon()
Gets the icon to display within the status bar panel. |
java.lang.String |
getText()
Gets the text of the status bar panel. |
int |
getWidth()
Gets the width of the status bar panel within the StatusBar control. |
void |
setAutoSize(boolean value)
Sets if panel fills all available free space. |
void |
setIcon(javax.swing.ImageIcon value)
Sets the icon to display within the status bar panel. |
void |
setText(java.lang.String value)
Sets the text of the status bar panel. |
void |
setWidth(int value)
Sets the width of the status bar panel within the StatusBar control. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getText()
public void setText(java.lang.String value)
value - public javax.swing.ImageIcon getIcon()
public void setIcon(javax.swing.ImageIcon value)
value - public int getWidth()
public void setWidth(int value)
value - public boolean getAutoSize()
public void setAutoSize(boolean value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||