org.helgoboss

scala_osgi_metatype

package scala_osgi_metatype

Contains Scala interfaces, adapters and builders for easily building OSGi Metatype descriptions. OSGi Metatype descriptions are very well suited for quickly providing administration user interfaces.

You probably want to check out the builders.

Note

I created totally new Scala interfaces and adapters instead of directly implementing the Java interfaces of the OSGi Metatype API in order to prevent name clashes and confusion about what method to call. Scala Swing does it the same way, I guess for the same reasons.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scala_osgi_metatype
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. package adapters

    Contains adapters which translate the Scala OSGi Metatype interfaces to the ones defined in the native OSGi API.

  2. package builders

    Contains builder objects for easily creating Scala OSGi metatypes.

  3. package interfaces

    Contains Scala traits which accurately model the facilities of the OSGi Metatype API.

Inherited from AnyRef

Inherited from Any

Ungrouped