Uses of Interface
com.iizigo.prop.IPropertyEditorController
Uses of IPropertyEditorController in com.iizigo.app
Methods in com.iizigo.app with parameters of type IPropertyEditorController Modifier and Type Method Description java.lang.String
ModulesEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
ModulesEntryValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.Uses of IPropertyEditorController in com.iizigo.db.editor
Classes in com.iizigo.db.editor that implement IPropertyEditorController Modifier and Type Class Description class
DatabaseEditor
The Database Editor part.Uses of IPropertyEditorController in com.iizigo.editor
Classes in com.iizigo.editor that implement IPropertyEditorController Modifier and Type Class Description class
PropEditorPart
The abstract Property Editor part used by the Editors in iiziGo.Uses of IPropertyEditorController in com.iizigo.font
Classes in com.iizigo.font that implement IPropertyEditorController Modifier and Type Class Description class
FontFacesEditor
The font faces editor in the Styles folder.Uses of IPropertyEditorController in com.iizigo.image
Classes in com.iizigo.image that implement IPropertyEditorController Modifier and Type Class Description class
ImageDefinitionEditor
The Image Definition Editor part.Uses of IPropertyEditorController in com.iizigo.panel
Classes in com.iizigo.panel that implement IPropertyEditorController Modifier and Type Class Description class
ContextMenuEditor
The context menu editor in the Panel folder.class
PanelEditor
The panel editor.Uses of IPropertyEditorController in com.iizigo.prop
Classes in com.iizigo.prop that implement IPropertyEditorController Modifier and Type Class Description class
StandaloneEditorController
A stand-alone editor controller that can be used for the Property Editor.Fields in com.iizigo.prop declared as IPropertyEditorController Modifier and Type Field Description protected IPropertyEditorController
BaseEditor. controller
The controller editor part.Methods in com.iizigo.prop that return IPropertyEditorController Modifier and Type Method Description IPropertyEditorController
PropertyEditor. getController()
Gets the controller.Methods in com.iizigo.prop with parameters of type IPropertyEditorController Modifier and Type Method Description void
DefinedButton. registerPropLabel(IPropertyEditorController controller, PropLabel label, PropertyEditor.Node node)
Registers a property and label.Constructors in com.iizigo.prop with parameters of type IPropertyEditorController Constructor Description EditedPropController(IPropertyEditorController controller, PropertyEditorInfo info, Atom atom, PropCnr[] containers)
Creates the controller instance for a normal property.MultiPropCnr(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] containers, PropertyEditor.Node node, int itemCount)
Constructs the container for the property editor.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes)
Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter)
Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, boolean enableGroups, org.eclipse.ui.IMemento propsMemento)
Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, boolean enableGroups, org.eclipse.ui.IMemento propsMemento, int style)
Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, boolean enableGroups, org.eclipse.ui.IMemento propsMemento, int style, int scrollStyle)
Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, org.eclipse.ui.IMemento propsMemento)
Creates the properties composite.Uses of IPropertyEditorController in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type IPropertyEditorController Modifier and Type Method Description java.lang.String
ExtServerURLValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
FontSizeVerifier. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
GroupNameValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
IDValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
IEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
IntRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
LocalizedStringPropEditor. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
LongRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
NumberRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
UnitRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.protected static EditorVirtualSpace
VSRelativeReferencePropEditor. getVirtualSpace(org.eclipse.swt.widgets.Shell shell, int ask, IPropertyEditorController controller, EditedPropController<?,?> propController, Atom atom)
Gets the VirtualSpace, prompted to create it perhaps, or connect.protected static void
VSRelativeReferencePropEditor. onCreateVSColumn(EditorVirtualSpace ns, IPropertyEditorController controller, EditedPropController<?,?> propController, org.eclipse.swt.widgets.Text text, VSRelativeReference<?> reference)
Creates a column.java.lang.String
ExtServerURLValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
FontSizeVerifier. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
GroupNameValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
IDValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
IEntryValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
IntRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
LocalizedStringPropEditor. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
LongRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
NumberRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
UnitRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.Uses of IPropertyEditorController in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type IPropertyEditorController Constructor Description StylesDialog(org.eclipse.swt.widgets.Shell parent, EditorStyles[] mainStyles, IPropertyEditorController controller)
Create the dialog.Uses of IPropertyEditorController in com.iizigo.selector
Classes in com.iizigo.selector that implement IPropertyEditorController Modifier and Type Class Description class
SelectorEditor
The Style's Editor part.Uses of IPropertyEditorController in com.iizigo.server
Classes in com.iizigo.server that implement IPropertyEditorController Modifier and Type Class Description class
ServerConfigComposite
The Server Configuration composite displays a tree with the server configuration and a property editor for the properties.Uses of IPropertyEditorController in com.iizigo.style
Classes in com.iizigo.style that implement IPropertyEditorController Modifier and Type Class Description class
StyleEditor
The Style's Editor part.Methods in com.iizigo.style with parameters of type IPropertyEditorController Modifier and Type Method Description void
StylesButton. setEditedProperties(PropCnr[] props, IPropertyEditorController controller)
Initializes the edited properties.Uses of IPropertyEditorController in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type IPropertyEditorController Modifier and Type Method Description void
IFlatToolbarButtonIntegration. setEditedProperties(PropCnr[] props, IPropertyEditorController controller)
Initializes the edited properties.Uses of IPropertyEditorController in com.iizigo.term
Subinterfaces of IPropertyEditorController in com.iizigo.term Modifier and Type Interface Description interface
ITermEditor
Interface implemented by the Screen, Capture and Recording editors.Uses of IPropertyEditorController in com.iizigo.term.capture
Classes in com.iizigo.term.capture that implement IPropertyEditorController Modifier and Type Class Description class
CaptureEditor
The Screen Capture "Editor", but nothing to edit.Uses of IPropertyEditorController in com.iizigo.term.prop
Methods in com.iizigo.term.prop with parameters of type IPropertyEditorController Modifier and Type Method Description java.lang.String
ScreenPropValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
ScreenPropValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.Uses of IPropertyEditorController in com.iizigo.term.recording
Classes in com.iizigo.term.recording that implement IPropertyEditorController Modifier and Type Class Description class
RecordingEditor
The Screen Capture "Editor", but nothing to edit.Uses of IPropertyEditorController in com.iizigo.term.screen
Classes in com.iizigo.term.screen that implement IPropertyEditorController Modifier and Type Class Description class
ScreenEditor
The Terminal Screen Editor part.Uses of IPropertyEditorController in com.iizigo.text
Classes in com.iizigo.text that implement IPropertyEditorController Modifier and Type Class Description class
TextTableEditor
The Style's Editor part.Uses of IPropertyEditorController in com.iizigo.vs
Classes in com.iizigo.vs that implement IPropertyEditorController Modifier and Type Class Description class
VirtualSpaceEditor
The VirtualSpace Editor part.Uses of IPropertyEditorController in com.iizigo.ws.editor
Classes in com.iizigo.ws.editor that implement IPropertyEditorController Modifier and Type Class Description class
WebServiceEditor
The Web Service editor.