Uses of Interface
de.xima.fc.interfaces.plugin.retval.user.IPluginAccessProperty
-
Packages that use IPluginAccessProperty Package Description de.xima.fc.gui.model de.xima.fc.interfaces.plugin.retval.user de.xima.fc.plugin.interfaces.user -
-
Uses of IPluginAccessProperty in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type IPluginAccessProperty Constructor Description RolePropertyEntryModel(IPluginAccessProperty prop, Locale loc)
-
Uses of IPluginAccessProperty in de.xima.fc.interfaces.plugin.retval.user
Methods in de.xima.fc.interfaces.plugin.retval.user that return types with arguments of type IPluginAccessProperty Modifier and Type Method Description Collection<? extends IPluginAccessProperty>
IPluginAccessProperty. getChildren()
A list of the children of this access property. -
Uses of IPluginAccessProperty in de.xima.fc.plugin.interfaces.user
Methods in de.xima.fc.plugin.interfaces.user that return types with arguments of type IPluginAccessProperty Modifier and Type Method Description Collection<IPluginAccessProperty>
IPluginAccessProperties. getProperties(IPluginAccessPropertiesParams params)
Returns the access properties to be added to FORMCYCLE.
-