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