net.sf.doolin.gui.swing
Class DoolinIcons

java.lang.Object
  extended by net.sf.doolin.gui.swing.DoolinIcons

public class DoolinIcons
extends Object

Accessor for the Doolin icons.

Author:
Damien Coraboeuf

Field Summary
static String ADD
          Add icon
static String CLOSE
          Close icon
static String DELETE
          Delete icon
 
Method Summary
static Icon getIcon(String path)
          Returns the icon located at the given resource path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD

public static final String ADD
Add icon

See Also:
Constant Field Values

CLOSE

public static final String CLOSE
Close icon

See Also:
Constant Field Values

DELETE

public static final String DELETE
Delete icon

See Also:
Constant Field Values
Method Detail

getIcon

public static Icon getIcon(String path)
Returns the icon located at the given resource path.

Parameters:
path - Resource path
Returns:
Icon or null if not found


Copyright © 2011. All Rights Reserved.