|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.stylebook.AbstractComponent
public abstract class AbstractComponent
Field Summary | |
---|---|
protected Engine |
engine
The Engine owning this Component instance. |
protected Parameters |
params
This component initialization Parameters. |
Constructor Summary | |
---|---|
AbstractComponent()
|
Method Summary | |
---|---|
protected void |
debug(String message)
Report a debug message to the owning Engine. |
void |
init(Engine e,
Parameters p)
Initialize this component instance. |
protected void |
log(String message)
Report a log message to the owning Engine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Engine engine
protected Parameters params
Constructor Detail |
---|
public AbstractComponent()
Method Detail |
---|
public void init(Engine e, Parameters p) throws InitializationException
init
in interface Component
e
- The Engine owning this Component instancep
- This component initialization Parameters
InitializationException
- If this Component instance cannot be
initialized.protected void debug(String message)
msg
- The debug message to report.protected void log(String message)
msg
- The log message to report.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |