se.kmr.scam.editor.gui
Class IconFactory

java.lang.Object
  extended byse.kmr.scam.editor.gui.IconFactory

public class IconFactory
extends Object

Version:
1.0
Author:
Erik Barke (eba@ur.se)

Field Summary
static String DEFAULT_ICON
           
static int PORT
           
static String PROTOCOL
           
static String SERVER
           
 
Constructor Summary
IconFactory()
           
 
Method Summary
static Icon getHttpIcon(String name)
           
static Image getHttpImage(String name)
           
 Icon getIcon(String name)
           
 Image getImage(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ICON

public static final String DEFAULT_ICON
See Also:
Constant Field Values

PROTOCOL

public static final String PROTOCOL

SERVER

public static final String SERVER

PORT

public static final int PORT
Constructor Detail

IconFactory

public IconFactory()
Method Detail

getImage

public Image getImage(String name)
Parameters:
name -
Returns:

getIcon

public Icon getIcon(String name)
Returns:

getHttpIcon

public static Icon getHttpIcon(String name)
Parameters:
name -
Returns:

getHttpImage

public static Image getHttpImage(String name)
Parameters:
name -
Returns:


Copyright © 2003 SCAM. All Rights Reserved.