Package com.iizix
Class BaseModules
java.lang.Object
com.iizix.BaseModules
The base modules with a definition that is similar to the plug-in structure.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionstatic final IPluginDescriptor
<?> The Assets module.static final IPluginDescriptor
<AbstractImageDefinition> The Image module.static final IPluginDescriptor
<UIContainer> The Panel module.static final IPluginDescriptor
<Selector> The Selector module.static final IPluginDescriptor
<AbstractStyles> The Style module.static final IPluginDescriptor
<TextTable> The Text module.static final IPluginDescriptor
<VirtualSpace> The VirtualSpace module.Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionstatic IPluginDescriptor<?>[]
Gets the base modules as if they were plug-ins.static List
<IPluginDescriptor<?>> Gets the base modules as if they were plug-ins.
Field Details
IMAGE
The Image module.ASSETS
The Assets module.PANEL
The Panel module.VIRTUALSPACE
The VirtualSpace module.STYLE
The Style module.SELECTOR
The Selector module.TEXT
The Text module.
Constructor Details
BaseModules
public BaseModules()
Method Details
getBaseModules
Gets the base modules as if they were plug-ins.- Returns:
- The array of base modules.
getBaseModulesList
Gets the base modules as if they were plug-ins.- Returns:
- The list of the base modules.