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 class
DatabaseEditor
The 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. EMPTY
Empty array.Methods in com.iizigo.editor that return PropEditorPart Modifier and Type Method Description static PropEditorPart
PropEditorPart. getActiveEditor()
Gets the active editor part.static PropEditorPart
PropEditorPart. getActiveEditor(GProp<?> prop)
Gets the active or topmost editor from a property.static PropEditorPart
PropEditorPart. 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 PropEditorPart
PropEditorPart. 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 FilePropCnr
PropHelper. doOpen(boolean doPerform, GProp<?> gp, PropEditorPart[] partReturn)
Opens the Editor associated with the specified property.static PropEditorPart
PropEditorPart. 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 class
FontFacesEditor
The 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 class
ImageDefinitionEditor
The Image Definition Editor part.Uses of PropEditorPart in com.iizigo.panel
Subclasses of PropEditorPart in com.iizigo.panel Modifier and Type Class Description class
ContextMenuEditor
The context menu editor in the Panel folder.class
PanelEditor
The panel editor.Uses of PropEditorPart in com.iizigo.prop
Methods in com.iizigo.prop that return PropEditorPart Modifier and Type Method Description PropEditorPart
FilePropCnr. 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 void
FilePropCnr. attachEditor(PropEditorPart editor)
Attaches an Editor to this file.void
FilePropCnr. 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 class
SelectorEditor
The Style's Editor part.Uses of PropEditorPart in com.iizigo.style
Subclasses of PropEditorPart in com.iizigo.style Modifier and Type Class Description class
StyleEditor
The 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 class
CaptureEditor
The 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 class
RecordingEditor
The 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 class
ScreenEditor
The Terminal Screen Editor part.Uses of PropEditorPart in com.iizigo.text
Subclasses of PropEditorPart in com.iizigo.text Modifier and Type Class Description class
TextTableEditor
The Style's Editor part.Uses of PropEditorPart in com.iizigo.vs
Subclasses of PropEditorPart in com.iizigo.vs Modifier and Type Class Description class
VirtualSpaceEditor
The VirtualSpace Editor part.Uses of PropEditorPart in com.iizigo.ws.editor
Subclasses of PropEditorPart in com.iizigo.ws.editor Modifier and Type Class Description class
WebServiceEditor
The Web Service editor.