Uses of Interface
com.pnfsoftware.jeb.core.properties.IPropertyManager
Packages that use IPropertyManager
Package
Description
Types and interfaces used to build JEB clients and interact with the client-side parts of a JEB
instance.
Core back-end APIs used to bootstrap JEB, manage engines contexts and projects, and describe
plugins, artifacts, and related metadata.
Common document, item, and presentation abstractions used by units to expose text, table, tree,
and related visual outputs.
Basic implementations of the public table-document interfaces.
Basic implementations of the public text-document interfaces.
Basic implementations of the public tree-document interfaces.
Public concrete implementations and utilities for the
core.properties abstractions.Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Standard implementations of basic units objects.
-
Uses of IPropertyManager in com.pnfsoftware.jeb.client
Methods in com.pnfsoftware.jeb.client that return IPropertyManagerModifier and TypeMethodDescriptionAbstractClientContext.getPropertyManager()Get the property manager. -
Uses of IPropertyManager in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return IPropertyManagerModifier and TypeMethodDescriptionIEnginesContext.getPropertyManager()Get the property manager for this engines context.IRuntimeProject.getPropertyManager()Get the PM of this project.Constructors in com.pnfsoftware.jeb.core with parameters of type IPropertyManager -
Uses of IPropertyManager in com.pnfsoftware.jeb.core.output
Methods in com.pnfsoftware.jeb.core.output that return IPropertyManagerModifier and TypeMethodDescriptionIGenericDocument.getPropertyManager()Provide the optional property manager to customize rendering of the document. -
Uses of IPropertyManager in com.pnfsoftware.jeb.core.output.table.impl
Methods in com.pnfsoftware.jeb.core.output.table.impl that return IPropertyManagerModifier and TypeMethodDescriptionAbstractTableDocument.getPropertyManager()The default implementation returns null. -
Uses of IPropertyManager in com.pnfsoftware.jeb.core.output.text.impl
Methods in com.pnfsoftware.jeb.core.output.text.impl that return IPropertyManagerModifier and TypeMethodDescriptionAbstractTextDocument.getPropertyManager()The default implementation returns null.AbstractTextPartAsDocumentProxy.getPropertyManager() -
Uses of IPropertyManager in com.pnfsoftware.jeb.core.output.tree.impl
Methods in com.pnfsoftware.jeb.core.output.tree.impl that return IPropertyManagerModifier and TypeMethodDescriptionAbstractTreeDocument.getPropertyManager()The default implementation returns null. -
Uses of IPropertyManager in com.pnfsoftware.jeb.core.properties.impl
Classes in com.pnfsoftware.jeb.core.properties.impl that implement IPropertyManagerModifier and TypeClassDescriptionclassStandard implementation ofIPropertyManagerusing one or more property definition managers (PDMs) to define legal properties.classSimpleIPropertyManagerimplementation that directly reads and writes anIConfigurationwithout using a property definition manager.Fields in com.pnfsoftware.jeb.core.properties.impl declared as IPropertyManagerModifier and TypeFieldDescriptionprotected IPropertyManagerPropertyChangeTrigger.pmprotected IPropertyManagerPropertyChangeTrigger.pmprotected IPropertyManagerPropertyChangeTrigger.pmMethods in com.pnfsoftware.jeb.core.properties.impl with parameters of type IPropertyManagerModifier and TypeMethodDescriptionPropertyChangeObject.add(IPropertyManager pm, String fqname, Object value, IPropertyDefinition pd) Record a property change for a property manager.Constructors in com.pnfsoftware.jeb.core.properties.impl with parameters of type IPropertyManagerModifierConstructorDescriptionPropertyChangeTriggerBoolean(String changedKey, String checkedKeyName, IPropertyManager pm) Create a trigger that reacts when a specific property changes.PropertyChangeTriggerInteger(String changedKey, String checkedKeyName, IPropertyManager pm) Create a trigger that reacts when a specific property changes.PropertyChangeTriggerString(String changedKey, String checkedKeyName, IPropertyManager pm) Create a trigger that reacts when a specific property changes.PropertyManager(IPropertyDefinitionManager pdm, IConfiguration config, IPropertyManager master) Create a property manager, attach it to a PDM.PropertyManager(IPropertyDefinitionManager pdm, IPropertyManager master) Create a configuration object-less property manager. -
Uses of IPropertyManager in com.pnfsoftware.jeb.core.units
Fields in com.pnfsoftware.jeb.core.units declared as IPropertyManagerModifier and TypeFieldDescriptionprotected IPropertyManagerAbstractUnitIdentifier.pmProperty manager.protected IPropertyManagerAbstractUnitPlugin.pmProperty manager.Methods in com.pnfsoftware.jeb.core.units that return IPropertyManagerModifier and TypeMethodDescriptionAbstractUnit.getPropertyManager()IUnit.getPropertyManager()Retrieve the PM used by this unit.IUnitProcessor.getPropertyManager()Get the PM used by this processor. -
Uses of IPropertyManager in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl that return IPropertyManager