Uses of Interface
com.bc.ceres.core.runtime.ConfigurationElementBase
-
Packages that use ConfigurationElementBase Package Description com.bc.ceres.binding.dom Provides a very basic DOM abstraction and a converter for it.com.bc.ceres.core.runtime Provides the module runtime framework. -
-
Uses of ConfigurationElementBase in com.bc.ceres.binding.dom
Subinterfaces of ConfigurationElementBase in com.bc.ceres.binding.dom Modifier and Type Interface Description interface
DomElement
Classes in com.bc.ceres.binding.dom that implement ConfigurationElementBase Modifier and Type Class Description class
DefaultDomElement
class
XppDomElement
-
Uses of ConfigurationElementBase in com.bc.ceres.core.runtime
Subinterfaces of ConfigurationElementBase in com.bc.ceres.core.runtime Modifier and Type Interface Description interface
ConfigurationElement
A configuration element of an extension.interface
ConfigurationSchemaElement
A configuration element of an extension point (schema).
-