Uses of Interface
com.pnfsoftware.jeb.core.properties.IPropertyManager
Packages that use IPropertyManager
Package
Description
This package and its sub-packages contain types and interfaces used to build JEB clients and interact with client-specific sides of a JEB instance.
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Types to build unit-generated contents in the form of text, table, or tree documents.
Trivial implementations for the table package interfaces.
Trivial implementations for the text package interfaces.
Trivial implementations for the tree package interfaces.
Standard implementation of the
properties
set of interfaces.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 IPropertyManager -
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 TypeClassDescriptionclass
Standard implementation of a property manager (PM) using one or more definition managers (PDM) to define legal properties.class
Simple implementation of aIPropertyManager
that does not use aPDM
.Fields in com.pnfsoftware.jeb.core.properties.impl declared as IPropertyManagerModifier and TypeFieldDescriptionprotected IPropertyManager
PropertyChangeTrigger.pm
protected IPropertyManager
PropertyChangeTrigger.pm
protected IPropertyManager
PropertyChangeTrigger.pm
Methods in com.pnfsoftware.jeb.core.properties.impl with parameters of type IPropertyManagerModifier and TypeMethodDescriptionPropertyChangeObject.add
(IPropertyManager pm, String fqname, Object value, IPropertyDefinition pd) Constructors in com.pnfsoftware.jeb.core.properties.impl with parameters of type IPropertyManagerModifierConstructorDescriptionPropertyChangeTriggerBoolean
(String changedKey, String checkedKeyName, IPropertyManager pm) PropertyChangeTriggerInteger
(String changedKey, String checkedKeyName, IPropertyManager pm) PropertyChangeTriggerString
(String changedKey, String checkedKeyName, IPropertyManager pm) 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 IPropertyManager
AbstractUnitIdentifier.pm
protected IPropertyManager
AbstractUnitPlugin.pm
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