Uses of Interface
com.pnfsoftware.jeb.core.properties.IPropertyDefinition
Packages that use IPropertyDefinition
Package
Description
Event and notification types used by the back-end.
Types defining configuration objects, property definition manager, and property manager.
Standard implementation of the
properties
set of interfaces.-
Uses of IPropertyDefinition in com.pnfsoftware.jeb.core.events
Methods in com.pnfsoftware.jeb.core.events that return IPropertyDefinitionMethods in com.pnfsoftware.jeb.core.events with parameters of type IPropertyDefinitionModifier and TypeMethodDescriptionvoid
PropertyChangeNotification.add
(String propfqn, Object value, IPropertyDefinition pd) Constructors in com.pnfsoftware.jeb.core.events with parameters of type IPropertyDefinitionModifierConstructorDescriptionEntry
(String propfqn, Object value, IPropertyDefinition pd) PropertyChangeNotification
(String propfqn, Object value, IPropertyDefinition pd) -
Uses of IPropertyDefinition in com.pnfsoftware.jeb.core.properties
Methods in com.pnfsoftware.jeb.core.properties that return IPropertyDefinitionModifier and TypeMethodDescriptiondefault IPropertyDefinition
IPropertyDefinitionGroup.addDefinition
(String name, IPropertyType type) Add a definition to the group.default IPropertyDefinition
IPropertyDefinitionGroup.addDefinition
(String name, IPropertyType type, String description) Add a definition to the group.IPropertyDefinitionGroup.addDefinition
(String name, IPropertyType type, String description, int flags) Add a definition to the group.IPropertyDefinitionManager.addDefinition
(String name, IPropertyType type, String description) Add a property definition.IPropertyDefinitionManager.addDefinition
(String name, IPropertyType type, String description, int flags) Add a property definition.IPropertyDefinitionManager.addInternalDefinition
(String name, IPropertyType type) Add an internal property definition.IPropertyDefinitionManager.addInternalDefinition
(String name, IPropertyType type, String description) Add an internal property definition.IPropertyDefinitionManager.getDefinition
(String name) Retrieve a property definition.Methods in com.pnfsoftware.jeb.core.properties that return types with arguments of type IPropertyDefinitionModifier and TypeMethodDescriptionIPropertyDefinitionGroup.getDefinitions()
Retrieve the definitions stored in the group.IPropertyDefinitionManager.getDefinitions()
Get the list of definitions within this PDM.Methods in com.pnfsoftware.jeb.core.properties with parameters of type IPropertyDefinitionModifier and TypeMethodDescriptiondefault Object
IPropertyType.afterRead
(IPropertyDefinition def, Object value) Post-processing to be done after reading a value.default Object
IPropertyType.beforeWrite
(IPropertyDefinition def, Object value) Pre-processing to be done before storing a value. -
Uses of IPropertyDefinition in com.pnfsoftware.jeb.core.properties.impl
Classes in com.pnfsoftware.jeb.core.properties.impl that implement IPropertyDefinitionMethods in com.pnfsoftware.jeb.core.properties.impl that return IPropertyDefinitionModifier and TypeMethodDescriptionPropertyDefinitionManager.addDefinition
(String name, IPropertyType type, String description) PropertyDefinitionManager.addDefinition
(String name, IPropertyType type, String description, int flags) PropertyDefinitionManager.addInternalDefinition
(String name, IPropertyType type) PropertyDefinitionManager.addInternalDefinition
(String name, IPropertyType type, String description) PropertyDefinitionManager.getDefinition
(String name) static IPropertyDefinition
PropertyUtil.getDefinition
(IPropertyDefinitionManager pdm, String fqname) Retrieve a property from a fully-qualified nameMethods in com.pnfsoftware.jeb.core.properties.impl that return types with arguments of type IPropertyDefinitionMethods in com.pnfsoftware.jeb.core.properties.impl with parameters of type IPropertyDefinitionModifier and TypeMethodDescriptionPropertyChangeObject.add
(IPropertyManager pm, String fqname, Object value, IPropertyDefinition pd) PropertyTypeBoolean.afterRead
(IPropertyDefinition def, Object value) PropertyTypeInteger.afterRead
(IPropertyDefinition def, Object value) PropertyTypeSelection.afterRead
(IPropertyDefinition def, Object value) PropertyTypeString.afterRead
(IPropertyDefinition def, Object value) PropertyTypeString.beforeWrite
(IPropertyDefinition def, Object value)