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 AssetReferenceAssetReferenceLocation. refMethods in com.iizigo.image that return AssetReference Modifier and Type Method Description AssetReferenceImageInfo. getAssetReference()Gets the reference.Methods in com.iizigo.image with parameters of type AssetReference Modifier and Type Method Description static voidImageHelper. 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 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, java.lang.String type, java.lang.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, java.lang.String type, java.lang.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 AssetReference Modifier and Type Method Description static voidImageHelper. 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 AssetReferenceEditorImagesStyle. getAssetReference()Gets the asset reference.AssetReferenceIImagesBase. getAssetReference()Gets the asset reference.AssetReferenceIStyledImageBase. getAssetReference()Gets the asset reference.Methods in com.iizigo.image.prop with parameters of type AssetReference Modifier and Type Method Description voidEditorImageDefinition. 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 AssetReference Modifier and Type Method Description voidIAssetReferenceListener. 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 AssetReferenceFontFile. 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 voidFontFile. 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 AssetReferenceImageDefinition. getAssetReference()Gets the asset reference.AssetReferenceImageResolution. getAssetReference()Gets the asset reference.AssetReferenceImagesDefinition. getAssetReference()Gets the asset reference.AssetReferenceImagesResolution. getAssetReference()Gets the asset reference.AssetReferenceImageStyle. getAssetReference()Gets the asset reference.AssetReferenceImageStylesResolution. getAssetReference()Gets the asset reference.AssetReferenceStyledImageDefinition. getAssetReference()Gets the asset reference.AssetReferenceSVGDefinition. getAssetReference()Gets the asset reference.Methods in com.iizix.prop.image with parameters of type AssetReference Modifier and Type Method Description voidImageDefinition. 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.