Uses of Class
com.iizigo.prop.FilePropCnr
Packages that use FilePropCnr Package Description com.iizigo.editor com.iizigo.image com.iizigo.prop com.iizigo.text Uses of FilePropCnr in com.iizigo.editor
Fields in com.iizigo.editor declared as FilePropCnr Modifier and Type Field Description protected FilePropCnr
PropEditorPart. filePropCnr
The File Property being edited, null for none.Methods in com.iizigo.editor that return FilePropCnr Modifier and Type Method Description static 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 FilePropCnr Modifier and Type Method Description protected 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 FilePropCnr Modifier and Type Method Description static 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 FilePropCnr Modifier and Type Method Description FilePropCnr
FilePropCnr. 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.FilePropCnr
ResourceDesignerProp. getFilePropCnr()
Gets the FilePropCnr.Uses of FilePropCnr in com.iizigo.text
Methods in com.iizigo.text with parameters of type FilePropCnr Modifier and Type Method Description protected void
TextTableEditor. onFileClosed(FilePropCnr fpc)
Called when an open file in the editor has been closed and needs to be removed.