Uses of Class
com.iizix.prop.AssetReference
Packages that use AssetReference
Package
Description
Uses of AssetReference in com.iizigo.image
Fields in com.iizigo.image declared as AssetReferenceMethods in com.iizigo.image that return AssetReferenceMethods in com.iizigo.image with parameters of type AssetReferenceModifier 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.Method parameters in com.iizigo.image with type arguments of type AssetReferenceModifier 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.Constructors in com.iizigo.image with parameters of type AssetReferenceModifierConstructorDescriptionSingleImageControl
(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
Methods in com.iizigo.image.prop that return AssetReferenceModifier and TypeMethodDescriptionEditorImagesStyle.getAssetReference()
Gets the asset reference.IImagesBase.getAssetReference()
Gets the asset reference.IStyledImageBase.getAssetReference()
Gets the asset reference.Methods in com.iizigo.image.prop with parameters of type AssetReferenceModifier 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
Methods in com.iizix.prop with parameters of type AssetReferenceModifier 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
Methods in com.iizix.prop.font that return AssetReferenceModifier and TypeMethodDescriptionFontFile.getAssetReference()
Gets the asset references of all icon files.Methods in com.iizix.prop.font with parameters of type AssetReferenceModifier and TypeMethodDescriptionvoid
FontFile.onAssetReferenceChanged
(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.Constructors in com.iizix.prop.font with parameters of type AssetReferenceModifierConstructorDescriptionFontFilePreloadClientCacheResource
(AssetReference assetReference, FileURIPropCnr filePropCnr) Constructs the resource.Uses of AssetReference in com.iizix.prop.image
Methods in com.iizix.prop.image that return AssetReferenceModifier 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.Methods in com.iizix.prop.image with parameters of type AssetReferenceModifier 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.