Uses of Interface
com.itextpdf.commons.actions.contexts.IContext
Packages that use IContext
-
Uses of IContext in com.itextpdf.commons.actions
Constructors in com.itextpdf.commons.actions with parameters of type IContextModifierConstructorDescriptionprotected
AbstractContextBasedEventHandler
(IContext onUnknownContext) Creates a new instance of the handler with the defined fallback for events within unknown contexts. -
Uses of IContext in com.itextpdf.commons.actions.contexts
Classes in com.itextpdf.commons.actions.contexts that implement IContextModifier and TypeClassDescriptionclass
Generic context that allowsAbstractContextBasedITextEvent
based on the whitelist of supported events.class
The fallbackIContext
.Fields in com.itextpdf.commons.actions.contexts declared as IContextModifier and TypeFieldDescriptionstatic final IContext
UnknownContext.PERMISSIVE
TheIContext
that allows all events.static final IContext
UnknownContext.RESTRICTIVE
TheIContext
that forbids all events.Methods in com.itextpdf.commons.actions.contexts that return IContextModifier and TypeMethodDescriptionContextManager.getContext
(Class clazz) Gets the context associated with the passed class object.ContextManager.getContext
(String className) Gets the context associated with the passed class object.