Uses of Interface
com.pnfsoftware.jeb.core.properties.IPropertyType
Packages that use IPropertyType
Package
Description
Public property and configuration abstractions, including configuration storage, property
definitions, property types, and property managers.
Public concrete implementations and utilities for the
core.properties abstractions.-
Uses of IPropertyType in com.pnfsoftware.jeb.core.properties
Subinterfaces of IPropertyType in com.pnfsoftware.jeb.core.propertiesModifier and TypeInterfaceDescriptioninterfaceDefine a boolean property type.interfaceDefine a bounded integer property type.interfaceSpecialized string property holding a file-system path.interfaceDefine 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 IPropertyDefinitionIPropertyDefinitionGroup.addDefinition(String name, IPropertyType type) Add a definition to the group.default IPropertyDefinitionIPropertyDefinitionGroup.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 classBoolean property type.final classInteger property type with optional range constraints.classPath-oriented string property type.classSpecialized integer property type offering a fixed selection of labeled values.final classString property type with optional length constraints.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)