Package com._1c.g5.v8.dt.bsl.ui
Class BslSharedImages
java.lang.Object
com._1c.g5.v8.dt.bsl.ui.BslSharedImages
Bsl 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
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
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
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)
-
Field Details
-
PLUGIN_ID
- See Also:
-
ICONS
- See Also:
-
T_OBJ16
- See Also:
-
T_OVR16
- See Also:
-
T_EVIEW
- See Also:
-
IMG_EXPORTED_METHOD
- See Also:
-
IMG_METHOD
- See Also:
-
IMG_EXPORTED_VAR
- See Also:
-
IMG_VAR
- See Also:
-
IMG_FUNCTION
- See Also:
-
IMG_PROCEDURE
- See Also:
-
IMG_RECURSIVE
- See Also:
-
IMG_ASYNC
- See Also:
-
IMG_TEMPLATE_PROP
- See Also:
-
IMG_EXTERNAL_FUNC
- See Also:
-
IMG_EXTERNAL_PROC
- See Also:
-
IMG_EXTERNAL_PROPERTY
- See Also:
-
IMG_TEMP_VARIABLE
- See Also:
-
IMG_BSL_VIEW_LINK
- See Also:
-
IMG_BSL_VIEW_INFO
- See Also:
-
IMG_CONSTRUCTOR
- See Also:
-
IMG_STATEMENT_BLOCK
- See Also:
-
IMG_PREPROCESSOR
- See Also:
-
IMG_REGION_PREPROCESSOR
- See Also:
-
IMG_DELETE_PREPROCESSOR
- See Also:
-
IMG_INSERT_PREPROCESSOR
- See Also:
-
IMG_IF_PREPROCESSOR
- See Also:
-
IMG_PRAGMA
- See Also:
-
IMG_SYS_ENUM
- See Also:
-
IMG_PREDEFINED_VALUE
- See Also:
-
IMG_MODULE
- See Also:
-
IMG_CH_CALLERS
- See Also:
-
IMG_CH_CALLEES
- See Also:
-
IMG_PIN_VIEW
- See Also:
-
IMG_REFRESH
- See Also:
-
IMG_CH_SINGLE_ORIENTATION
- See Also:
-
IMG_CH_HORIZONTAL_ORIENTATION
- See Also:
-
IMG_CH_CANCEL
- See Also:
-
IMG_CH_HISTORY_LIST
- See Also:
-
IMG_OBJS_SEARCH_OCCURRENCE
- See Also:
-
IMG_CALL_HIERARCHY_VIEW
- See Also:
-
IMG_AFTER_EXPORTED_METHOD
- See Also:
-
IMG_BEFORE_EXPORTED_METHOD
- See Also:
-
IMG_AROUND_EXPORTED_METHOD
- See Also:
-
IMG_CHANGE_AND_VALIDATE_EXPORTED_METHOD
- See Also:
-
IMG_BEFORE_AFTER_EXPORTED_METHOD
- See Also:
-
IMG_AFTER_METHOD
- See Also:
-
IMG_BEFORE_METHOD
- See Also:
-
IMG_AROUND_METHOD
- See Also:
-
IMG_CHANGE_AND_VALIDATE_METHOD
- See Also:
-
IMG_BEFORE_AFTER_METHOD
- See Also:
-
IMG_EVENT_SECTION
- See Also:
-
IMG_EVENT
- See Also:
-
IMG_EVENT_HANDLER
- See Also:
-
IMG_FULL_TEXT_SEARCH
- See Also:
-
IMG_BEFORE_AFTER_EVENT
- See Also:
-
IMG_BEFORE_EVENT
- See Also:
-
IMG_AFTER_EVENT
- See Also:
-
IMG_AROUND_EVENT
- See Also:
-
IMG_CHANGE_AND_VALIDATE_EVENT
- See Also:
-
IMG_PARAMETERS_HOVER_PREVIOUS
- See Also:
-
IMG_PARAMETERS_HOVER_NEXT
- See Also:
-
-
Method Details
-
initializeImageRegistry
public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) -
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
-