public class EditorIcon
extends java.lang.Object
EditorIcon
class is used for loading images used in the editor.Constructor and Description |
---|
EditorIcon() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static java.awt.Image createEditorIcon()
public static javax.swing.ImageIcon createLargeEditorIcon()
public static javax.swing.ImageIcon createTabIcon()
public static javax.swing.ImageIcon createHelpIcon()
public static javax.swing.ImageIcon createBrowserIcon()
public static javax.swing.ImageIcon createColorIcon()