biz.junginger.modules.examples
Class LabelModule

java.lang.Object
  extended bybiz.junginger.modules.util.AbstractModule
      extended bybiz.junginger.modules.examples.LabelModule
All Implemented Interfaces:
Module

public class LabelModule
extends AbstractModule

Example Module.

Subject to the MyModules Software Licence (based on the Apache Software License).
Copyright (c) 2003 Markus Oliver Junginger. All rights reserved.
http://www.junginger.biz

Version:
$Id: $
Author:
Markus Oliver Junginger

Constructor Summary
LabelModule()
           
 
Method Summary
 javax.swing.JLabel getJLabel()
           
 void modulePrepare(java.util.Properties properties)
          Initialization phase ONE of the module. Its individual dependencies ARE NOT met. To support multi-threading more efficiently, the module can prepare itself as much as possible at this point.
 
Methods inherited from class biz.junginger.modules.util.AbstractModule
moduleDestroy, moduleInit, moduleStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelModule

public LabelModule()
Method Detail

modulePrepare

public void modulePrepare(java.util.Properties properties)
                   throws java.lang.Exception
Description copied from class: AbstractModule
Initialization phase ONE of the module. Its individual dependencies ARE NOT met. To support multi-threading more efficiently, the module can prepare itself as much as possible at this point.

Specified by:
modulePrepare in interface Module
Overrides:
modulePrepare in class AbstractModule
Throws:
java.lang.Exception
See Also:
Module.modulePrepare(java.util.Properties)

getJLabel

public javax.swing.JLabel getJLabel()