Methods Summary |
---|
public void | destroy()Destroys the status entry.
|
public void | setImage(int image_id)Sets the image to display - the value here must be one of the IMAGE_
values defined above.
|
public void | setImage(org.eclipse.swt.graphics.Image image)Sets the image to display.
|
public void | setImageEnabled(boolean enabled)Indicates whether an image should be displayed or not.
|
public void | setListener(UISWTStatusEntryListener listener)Sets a listener to be informed when the status entry has been clicked on.
|
public void | setText(java.lang.String text)Sets the text to display in the status bar. If you want to prevent any text
being displayed, pass null as a parameter.
|
public void | setTooltipText(java.lang.String text)Sets the tooltip text to associate with the status bar. If you want to remove
any tooltip text, pass null as a parameter.
|
public void | setVisible(boolean visible)Toggles the visibility of the entry in the status bar.
|