|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectechopoint.image.icons.EchoPointIcons
public class EchoPointIcons
EchoPointIcons
is a class that provides user interface
icons that can be used in Echo web applications.
Constructor Summary | |
---|---|
EchoPointIcons()
|
Method Summary | |
---|---|
static java.lang.String[] |
getAvailableIcons()
Returns an array of all the available icons in the collection |
static Component |
getIconDisplay()
Returns a composite component that displays all the available icons and their names and sizes. |
static ImageReference |
icon20(java.lang.String imageName)
Returns an 20x20 icon image from the internal collection with the specified name. |
static ImageReference |
icon32(java.lang.String imageName)
Returns an 32x32 icon image from the internal collection with the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EchoPointIcons()
Method Detail |
---|
public static ImageReference icon20(java.lang.String imageName)
EchoPointIcons.getAvailableImages()
method.
imageName
- - the icon image name key
public static ImageReference icon32(java.lang.String imageName)
EchoPointIcons.getAvailableImages()
method.
imageName
- - the icon image name key
public static Component getIconDisplay()
public static java.lang.String[] getAvailableIcons()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |