Uses of Class
org.extex.framework.Registrar

Packages that use Registrar
org.extex.framework This package contains some classes and interfaces for dealing with components in general. 
 

Uses of Registrar in org.extex.framework
 

Methods in org.extex.framework that return Registrar
static Registrar Registrar.activate()
          Create a new registrar and activate it.
 

Methods in org.extex.framework with parameters of type Registrar
static void Registrar.activate(Registrar registrar)
          Activate an existing registrar.
static void Registrar.deactivate(Registrar registrar)
          Deactivate a currently active registrar.