Uses of Class
com.iizigo.project.ModuleModel
Package
Description
Uses of ModuleModel in com.iizigo.app.prop
Modifier and TypeMethodDescriptionvoid
AppDistributionProps.setModule
(ModuleModel module) The current project.Uses of ModuleModel in com.iizigo.db
Modifier and TypeMethodDescriptionvoid
PluginActivator.initializeModule
(ModuleModel model) Initializes the plug-in after the Module project has been loaded.Uses of ModuleModel in com.iizigo.editor
Modifier and TypeMethodDescriptionPropEditorPart.getModuleModel()
Gets the ModuleModel instance of the project.static ModuleModel
PropHelper.getModuleModel
(GProp<?> gp) Gets the IIZI Module Model from a property.static ModuleModel
PropHelper.getModuleModel
(GProp<?>... props) Gets the common Module Model from properties.Uses of ModuleModel in com.iizigo.font
Modifier and TypeMethodDescriptionvoid
DesignerFontManager.setModule
(ModuleModel model) Assigns a new module model.ModifierConstructorDescriptionDesignerFontManager
(ModuleModel model, ITransactionSender sender) Constructor.Uses of ModuleModel in com.iizigo.image
Uses of ModuleModel in com.iizigo.java
Modifier and TypeMethodDescriptionJavaHelper.createClassNodesTree
(ModuleModel model, String implementsInterface, String requiresAnnotation) Creates a tree of classes to list in a tree available for class selection.JavaHelper.createClassNodesTree
(ModuleModel model, String implementsInterface, String requiresAnnotation, String currentClass, TreeItemNavigatorPresentation[] rcCurrentClass) Creates a tree of classes to list in a tree available for class selection.JavaHelper.createMethodTree
(ModuleModel model, String classFQN, boolean isStatic, String requiresAnnotation) Creates a tree of classes to list in a tree available for class selection.void
JavaManager.loadJavaState
(ModuleModel model, org.eclipse.core.runtime.IProgressMonitor monitor) Called when a Module project is loading, to load the Java parsed files.void
JavaManager.onOpen
(ModuleModel model) Called when a Module project is opened, to register itself in the JavaProject.static String
JavaHelper.selectClassName
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, String requiredInterface, String requiredAnnotation, String currentClass) Displays a dialog box to select a class name from existing ones.ModifierConstructorDescriptionprotected
JavaSource
(org.eclipse.core.resources.IFile sourceFile, ModuleModel model) Creates a Java source instance for PARSED.Uses of ModuleModel in com.iizigo.java.parser
ModifierConstructorDescriptionParsedJavaSource
(org.eclipse.core.resources.IFile sourceFile, ModuleModel model, ParsedJavaSourceContainer container, ArrayList<IJavaSourceParser<?>> parsers) Creates a Java source instance for PARSED.Uses of ModuleModel in com.iizigo.panel.wizards
Uses of ModuleModel in com.iizigo.plugin
Modifier and TypeMethodDescriptionstatic org.eclipse.ui.menus.CommandContributionItem[]
PluginManager.getNewWizards
(ModuleModel model, String folderName) Gets the new wizards, sorted by label.void
IPluginInitialize.initializeModule
(ModuleModel model) Initializes the plug-in after the Module project has been loaded.final void
PluginDescriptor.initializeModule
(ModuleModel model) Initializes the plug-in after the Module project has been loaded.final void
PluginDescriptor.onModuleProjectDeconfigured
(ModuleModel model) Called when a Module project is de-configured from this plug-in.final void
PluginDescriptor.onModuleProjectDisposed
(ModuleModel model) Called when a Module project is disposed of.ModifierConstructorDescriptionProjectPluginChooser
(org.eclipse.swt.widgets.Composite parent, ModuleModel model) The plug-in chooser component for Module project.Uses of ModuleModel in com.iizigo.project
Modifier and TypeMethodDescriptionstatic ModuleModel
ModuleModel.from
(org.eclipse.core.resources.IProject project) Gets the module model from a project if possible.ProjectManager.getFirstModuleModelProject()
Gets the first project.ProjectManager.getLoadedModuleModels()
Gets the loaded Module models projects.ModuleFolderPropCnr.getModel()
Gets the model.ModuleNature.getModel()
Gets the model for the project.ModuleRootPropCnr.getModel()
Gets the model.ModuleFolder.getModuleModel()
Gets the Module Model.ProjectManager.getModuleModel
(GProp<?> gp) Gets the IIZI Module Model from a property.ProjectManager.getModuleModel
(String projectName) Gets a registered IIZI Module Model from a project name.ProjectManager.getModuleModel
(org.eclipse.core.resources.IProject project) Gets the IIZI Module Model from a project.ProjectManager.getModuleModel
(org.eclipse.core.resources.IResource resource) Gets the IIZI Module Model from a resource.ModuleModel.getModuleProjectReferences()
Gets the Projects that are referenced by this Module project.ProjectManager.getOnClassPathModules
(org.eclipse.core.resources.IResource resource) Gets the Module projects that a resource is inside the classpath of.ProjectManager.isOnClassPath
(org.eclipse.core.resources.IResource resource) Checks if a resource is inside the classpath of the Module projects.Modifier and TypeMethodDescriptionvoid
ModuleModel.markModuleReference
(ModuleModel module) Marks a Module as being used by or referenced in this project.void
IModuleDisposeListener.onModuleProjectDeconfigured
(ModuleModel model) Called when a Module project is de-configured from this plug-in.void
IModuleDisposeListener.onModuleProjectDisposed
(ModuleModel model) Called when a Module project is disposed of.Uses of ModuleModel in com.iizigo.prop
Modifier and TypeMethodDescriptionfinal ModuleModel
DesignerProp.getModel()
Gets the Module Model.IPropertyEditorController.getModuleModel()
Gets the ModuleModel instance of the project.StandaloneEditorController.getModuleModel()
Gets the ModuleModel instance of the project.ModifierConstructorDescriptionStandaloneEditorController
(org.eclipse.swt.widgets.Shell shell, ModuleModel model) Constructor.StandaloneEditorController
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, org.eclipse.core.commands.operations.IUndoContext undoContext, Runnable updateStates, IPropUndoRedo undoRedo, MultiSelectionProvider multiSelectionProvider) Constructor.Uses of ModuleModel in com.iizigo.prop.editor.dialog
Modifier and TypeMethodDescriptionvoid
SelectPropViewerFilter.setValidModules
(ModuleModel[] modules) Sets the valid projects for the workspace root.ModifierConstructorDescriptionHyperlinkDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, String[] dialogData) Create the dialog.InsertTextIDDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, String[] dialogData) Create the dialog.PatternDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, GFillPattern pattern) Create the dialog.RawTextEditorComposite
(org.eclipse.swt.widgets.Composite parent, int style, KString ks, Boolean useTags, boolean isPlainOnly, ModuleModel model, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, Runnable stateRunnable) Create the dialog.RawTextEditorDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, boolean isPlainOnly, IVSParticipant vsParticipant, EditorTextTable defaultTextTable) Create the dialog.RawTextEditorPatternDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType) Create the dialog.RichTextEditorDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags) Create the dialog.SelectPropDialog
(org.eclipse.swt.widgets.Shell parent, String dialogTitle, org.eclipse.swt.graphics.Image dialogImage, ModuleModel model, Object root, org.eclipse.jface.viewers.ViewerFilter viewerFilter, Class<?>[] possibleClasses, String currentRef, int expandLevel) Create the dialog.SelectPropDialog
(org.eclipse.swt.widgets.Shell parent, String dialogTitle, org.eclipse.swt.graphics.Image dialogImage, ModuleModel model, Object root, org.eclipse.jface.viewers.ViewerFilter viewerFilter, Class<?>[] possibleClasses, String currentRef, int expandLevel, IExpandFilter expandFilter) Create the dialog.Uses of ModuleModel in com.iizigo.push.prop
Uses of ModuleModel in com.iizigo.pwa.prop
Uses of ModuleModel in com.iizigo.run
Modifier and TypeMethodDescriptionIRuntimeBuilder.createNew
(ModuleModel module, RuntimeBuilderInitialSetup setup) Creates a new runtime builder property instance.void
IRuntimeBuilder.createPage
(org.eclipse.swt.widgets.Composite parent, ModuleModel module, org.eclipse.core.resources.IFile runtimeBuilderFile, EditorRuntimeBuilderProps props, EditorRuntimeBuilderPropertyPage parentPage) Creates the property page.ModifierConstructorDescriptionRuntimeBuilderComposite
(org.eclipse.swt.widgets.Composite parent, ModuleModel module, IValidationMessage messageHandler) Constructor.Uses of ModuleModel in com.iizigo.run.impl
Modifier and TypeMethodDescriptionEclipseRuntimeBuilder.createNew
(ModuleModel module, RuntimeBuilderInitialSetup setup) Creates a new runtime builder property instance.void
EclipseRuntimeBuilder.createPage
(org.eclipse.swt.widgets.Composite parent, ModuleModel module, org.eclipse.core.resources.IFile runtimeBuilderFile, EditorRuntimeBuilderProps props, EditorRuntimeBuilderPropertyPage parentPage) Creates the property page.Uses of ModuleModel in com.iizigo.run.prop
Modifier and TypeMethodDescriptionvoid
EditorRuntimeBuilderProps.setup
(ModuleModel module, IRuntimeBuilder runtimeBuilder) Sets up the property.Uses of ModuleModel in com.iizigo.selector.prop
Modifier and TypeMethodDescriptionstatic List<EditorSelector>
EditorSelector.createDefaultSelectors
(boolean doPerform, ModuleModel model) Creates the default selectors for Phone, Tablet and Desktop.static List<EditorSelector>
EditorSelector.createDefaultSelectorsForDesktop
(boolean doPerform, ModuleModel model) Creates the default selectors for Desktop.static List<EditorSelector>
EditorSelector.createDefaultSelectorsForPhone
(boolean doPerform, ModuleModel model) Creates the default selectors for Phone.static List<EditorSelector>
EditorSelector.createDefaultSelectorsForTablet
(boolean doPerform, ModuleModel model) Creates the default selectors for Tablet.Uses of ModuleModel in com.iizigo.server
Modifier and TypeMethodDescriptionServerConfigComposite.getModuleModel()
Gets the ModuleModel instance of the project.Uses of ModuleModel in com.iizigo.term
Modifier and TypeMethodDescriptionPluginActivator.getModuleContainer
(ModuleModel model) Gets the Module Folder container for the Terminal plug-in.void
PluginActivator.initializeModule
(ModuleModel model) Initializes the plug-in after the Module project has been loaded.void
PluginActivator.onModuleProjectDeconfigured
(ModuleModel model) Called when a Module project is de-configured from this plug-in.void
PluginActivator.onModuleProjectDisposed
(ModuleModel model) Called when a Module project is disposed of.Uses of ModuleModel in com.iizigo.text
Modifier and TypeMethodDescriptionvoid
NewTextTablesWithLanguageComposite.createTextFiles
(ModuleModel model, Map<Atom, KString> moreTexts, org.eclipse.core.runtime.IProgressMonitor monitor) Creates the text files.void
KStringStyledText.setKStringProp
(KStringProp newKStringProp, ModuleModel model) Sets the KStringProp being edited.ModifierConstructorDescriptionCommonTextActions
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, TextTableEditor editor, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, IPropUndoRedo undoRedo, Boolean useTags) Constructor.NewTextTablesWithLanguageComposite
(org.eclipse.swt.widgets.Composite parent, ModuleModel model, int marginLeft, int marginRight, int marginTop, int marginBottom, ValidatorManager validatorManager, int widthHint, String baseTextTableName) Constructor.SettingsComposite
(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo) Creates the text table settings composite.Uses of ModuleModel in com.iizigo.vs
Modifier and TypeMethodDescriptionstatic EditorVirtualSpace
VSHelper.getVirtualSpace
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, IVSAccessor vsAccessor, IPropUndoRedo undoRedo) Gets the VirtualSpace from the participant.static EditorVirtualSpace
VSHelper.getVirtualSpace
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, IVSParticipant vsParticipant, IPropUndoRedo undoRedo) Gets the VirtualSpace from the participant.Uses of ModuleModel in com.iizigo.ws
Modifier and TypeMethodDescriptionvoid
PluginActivator.initializeModule
(ModuleModel model) Initializes the plug-in after the Module project has been loaded.