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 voidImageHelper.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 SingleImageControlImageHelper.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.CompositeImageHelper.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.CompositeImageHelper.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 ImageInfoImageInfo.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 voidImageHelper.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 TypeMethodDescriptionvoidEditorImageDefinition.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidEditorImageResolution.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidEditorImagesDefinition.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidEditorImagesResolution.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidEditorImagesStyle.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidEditorImageStyle.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidEditorImageStylesResolution.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidEditorStyledImageDefinition.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 TypeMethodDescriptionvoidIAssetReferenceListener.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 TypeMethodDescriptionvoidFontFile.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 TypeMethodDescriptionvoidImageDefinition.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidImageResolution.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidImagesDefinition.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidImagesResolution.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidImageStyle.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidImageStylesResolution.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidStyledImageDefinition.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.voidSVGDefinition.onAssetReferenceChanged(AssetReference ref) Called when an asset file has been changed, either using new reference or the file contents.