Uses of Class
com.iizix.prop.AssetReference
Package
Description
Uses of AssetReference in com.iizigo.image
Modifier and TypeMethodDescriptionstatic void
ImageHelper.addImageTooltipBottomPart
(PropCnr prop, org.eclipse.swt.widgets.Composite composite, AssetReference ref, org.eclipse.core.resources.IFile file, String id, org.eclipse.swt.graphics.Rectangle rect, SingleImageControl ic) Adds the bottom part to the tooltip composite.static SingleImageControl
ImageHelper.addImageTooltipImagePart
(org.eclipse.swt.widgets.Composite composite, AssetReference ref, org.eclipse.core.resources.IFile file, org.eclipse.swt.graphics.Rectangle rect) Creates the default image part for the tooltip, added to the top composite.static org.eclipse.swt.widgets.Composite
ImageHelper.createImageTooltip
(PropCnr prop, org.eclipse.swt.widgets.Composite parent, AssetReference ref, org.eclipse.swt.graphics.Image typeImage, String type, String id) Creates a composite for the specified file name.static org.eclipse.swt.widgets.Composite
ImageHelper.createImageTooltip
(PropCnr prop, org.eclipse.swt.widgets.Composite parent, AssetReference ref, org.eclipse.swt.graphics.Image typeImage, String type, String id, org.eclipse.swt.graphics.Rectangle rect) Creates a composite for the specified file name.static ImageInfo
ImageInfo.grab
(AssetReference ref, GProp<?> anyPropInTree) From a AssetReference, gets the ImageInfo instance and adds a reference count to it.Modifier and TypeMethodDescriptionstatic void
ImageHelper.addImageTooltipPreviews
(org.eclipse.swt.widgets.Composite composite, ArrayList<AssetReference> refs, ArrayList<Position> offsets, int cx, int cy, SingleImageControl ic) Creates a preview of the part images with a separator line below.ModifierConstructorDescriptionSingleImageControl
(org.eclipse.swt.widgets.Composite parent, int style, int zoom, AssetReference ref, ILayoutListener layout) Creates the image control with a zoom level.SingleImageControl
(org.eclipse.swt.widgets.Composite parent, int style, int zoom, AssetReference ref, ILayoutListener layout, org.eclipse.swt.graphics.Rectangle rect) Creates the image control with a zoom level.Uses of AssetReference in com.iizigo.image.prop
Modifier and TypeMethodDescriptionEditorImagesStyle.getAssetReference()
Gets the asset reference.IImagesBase.getAssetReference()
Gets the asset reference.IStyledImageBase.getAssetReference()
Gets the asset reference.Modifier and TypeMethodDescriptionvoid
EditorImageDefinition.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
EditorImageResolution.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
EditorImagesDefinition.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
EditorImagesResolution.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
EditorImagesStyle.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
EditorImageStyle.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
EditorImageStylesResolution.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
EditorStyledImageDefinition.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.Uses of AssetReference in com.iizix.prop
Modifier and TypeMethodDescriptionvoid
IAssetReferenceListener.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.Uses of AssetReference in com.iizix.prop.font
Modifier and TypeMethodDescriptionFontFile.getAssetReference()
Gets the asset references of all icon files.Modifier and TypeMethodDescriptionvoid
FontFile.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.ModifierConstructorDescriptionFontFilePreloadClientCacheResource
(AssetReference assetReference, FileURIPropCnr filePropCnr) Constructs the resource.Uses of AssetReference in com.iizix.prop.image
Modifier and TypeMethodDescriptionImageDefinition.getAssetReference()
Gets the asset reference.ImageResolution.getAssetReference()
Gets the asset reference.ImagesDefinition.getAssetReference()
Gets the asset reference.ImagesResolution.getAssetReference()
Gets the asset reference.ImageStyle.getAssetReference()
Gets the asset reference.ImageStylesResolution.getAssetReference()
Gets the asset reference.StyledImageDefinition.getAssetReference()
Gets the asset reference.SVGDefinition.getAssetReference()
Gets the asset reference.Modifier and TypeMethodDescriptionvoid
ImageDefinition.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
ImageResolution.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
ImagesDefinition.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
ImagesResolution.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
ImageStyle.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
ImageStylesResolution.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
StyledImageDefinition.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.void
SVGDefinition.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.