|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n.DiagramUIPropertiesImages
public class DiagramUIPropertiesImages
Bundle of all images used by this plugin. Image descriptors can be retrieved
by referencing the public image descriptor variable directly. The public
strings represent images that will be cached and can be retrieved using
get(String)
.
Field Summary | |
---|---|
static ImageDescriptor |
DESC_BOLD
|
static ImageDescriptor |
DESC_FILL_COLOR
Image descriptors. |
static ImageDescriptor |
DESC_FONT_COLOR
|
static ImageDescriptor |
DESC_ITALIC
|
static ImageDescriptor |
DESC_LINE_COLOR
|
static java.lang.String |
IMG_BOLD
|
static java.lang.String |
IMG_FILL_COLOR
Images that will be cached and can be retrieved using get(String) . |
static java.lang.String |
IMG_FONT_COLOR
|
static java.lang.String |
IMG_ITALIC
|
static java.lang.String |
IMG_LINE_COLOR
|
Constructor Summary | |
---|---|
DiagramUIPropertiesImages()
|
Method Summary | |
---|---|
static Image |
get(java.lang.String imageName)
Gets an image from the image registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String IMG_FILL_COLOR
get(String)
.
public static final java.lang.String IMG_BOLD
public static final java.lang.String IMG_ITALIC
public static final java.lang.String IMG_FONT_COLOR
public static final java.lang.String IMG_LINE_COLOR
public static final ImageDescriptor DESC_FILL_COLOR
public static final ImageDescriptor DESC_BOLD
public static final ImageDescriptor DESC_ITALIC
public static final ImageDescriptor DESC_FONT_COLOR
public static final ImageDescriptor DESC_LINE_COLOR
Constructor Detail |
---|
public DiagramUIPropertiesImages()
Method Detail |
---|
public static Image get(java.lang.String imageName)
imageName
- the full filename of the image
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.