Uses of Interface
com.pnfsoftware.jeb.core.properties.IPropertyType
Packages that use IPropertyType
Package
Description
Types defining configuration objects, property definition manager, and property manager.
Standard implementation of the
properties
set of interfaces.-
Uses of IPropertyType in com.pnfsoftware.jeb.core.properties
Subinterfaces of IPropertyType in com.pnfsoftware.jeb.core.propertiesModifier and TypeInterfaceDescriptioninterface
Define a boolean property type.interface
Define an bounded integer property type.interface
Specialized string property holding a file-system path.interface
Define a string property type.Methods in com.pnfsoftware.jeb.core.properties that return IPropertyTypeMethods in com.pnfsoftware.jeb.core.properties with parameters of type IPropertyTypeModifier 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. -
Uses of IPropertyType in com.pnfsoftware.jeb.core.properties.impl
Classes in com.pnfsoftware.jeb.core.properties.impl that implement IPropertyTypeModifier and TypeClassDescriptionfinal class
Boolean property type.final class
Integer property type with constraints.class
Path (custom string) property type.class
Specialized type of integer property offering a selection of string-based values.final class
String property type.Methods in com.pnfsoftware.jeb.core.properties.impl that return IPropertyTypeMethods in com.pnfsoftware.jeb.core.properties.impl with parameters of type IPropertyTypeModifier 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)