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 SummaryFieldsModifier and TypeFieldDescription- static 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 SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static 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- IMAGEThe Image module.
- ASSETSThe Assets module.
- PANELThe Panel module.
- VIRTUALSPACEThe VirtualSpace module.
- STYLEThe Style module.
- SELECTORThe Selector module.
- TEXTThe Text module.
 
- Constructor Details- BaseModulespublic BaseModules()
 
- Method Details- getBaseModulesGets the base modules as if they were plug-ins.- Returns:
- The array of base modules.
 
- getBaseModulesListGets the base modules as if they were plug-ins.- Returns:
- The list of the base modules.