Interface IEditedPropertyEntry<PROP extends GProp<?>,​PROP_VALUE>

    • Method Detail

      • createControls

        MultiPropEditor createControls​(PropertyEditor editor,
                                       PropertyEditorInfo info,
                                       java.lang.String[] options,
                                       org.eclipse.swt.widgets.Composite parent,
                                       PropCnr[] containers,
                                       Atom atom,
                                       DefinedButton definedButton)
        Creates the required controls in the composite.
        Parameters:
        editor - The property editor instance.
        info - The information about edited item.
        options - The options.
        parent - Parent composite, where to place components.
        containers - The containers for the edited property.
        atom - The property atom name in the containers.
        definedButton - The define-button or null for none.
        Returns:
        null for normal editors, the instance of the multi-property editor in case of multiple editable entries (lines).
      • dispose

        void dispose()
        Called when disposed of by the property editor.