Uses of Class
com.iizigo.prop.EditedPropController
Packages that use EditedPropController
Uses of EditedPropController in com.iizigo.prop
Fields in com.iizigo.prop declared as EditedPropControllerModifier and TypeFieldDescriptionprotected EditedPropController<PROP,
PROP_VALUE> BaseEditor.propController
The edited property controller.Methods in com.iizigo.prop that return EditedPropControllerModifier 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
Methods in com.iizigo.prop.editor with parameters of type EditedPropControllerModifier 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.