Uses of Class
com.iizigo.prop.EditedPropController
Uses of EditedPropController in com.iizigo.prop
Modifier and TypeFieldDescriptionprotected EditedPropController<PROP,
PROP_VALUE> BaseEditor.propController
The edited property controller.Modifier and TypeMethodDescriptionBaseEditor.assignMaster
(MultiPropCnr master, Class<PROP> propertyClass, PropLabel label) Assigns the master property controller.IEditedPropertyEntryMultiProp.assignMaster
(MultiPropCnr master, Class<PROP> propertyClass, PropLabel label) Assigns the master property controller.Uses of EditedPropController in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionprotected 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.