Uses of Class
com.iizigo.prop.EditedPropController
Packages that use EditedPropController Package Description com.iizigo.prop com.iizigo.prop.editor Uses of EditedPropController in com.iizigo.prop
Fields in com.iizigo.prop declared as EditedPropController Modifier and Type Field Description protected EditedPropController<PROP,PROP_VALUE>BaseEditor. propControllerThe edited property controller.Methods in com.iizigo.prop that return EditedPropController Modifier and Type Method Description EditedPropController<PROP,PROP_VALUE>BaseEditor. assignMaster(MultiPropCnr master, java.lang.Class<PROP> propertyClass, PropLabel label)Assigns the master property controller.EditedPropController<PROP,PROP_VALUE>IEditedPropertyEntryMultiProp. assignMaster(MultiPropCnr master, java.lang.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 EditedPropController Modifier and Type Method Description 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.