Interface | Description |
---|---|
Component | |
CreationContext | |
Engine | |
Entry | |
Logger | |
Parameters | |
Parser | |
Printer | |
Processor | |
Producer |
Class | Description |
---|---|
AbstractComponent | |
BasicContext | |
BasicEngine | |
BasicEntry | |
BasicParameters | |
ComponentFactory | |
Loader | |
NodeListParameters | |
Project | |
ResourceEntry | |
StreamHandler | |
StyleBook | |
URLHandler |
The URLHandler class implements URLStreamHandlerFactory, wich is the
factory used by StyleBook to produce URLConnections.
|
Exception | Description |
---|---|
CreationException |
A CreationException is thrown whenever an Entry cannot be produced for
any reason.
|
InitializationException |
A InitializationException is thrown whenever a Component cannot be
initialized for any reason.
|
LoadingException |
A LoadingException is thrown whenever the Loaded cannot load and create a
project.
|