Package | Description |
---|---|
net.sf.layoutParser.build |
This is a implementation of the Builder pattern
where ConfigBuilder do the part of the Builder itself, and MaskBuilder , PluginBuilder , LayoutBuilder do the Director part of the pattern. |
Modifier and Type | Class and Description |
---|---|
class |
AliasBuilder
Builder of the aliases for the catalog.
|
class |
DefaultsBuilder
Director part of the Builder pattern.
This class is responsible for building all the defaults for the framework. |
class |
LayoutBuilder
Director part of the Builder pattern.
This class is responsible for building all the layouts for the framework. |
class |
MaskBuilder
Director part of the Builder pattern.
This class is responsible for building all the masks for the framework. |
class |
PluginBuilder
Director part of the Builder pattern.
This class is responsible for building all the plugins for the framework. |
Copyright © 2014. All Rights Reserved.