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 StringBOTTOM_AREAstatic StringCLEAN_ACTIONstatic StringGROUPstatic StringLEFT_AREAstatic StringPANEL_FAVORITEstatic StringPANEL_FAVORITE_DARKstatic StringPANEL_FUNCTIONSstatic StringPANEL_FUNCTIONS_DARKstatic StringPANEL_HISTORYstatic StringPANEL_HISTORY_DARKstatic StringPANEL_OPENEDstatic StringPANEL_OPENED_DARKstatic StringPANEL_SECTIONstatic StringPANEL_SECTION_DARKstatic StringPANEL_TOOLSstatic StringPANEL_TOOLS_DARKstatic StringRIGHT_AREAstatic StringTOP_AREAstatic StringUNSET_AREAstatic StringUNTYPEDstatic StringUNTYPED_DARK
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.swt.graphics.ImagegetImage(String symbolicName)Gets image by id.static org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor(String symbolicName)Gets image descriptor by id.static voidinitializeImageRegistry(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
-
-