Uses of Class
com.iizigo.prop.FilePropCnr
Uses of FilePropCnr in com.iizigo.editor
Modifier and TypeFieldDescriptionprotected FilePropCnr
PropEditorPart.filePropCnr
The File Property being edited, null for none.Modifier and TypeMethodDescriptionstatic FilePropCnr
PropHelper.doOpen
(boolean doPerform, GProp<?> gp, PropEditorPart[] partReturn) Opens the Editor associated with the specified property.Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected void
TextTableEditor.onFileClosed
(FilePropCnr fpc) Called when an open file in the editor has been closed and needs to be removed.