| org.wings.SIcon
All known Subclasses: org.wings.SFileIcon, org.wings.SResourceIcon, org.wings.SByteArrayIcon, org.wings.SAbstractIcon,
SIcon | public interface SIcon extends URLResource(Code) | | For small fixed size pictures, typically used to decorate components.
This icon can be accessed via an URL; this URL is passed to a browser
that fetches it from there.
author: Henner Zeller |
getIconHeight | int getIconHeight()(Code) | | the height of the icon, or -1 if unknown. |
getIconTitle | String getIconTitle()(Code) | | gets the title of the icon, empty String if unknown.
|
getIconWidth | int getIconWidth()(Code) | | the width of the icon, or -1 if unknown. |
setIconHeight | void setIconHeight(int height)(Code) | | sets the height of the icon, -1 if unknown.
|
setIconTitle | void setIconTitle(String title)(Code) | | sets the title of the icon, empty String if unknown.
|
setIconWidth | void setIconWidth(int width)(Code) | | sets the width of the icon, -1 if unknown.
|
|
|