contents
Class GenericContents

java.lang.Object
  extended by contents.GenericContents

public class GenericContents
extends java.lang.Object

Class for generic contents

Author:
Gabriele Bianchi

Field Summary
static Alert alertRead
           
static Command back
           
static java.lang.String errorCode
           
static Alert help
           
static java.lang.String help_text
           
static java.util.Hashtable images
           
static Alert noPhone
           
static Alert saved
           
static Command select
           
static Command stop
           
static Form wait_form
           
 
Constructor Summary
GenericContents()
           
 
Method Summary
static Image displayImage(java.io.InputStream stream)
          Get Image from stream
static Image displayImage(java.lang.String name)
          Get Image object
static java.lang.String getImage(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alertRead

public static Alert alertRead

back

public static Command back

errorCode

public static java.lang.String errorCode

help

public static Alert help

help_text

public static java.lang.String help_text

images

public static java.util.Hashtable images

noPhone

public static Alert noPhone

saved

public static Alert saved

select

public static Command select

stop

public static Command stop

wait_form

public static Form wait_form
Constructor Detail

GenericContents

public GenericContents()
Method Detail

displayImage

public static Image displayImage(java.io.InputStream stream)
Get Image from stream

Parameters:
name -
Returns:
Image

displayImage

public static Image displayImage(java.lang.String name)
Get Image object

Parameters:
name -
Returns:
Image

getImage

public static java.lang.String getImage(java.lang.String name)
Parameters:
name -
Returns:
String