Package com.iizigo.image.prop
Interface IEditorImage
- All Known Implementing Classes:
EditorFontIconDefinition
,EditorFontIconsDefinition
,EditorImageDefinition
,EditorImageLocation
,EditorImageResolution
,EditorImagesDefinition
,EditorImagesResolution
,EditorImagesStyle
,EditorImageStyle
,EditorImageStyleLocation
,EditorImageStylesResolution
,EditorStyledImageDefinition
,EditorSVGDefinition
public interface IEditorImage
Interface implemented by all Editor classes for Image, typically for Common Navigator info.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.Composite
createTooltip
(org.eclipse.swt.widgets.Composite parent) Creates the tooltip.org.eclipse.swt.graphics.Image
Gets the image for the Common Navigator.getCNText
(int column) Gets the label text for the Common Navigator.Gets the type for the Common Navigator.
Method Details
getCNImage
org.eclipse.swt.graphics.Image getCNImage()Gets the image for the Common Navigator.getCNType
String getCNType()Gets the type for the Common Navigator.getCNText
Gets the label text for the Common Navigator.createTooltip
org.eclipse.swt.widgets.Composite createTooltip(org.eclipse.swt.widgets.Composite parent) Creates the tooltip.