A D O S

A

Activator - Class in org.apache.felix.example.servicebased.square
This class implements a simple bundle activator for the square SimpleShape service.
Activator() - Constructor for class org.apache.felix.example.servicebased.square.Activator
 
Activator.Square - Class in org.apache.felix.example.servicebased.square
This inner class implements the square SimpleShape service.
Activator.Square() - Constructor for class org.apache.felix.example.servicebased.square.Activator.Square
 

D

draw(Graphics2D, Point) - Method in class org.apache.felix.example.servicebased.square.Activator.Square
Implements the SimpleShape.draw() method for painting the shape.

O

org.apache.felix.example.servicebased.square - package org.apache.felix.example.servicebased.square
 

S

start(BundleContext) - Method in class org.apache.felix.example.servicebased.square.Activator
Implements the BundleActivator.start() method, which registers the square SimpleShape service.
stop(BundleContext) - Method in class org.apache.felix.example.servicebased.square.Activator
Implements the BundleActivator.start() method, which does nothing.

A D O S