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 Summary
ConstructorDescriptionCreates the Terminal Module for the Module project.Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Disposes of the Terminal Module for the project.static TerminalModule
Gets this instance for a Terminal Module enabled and initialized project.static TerminalModule
Gets this instance for a Terminal Module enabled and initialized project.getScreens
(boolean includeErrors) Gets all screens in all folders.
Constructor Details
TerminalModule
Creates the Terminal Module for the Module project.- Parameters:
cnr
- The module folder container.
Method Details
getInstance
Gets this instance for a Terminal Module enabled and initialized project.- Parameters:
cnr
- The module folder container.- Returns:
- null if not found.
getInstance
Gets this instance for a Terminal Module enabled and initialized project.- Parameters:
dp
- The Designer property.- Returns:
- null if not found.
dispose
public void dispose()Disposes of the Terminal Module for the project.getScreens
Gets all screens in all folders.- Parameters:
includeErrors
- Flag to also include screens that contains property errors.- Returns:
- The screens, never null.