Uses of Interface
com.iizix.prop.image.IImageTarget
Uses of IImageTarget in com.iizigo.image.prop
Classes in com.iizigo.image.prop that implement IImageTarget Modifier and Type Class Description classEditorFontIconDefinitionFont icon definition property container for the Editor.classEditorImageDefinitionThis Image Definition part property container for the Editor.classEditorImageLocationThis Image Location has the location of the image part.classEditorStyledImageDefinitionThis Styled Image Definition part property container for the Editor.classEditorSVGDefinitionSVG definition property container for the Editor.Uses of IImageTarget in com.iizigo.prop.editor
Method parameters in com.iizigo.prop.editor with type arguments of type IImageTarget Modifier and Type Method Description voidImageReferencePropEditor. initialize(AbstractReference<IImageTarget> prop)Initializes a newly created property (e.g.Uses of IImageTarget in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return IImageTarget Modifier and Type Method Description IImageTargetRichTextEditorDialog. getImageTarget(java.lang.String ref)Gets the image reference.Uses of IImageTarget in com.iizigo.text
Methods in com.iizigo.text that return IImageTarget Modifier and Type Method Description IImageTargetKStringInfoProviderAdapter. getImageTarget(java.lang.String ref)Gets the image reference.IImageTargetTextTableEditor. getImageTarget(java.lang.String ref)Gets the image reference.Uses of IImageTarget in com.iizix.barcode
Methods in com.iizix.barcode that return IImageTarget Modifier and Type Method Description IImageTargetBarcodeURN. getImageTarget()Gets the image target interface for this URN instance.Uses of IImageTarget in com.iizix.prop
Methods in com.iizix.prop that return IImageTarget Modifier and Type Method Description IImageTargetStyles. getBackgroundImage()Gets the background image.abstract IImageTargetPropMgrInfoProviderAdapter. getImageTarget(java.lang.String ref)Gets the image reference.Methods in com.iizix.prop with parameters of type IImageTarget Modifier and Type Method Description booleanStyles. setBackgroundImage(IImageTarget image)Sets the background image.booleanImageReference. setImage(IImageTarget image)Sets the image reference to the specified image.Uses of IImageTarget in com.iizix.prop.image
Classes in com.iizix.prop.image that implement IImageTarget Modifier and Type Class Description classFontIconDefinitionThe definition of a single font icon and how it represent itself in the various states, e.g.classImageDefinitionSingle image definition property container.classImageLocationThis Image Location property container.classRuntimeImageDefinitionThe runtime image definition is used to provide images at runtime that are images located in other files than the asset files.classStyledImageDefinitionImage States Definition property container when a single image file has one image in many states and possibly resolutions.classSVGDefinitionThe SVG Image Definition property container contains a reference to an SVG file in the Assets.Methods in com.iizix.prop.image that return IImageTarget Modifier and Type Method Description static IImageTargetIImageTarget. lookUp(GProp<?> property, java.lang.String reference)Static look-up of an image from a reference.Uses of IImageTarget in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return IImageTarget Modifier and Type Method Description IImageTargetUIImage. getImage()Gets the image.IImageTargetUIImage2. getImage()Gets the image.Methods in com.iizix.prop.ui with parameters of type IImageTarget Modifier and Type Method Description voidIUIImage2Listener. onImageChanged(UIImage2 image, IImageTarget imageTarget)Change of image caused by the user selecting a new image (theimageTargetisnull), some programmatic call not directly caused by the user, but as a result of a user change at some earlier point in time, or that the VirtualSpace value was changed.booleanUIImage. setImage(IImageTarget image)Sets the image.booleanUIImage2. setImage(IImageTarget image)Sets the image.Uses of IImageTarget in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return IImageTarget Modifier and Type Method Description default IImageTargetIMListContentProvider. getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget)Gets the icon to use for the list item and the specified VS row.IImageTargetIMListIconProvider. getIcon(VSRow row, MLGroup group, MLItem listItem)Gets the icon to use for the list item and the specified VS row.IImageTargetMLContentProvider. getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget)Gets the icon to use for the list item and the specified VS row.IImageTargetMLItem. getIcon()Gets the image assigned as the icon for the list item.Methods in com.iizix.prop.ui.mlist with parameters of type IImageTarget Modifier and Type Method Description default IImageTargetIMListContentProvider. getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget)Gets the icon to use for the list item and the specified VS row.IImageTargetMLContentProvider. getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget)Gets the icon to use for the list item and the specified VS row.booleanMLItem. setIcon(IImageTarget image)Sets the image assigned as the icon for the list item.Uses of IImageTarget in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return IImageTarget Modifier and Type Method Description IImageTargetTableCell. getImageTarget(java.lang.String ref)Gets the image reference.Uses of IImageTarget in com.iizix.server.app
Methods in com.iizix.server.app that return IImageTarget Modifier and Type Method Description IImageTargetAppFactory. getImageTarget(java.lang.String ref)Gets the image reference.Uses of IImageTarget in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return IImageTarget Modifier and Type Method Description IImageTargetImageURNProvider. getImageTarget(URNResourceType type, java.lang.String name)Gets the image target reference.Uses of IImageTarget in com.iizix.text
Methods in com.iizix.text that return IImageTarget Modifier and Type Method Description IImageTargetIKStringInfoProvider. getImageTarget(java.lang.String ref)Gets the image reference.default IImageTargetIKStringValuePropHolder. getImageTarget(java.lang.String ref)Gets the image reference.IImageTargetValidationKStringInfoProviderHolder. getImageTarget(java.lang.String ref)Gets the image reference.Uses of IImageTarget in com.iizix.urn
Methods in com.iizix.urn that return IImageTarget Modifier and Type Method Description IImageTargetURN. getImageTarget()Gets the image target interface for this URN instance, if supported.IImageTargetURNResource. getImageTarget()Gets the image target interface for this URN instance, if supported.Uses of IImageTarget in com.iizix.urn.image
Methods in com.iizix.urn.image that return IImageTarget Modifier and Type Method Description IImageTargetIImageURNProvider. getImageTarget(URNResourceType type, java.lang.String name)Gets the image target reference.