Uses of Class
com.iizix.prop.AssetReference
Packages that use AssetReference Package Description com.iizigo.image com.iizigo.image.prop com.iizix.prop com.iizix.prop.font com.iizix.prop.image Uses of AssetReference in com.iizigo.image
Fields in com.iizigo.image declared as AssetReference Modifier and Type Field Description AssetReference
AssetReferenceLocation. ref
Methods in com.iizigo.image that return AssetReference Modifier and Type Method Description AssetReference
ImageInfo. getAssetReference()
Gets the reference.Methods in com.iizigo.image with parameters of type AssetReference Modifier and Type Method Description static void
ImageHelper. addImageTooltipBottomPart(PropCnr prop, org.eclipse.swt.widgets.Composite composite, AssetReference ref, org.eclipse.core.resources.IFile file, java.lang.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, java.lang.String type, java.lang.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, java.lang.String type, java.lang.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 AssetReference Modifier and Type Method Description static void
ImageHelper. addImageTooltipPreviews(org.eclipse.swt.widgets.Composite composite, java.util.ArrayList<AssetReference> refs, java.util.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 AssetReference Constructor Description SingleImageControl(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 AssetReference Modifier and Type Method Description AssetReference
EditorImagesStyle. getAssetReference()
Gets the asset reference.AssetReference
IImagesBase. getAssetReference()
Gets the asset reference.AssetReference
IStyledImageBase. getAssetReference()
Gets the asset reference.Methods in com.iizigo.image.prop with parameters of type AssetReference Modifier and Type Method Description void
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 AssetReference Modifier and Type Method Description void
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 AssetReference Modifier and Type Method Description AssetReference
FontFile. getAssetReference()
Gets the asset references of all icon files.Methods in com.iizix.prop.font with parameters of type AssetReference Modifier and Type Method Description void
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 AssetReference Constructor Description FontFilePreloadClientCacheResource(AssetReference assetReference, FileURIPropCnr filePropCnr)
Constructs the resource.Uses of AssetReference in com.iizix.prop.image
Methods in com.iizix.prop.image that return AssetReference Modifier and Type Method Description AssetReference
ImageDefinition. getAssetReference()
Gets the asset reference.AssetReference
ImageResolution. getAssetReference()
Gets the asset reference.AssetReference
ImagesDefinition. getAssetReference()
Gets the asset reference.AssetReference
ImagesResolution. getAssetReference()
Gets the asset reference.AssetReference
ImageStyle. getAssetReference()
Gets the asset reference.AssetReference
ImageStylesResolution. getAssetReference()
Gets the asset reference.AssetReference
StyledImageDefinition. getAssetReference()
Gets the asset reference.AssetReference
SVGDefinition. getAssetReference()
Gets the asset reference.Methods in com.iizix.prop.image with parameters of type AssetReference Modifier and Type Method Description void
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.