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.StringModulesEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringModulesEntryValidator. 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 classDatabaseEditorThe Database Editor part.Uses of IPropertyEditorController in com.iizigo.editor
Classes in com.iizigo.editor that implement IPropertyEditorController Modifier and Type Class Description classPropEditorPartThe 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 classFontFacesEditorThe 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 classImageDefinitionEditorThe Image Definition Editor part.Uses of IPropertyEditorController in com.iizigo.panel
Classes in com.iizigo.panel that implement IPropertyEditorController Modifier and Type Class Description classContextMenuEditorThe context menu editor in the Panel folder.classPanelEditorThe panel editor.Uses of IPropertyEditorController in com.iizigo.prop
Classes in com.iizigo.prop that implement IPropertyEditorController Modifier and Type Class Description classStandaloneEditorControllerA 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 IPropertyEditorControllerBaseEditor. controllerThe controller editor part.Methods in com.iizigo.prop that return IPropertyEditorController Modifier and Type Method Description IPropertyEditorControllerPropertyEditor. getController()Gets the controller.Methods in com.iizigo.prop with parameters of type IPropertyEditorController Modifier and Type Method Description voidDefinedButton. 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.StringExtServerURLValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringFontSizeVerifier. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringGroupNameValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringIDValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringIEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringIntRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringLocalizedStringPropEditor. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringLongRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringNumberRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringUnitRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.protected static EditorVirtualSpaceVSRelativeReferencePropEditor. 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 voidVSRelativeReferencePropEditor. onCreateVSColumn(EditorVirtualSpace ns, IPropertyEditorController controller, EditedPropController<?,?> propController, org.eclipse.swt.widgets.Text text, VSRelativeReference<?> reference)Creates a column.java.lang.StringExtServerURLValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringFontSizeVerifier. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringGroupNameValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringIDValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringIEntryValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringIntRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringLocalizedStringPropEditor. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringLongRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringNumberRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringUnitRange. 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 classSelectorEditorThe Style's Editor part.Uses of IPropertyEditorController in com.iizigo.server
Classes in com.iizigo.server that implement IPropertyEditorController Modifier and Type Class Description classServerConfigCompositeThe 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 classStyleEditorThe Style's Editor part.Methods in com.iizigo.style with parameters of type IPropertyEditorController Modifier and Type Method Description voidStylesButton. 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 voidIFlatToolbarButtonIntegration. 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 interfaceITermEditorInterface 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 classCaptureEditorThe 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.StringScreenPropValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringScreenPropValidator. 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 classRecordingEditorThe 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 classScreenEditorThe Terminal Screen Editor part.Uses of IPropertyEditorController in com.iizigo.text
Classes in com.iizigo.text that implement IPropertyEditorController Modifier and Type Class Description classTextTableEditorThe Style's Editor part.Uses of IPropertyEditorController in com.iizigo.vs
Classes in com.iizigo.vs that implement IPropertyEditorController Modifier and Type Class Description classVirtualSpaceEditorThe 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 classWebServiceEditorThe Web Service editor.