cz.zcu.fav.kiv.editor.graphics.images
Class EditorIcon

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.graphics.images.EditorIcon

public class EditorIcon
extends java.lang.Object

The EditorIconclass is used for loading images used in the editor.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Constructor Summary
EditorIcon()
           
 
Method Summary
static javax.swing.ImageIcon createBrowserIcon()
          Loads the browser icon.
static javax.swing.ImageIcon createColorIcon()
          Loads the colors chooser icon.
static java.awt.Image createEditorIcon()
          Loads the main editor icon.
static javax.swing.ImageIcon createHelpIcon()
          Loads the help icon.
static javax.swing.ImageIcon createLargeEditorIcon()
          Loads the large editor icon.
static javax.swing.ImageIcon createTabIcon()
          Loads the tab icon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorIcon

public EditorIcon()
Method Detail

createEditorIcon

public static java.awt.Image createEditorIcon()
Loads the main editor icon.

Returns:
the main editor icon.

createLargeEditorIcon

public static javax.swing.ImageIcon createLargeEditorIcon()
Loads the large editor icon.

Returns:
the large editor icon.

createTabIcon

public static javax.swing.ImageIcon createTabIcon()
Loads the tab icon.

Returns:
the tab icon.

createHelpIcon

public static javax.swing.ImageIcon createHelpIcon()
Loads the help icon.

Returns:
the help icon.

createBrowserIcon

public static javax.swing.ImageIcon createBrowserIcon()
Loads the browser icon.

Returns:
the browser icon.

createColorIcon

public static javax.swing.ImageIcon createColorIcon()
Loads the colors chooser icon.

Returns:
the colors chooser icon.