Uses of Class
com.iizigo.prop.FilePropCnr
Packages that use FilePropCnr
Uses of FilePropCnr in com.iizigo.editor
Fields in com.iizigo.editor declared as FilePropCnrModifier and TypeFieldDescriptionprotected FilePropCnr
PropEditorPart.filePropCnr
The File Property being edited, null for none.Methods in com.iizigo.editor that return FilePropCnrModifier and TypeMethodDescriptionstatic FilePropCnr
PropHelper.doOpen
(boolean doPerform, GProp<?> gp, PropEditorPart[] partReturn) Opens the Editor associated with the specified property.Methods in com.iizigo.editor with parameters of type FilePropCnrModifier and TypeMethodDescriptionprotected void
PropEditorPart.addOpenFile
(FilePropCnr fpc) Adds an open file.protected void
PropEditorPart.closeFile
(FilePropCnr fpc) Closed an open file.protected void
PropEditorPart.onFileClosed
(FilePropCnr fpc) Called when an open file in the editor has been closed and needs to be removed.Uses of FilePropCnr in com.iizigo.image
Methods in com.iizigo.image with parameters of type FilePropCnrModifier and TypeMethodDescriptionstatic boolean
ImageHelper.isImageExtension
(FilePropCnr fpc, boolean includeSVG) Checks if it's an image resource, i.e.Uses of FilePropCnr in com.iizigo.prop
Methods in com.iizigo.prop that return FilePropCnrModifier and TypeMethodDescriptionFilePropCnr.clone()
Clone must be overridden.static FilePropCnr
FilePropCnr.fromProperty
(GProp<?> property) Gets a FilePropCnr from a property that should be the FilePropCnr itself or a child.ResourceDesignerProp.getFilePropCnr()
Gets the FilePropCnr.Uses of FilePropCnr in com.iizigo.text
Methods in com.iizigo.text with parameters of type FilePropCnrModifier and TypeMethodDescriptionprotected void
TextTableEditor.onFileClosed
(FilePropCnr fpc) Called when an open file in the editor has been closed and needs to be removed.