EchoPoint
1.0

echopoint.image.icons
Class EchoPointIcons

java.lang.Object
  extended byechopoint.image.icons.EchoPointIcons
All Implemented Interfaces:
java.io.Serializable

public class EchoPointIcons
extends java.lang.Object
implements java.io.Serializable

EchoPointIcons is a class that provides user interface icons that can be used in Echo web applications.

See Also:
Serialized Form

Constructor Summary
EchoPointIcons()
           
 
Method Summary
static java.lang.String[] getAvailableIcons()
          Returns an array of all the available icons in the collection
static nextapp.echo.Component getIconDisplay()
          Returns a composite component that displays all the available icons and their names and sizes.
static nextapp.echo.ImageReference icon20(java.lang.String imageName)
          Returns an 20x20 icon image from the internal collection with the specified name.
static nextapp.echo.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

EchoPointIcons

public EchoPointIcons()
Method Detail

icon20

public static nextapp.echo.ImageReference icon20(java.lang.String imageName)
Returns an 20x20 icon image from the internal collection with the specified name. You can find out all the available names via the EchoPointIcons.getAvailableImages() method.

Parameters:
imageName - - the icon image name key
Returns:
an ImageResource icon

icon32

public static nextapp.echo.ImageReference icon32(java.lang.String imageName)
Returns an 32x32 icon image from the internal collection with the specified name. You can find out all the available names via the EchoPointIcons.getAvailableImages() method.

Parameters:
imageName - - the icon image name key
Returns:
an ImageResource icon

getIconDisplay

public static nextapp.echo.Component getIconDisplay()
Returns a composite component that displays all the available icons and their names and sizes.

Returns:
an component displaying all icons

getAvailableIcons

public static java.lang.String[] getAvailableIcons()
Returns an array of all the available icons in the collection

Returns:
an array of all the available icons in the collection

EchoPoint
1.0