Package com.iizigo.term.project
Class TerminalModule
java.lang.Object
com.iizigo.term.project.TerminalModule
Class for the Terminal plug-in for every Module model.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescriptionCreates the Terminal Module for the Module project.
- Method SummaryModifier and TypeMethodDescription- void- dispose()Disposes of the Terminal Module for the project.- static TerminalModuleGets this instance for a Terminal Module enabled and initialized project.- static TerminalModuleGets this instance for a Terminal Module enabled and initialized project.- getScreens- (boolean includeErrors) Gets all screens in all folders.
- Constructor Details- TerminalModuleCreates the Terminal Module for the Module project.- Parameters:
- cnr- The module folder container.
 
 
- Method Details- getInstanceGets this instance for a Terminal Module enabled and initialized project.- Parameters:
- cnr- The module folder container.
- Returns:
- null if not found.
 
- getInstanceGets this instance for a Terminal Module enabled and initialized project.- Parameters:
- dp- The Designer property.
- Returns:
- null if not found.
 
- disposepublic void dispose()Disposes of the Terminal Module for the project.
- getScreensGets all screens in all folders.- Parameters:
- includeErrors- Flag to also include screens that contains property errors.
- Returns:
- The screens, never null.