Package com._1c.g5.v8.dt.cai.ui
Class CaiSharedImages
java.lang.Object
com._1c.g5.v8.dt.cai.ui.CaiSharedImages
Client Application Interface UI shared images
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.swt.graphics.Image
Gets image by id.static org.eclipse.jface.resource.ImageDescriptor
getImageDescriptor
(String symbolicName) Gets image descriptor by id.static void
initializeImageRegistry
(org.eclipse.jface.resource.ImageRegistry reg) Initialize image registry in pluginImageRegistry
-
Field Details
-
BOTTOM_AREA
- See Also:
-
LEFT_AREA
- See Also:
-
RIGHT_AREA
- See Also:
-
TOP_AREA
- See Also:
-
UNSET_AREA
- See Also:
-
PANEL_FAVORITE
- See Also:
-
PANEL_FAVORITE_DARK
- See Also:
-
PANEL_FUNCTIONS
- See Also:
-
PANEL_FUNCTIONS_DARK
- See Also:
-
PANEL_HISTORY
- See Also:
-
PANEL_HISTORY_DARK
- See Also:
-
PANEL_OPENED
- See Also:
-
PANEL_OPENED_DARK
- See Also:
-
PANEL_SECTION
- See Also:
-
PANEL_SECTION_DARK
- See Also:
-
PANEL_TOOLS
- See Also:
-
PANEL_TOOLS_DARK
- See Also:
-
UNTYPED
- See Also:
-
UNTYPED_DARK
- See Also:
-
GROUP
- See Also:
-
CLEAN_ACTION
- See Also:
-
-
Method Details
-
initializeImageRegistry
public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) Initialize image registry in pluginImageRegistry
- Parameters:
reg
- the pluginImageRegistry
, cannot benull
-
getImage
Gets image by id.- Parameters:
id
- the identifier, cannot benull
- Returns:
- the image or null, if not founded
-
getImageDescriptor
Gets image descriptor by id.- Parameters:
id
- the identifier, cannot benull
- Returns:
- the image descriptor or null, if not founded
-