public class RemoteUIImages
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.eclipse.jface.resource.ImageDescriptor |
DESC_DEFAULT_TYPE |
static org.eclipse.jface.resource.ImageDescriptor |
DESC_DLCL_NEW_FOLDER |
static org.eclipse.jface.resource.ImageDescriptor |
DESC_DLCL_UP_NAV |
static org.eclipse.jface.resource.ImageDescriptor |
DESC_ELCL_NEW_FOLDER |
static org.eclipse.jface.resource.ImageDescriptor |
DESC_ELCL_UP_NAV |
static org.eclipse.jface.resource.ImageDescriptor |
DESC_OVR_SYMLINK |
static org.eclipse.core.runtime.IPath |
ICONS_PATH |
static java.lang.String |
IMG_DEFAULT_TYPE |
static java.lang.String |
IMG_DLCL_NEW_FOLDER |
static java.lang.String |
IMG_DLCL_UP_NAV |
static java.lang.String |
IMG_ELCL_NEW_FOLDER |
static java.lang.String |
IMG_ELCL_UP_NAV |
static java.lang.String |
IMG_OVR_SYMLINK |
Constructor and Description |
---|
RemoteUIImages() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.jface.resource.ImageDescriptor |
createImageDescriptor(org.osgi.framework.Bundle bundle,
org.eclipse.core.runtime.IPath path,
boolean useMissingImageDescriptor) |
static org.eclipse.swt.graphics.Image |
get(java.lang.String key)
Returns the image managed under the given key in this registry.
|
static org.eclipse.jface.resource.ImageDescriptor |
getDescriptor(java.lang.String key)
Returns the image descriptor for the given key in this registry.
|
static void |
setLocalImageDescriptors(org.eclipse.jface.action.IAction action,
java.lang.String iconName)
Sets the three image descriptors for enabled, disabled, and hovered to an action.
|
public static final org.eclipse.core.runtime.IPath ICONS_PATH
public static final java.lang.String IMG_ELCL_UP_NAV
public static final java.lang.String IMG_DLCL_UP_NAV
public static final java.lang.String IMG_OVR_SYMLINK
public static final java.lang.String IMG_ELCL_NEW_FOLDER
public static final java.lang.String IMG_DLCL_NEW_FOLDER
public static final java.lang.String IMG_DEFAULT_TYPE
public static final org.eclipse.jface.resource.ImageDescriptor DESC_ELCL_UP_NAV
public static final org.eclipse.jface.resource.ImageDescriptor DESC_DLCL_UP_NAV
public static final org.eclipse.jface.resource.ImageDescriptor DESC_OVR_SYMLINK
public static final org.eclipse.jface.resource.ImageDescriptor DESC_ELCL_NEW_FOLDER
public static final org.eclipse.jface.resource.ImageDescriptor DESC_DLCL_NEW_FOLDER
public static final org.eclipse.jface.resource.ImageDescriptor DESC_DEFAULT_TYPE
public static org.eclipse.swt.graphics.Image get(java.lang.String key)
key
- the image's keypublic static org.eclipse.jface.resource.ImageDescriptor getDescriptor(java.lang.String key)
key
- the image's keypublic static void setLocalImageDescriptors(org.eclipse.jface.action.IAction action, java.lang.String iconName)
action
- the actioniconName
- the icon namepublic static org.eclipse.jface.resource.ImageDescriptor createImageDescriptor(org.osgi.framework.Bundle bundle, org.eclipse.core.runtime.IPath path, boolean useMissingImageDescriptor)