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 FilePropCnrPropEditorPart. filePropCnrThe File Property being edited, null for none.Methods in com.iizigo.editor that return FilePropCnr Modifier and Type Method Description static FilePropCnrPropHelper. 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 voidPropEditorPart. addOpenFile(FilePropCnr fpc)Adds an open file.protected voidPropEditorPart. closeFile(FilePropCnr fpc)Closed an open file.protected voidPropEditorPart. 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 booleanImageHelper. 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 FilePropCnrFilePropCnr. clone()Clone must be overridden.static FilePropCnrFilePropCnr. fromProperty(GProp<?> property)Gets a FilePropCnr from a property that should be the FilePropCnr itself or a child.FilePropCnrResourceDesignerProp. 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 voidTextTableEditor. onFileClosed(FilePropCnr fpc)Called when an open file in the editor has been closed and needs to be removed.