Uses of Class
com.iizigo.editor.PropEditorPart
Uses of PropEditorPart in com.iizigo.db.editor
Subclasses of PropEditorPart in com.iizigo.db.editor Modifier and Type Class Description classDatabaseEditorThe Database Editor part.Uses of PropEditorPart in com.iizigo.editor
Fields in com.iizigo.editor declared as PropEditorPart Modifier and Type Field Description static PropEditorPart[]PropEditorPart. EMPTYEmpty array.Methods in com.iizigo.editor that return PropEditorPart Modifier and Type Method Description static PropEditorPartPropEditorPart. getActiveEditor()Gets the active editor part.static PropEditorPartPropEditorPart. getActiveEditor(GProp<?> prop)Gets the active or topmost editor from a property.static PropEditorPartPropEditorPart. getActivePart()Gets the active part, differs fromgetActiveEditor()because it check if e.g.static PropEditorPart[]PropEditorPart. getEditors()Gets a snapshot of the editor parts.static PropEditorPartPropEditorPart. getTopmostEditor(PropEditorPart[] editors)Gets the topmost editor part from an array of editors.Methods in com.iizigo.editor with parameters of type PropEditorPart Modifier and Type Method Description static FilePropCnrPropHelper. doOpen(boolean doPerform, GProp<?> gp, PropEditorPart[] partReturn)Opens the Editor associated with the specified property.static PropEditorPartPropEditorPart. getTopmostEditor(PropEditorPart[] editors)Gets the topmost editor part from an array of editors.Constructors in com.iizigo.editor with parameters of type PropEditorPart Constructor Description PartExtensionIZ(PropEditorPart part)The constructor.Uses of PropEditorPart in com.iizigo.font
Subclasses of PropEditorPart in com.iizigo.font Modifier and Type Class Description classFontFacesEditorThe font faces editor in the Styles folder.Uses of PropEditorPart in com.iizigo.image
Subclasses of PropEditorPart in com.iizigo.image Modifier and Type Class Description classImageDefinitionEditorThe Image Definition Editor part.Uses of PropEditorPart in com.iizigo.panel
Subclasses of PropEditorPart in com.iizigo.panel Modifier and Type Class Description classContextMenuEditorThe context menu editor in the Panel folder.classPanelEditorThe panel editor.Uses of PropEditorPart in com.iizigo.prop
Methods in com.iizigo.prop that return PropEditorPart Modifier and Type Method Description PropEditorPartFilePropCnr. getActiveEditor()Gets the active or topmost attached editor.PropEditorPart[]FilePropCnr. getAttachedEditors()Gets the attached editors.Methods in com.iizigo.prop with parameters of type PropEditorPart Modifier and Type Method Description voidFilePropCnr. attachEditor(PropEditorPart editor)Attaches an Editor to this file.voidFilePropCnr. detachEditor(PropEditorPart editor)Detaches an Editor from this file.Uses of PropEditorPart in com.iizigo.selector
Subclasses of PropEditorPart in com.iizigo.selector Modifier and Type Class Description classSelectorEditorThe Style's Editor part.Uses of PropEditorPart in com.iizigo.style
Subclasses of PropEditorPart in com.iizigo.style Modifier and Type Class Description classStyleEditorThe Style's Editor part.Uses of PropEditorPart in com.iizigo.term.capture
Subclasses of PropEditorPart in com.iizigo.term.capture Modifier and Type Class Description classCaptureEditorThe Screen Capture "Editor", but nothing to edit.Uses of PropEditorPart in com.iizigo.term.recording
Subclasses of PropEditorPart in com.iizigo.term.recording Modifier and Type Class Description classRecordingEditorThe Screen Capture "Editor", but nothing to edit.Uses of PropEditorPart in com.iizigo.term.screen
Subclasses of PropEditorPart in com.iizigo.term.screen Modifier and Type Class Description classScreenEditorThe Terminal Screen Editor part.Uses of PropEditorPart in com.iizigo.text
Subclasses of PropEditorPart in com.iizigo.text Modifier and Type Class Description classTextTableEditorThe Style's Editor part.Uses of PropEditorPart in com.iizigo.vs
Subclasses of PropEditorPart in com.iizigo.vs Modifier and Type Class Description classVirtualSpaceEditorThe VirtualSpace Editor part.Uses of PropEditorPart in com.iizigo.ws.editor
Subclasses of PropEditorPart in com.iizigo.ws.editor Modifier and Type Class Description classWebServiceEditorThe Web Service editor.