Uses of Class
com.iizigo.project.ModuleModel
Uses of ModuleModel in com.iizigo.app.prop
Methods in com.iizigo.app.prop with parameters of type ModuleModel Modifier and Type Method Description void
AppDistributionProps. setModule(ModuleModel module)
The current project.Uses of ModuleModel in com.iizigo.db
Methods in com.iizigo.db with parameters of type ModuleModel Modifier and Type Method Description void
PluginActivator. initializeModule(ModuleModel model)
Initializes the plug-in after the Module project has been loaded.Uses of ModuleModel in com.iizigo.editor
Methods in com.iizigo.editor that return ModuleModel Modifier and Type Method Description ModuleModel
PropEditorPart. 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
Methods in com.iizigo.font with parameters of type ModuleModel Modifier and Type Method Description void
DesignerFontManager. setModule(ModuleModel model)
Assigns a new module model.Constructors in com.iizigo.font with parameters of type ModuleModel Constructor Description DesignerFontManager(ModuleModel model, ITransactionSender sender)
Constructor.Uses of ModuleModel in com.iizigo.image
Methods in com.iizigo.image that return ModuleModel Modifier and Type Method Description ModuleModel
NewImageDefinitionWizard. getModel()
Gets the model.ModuleModel
NewSVGDefinitionWizard. getModel()
Gets the model.Uses of ModuleModel in com.iizigo.java
Methods in com.iizigo.java that return ModuleModel Modifier and Type Method Description ModuleModel
JavaProject. getModuleModel()
Gets the Module model.Methods in com.iizigo.java with parameters of type ModuleModel Modifier and Type Method Description static TreeItemNavigatorPresentation
JavaHelper. createClassNodesTree(ModuleModel model, java.lang.String implementsInterface, java.lang.String requiresAnnotation)
Creates a tree of classes to list in a tree available for class selection.static TreeItemNavigatorPresentation
JavaHelper. createClassNodesTree(ModuleModel model, java.lang.String implementsInterface, java.lang.String requiresAnnotation, java.lang.String currentClass, TreeItemNavigatorPresentation[] rcCurrentClass)
Creates a tree of classes to list in a tree available for class selection.static TreeItemNavigatorPresentation
JavaHelper. createMethodTree(ModuleModel model, java.lang.String classFQN, boolean isStatic, java.lang.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 java.lang.String
JavaHelper. selectClassName(org.eclipse.swt.widgets.Shell shell, ModuleModel model, java.lang.String requiredInterface, java.lang.String requiredAnnotation, java.lang.String currentClass)
Displays a dialog box to select a class name from existing ones.Constructors in com.iizigo.java with parameters of type ModuleModel Constructor Description JavaSource(org.eclipse.core.resources.IFile sourceFile, ModuleModel model)
Creates a Java source instance for PARSED.Uses of ModuleModel in com.iizigo.java.parser
Constructors in com.iizigo.java.parser with parameters of type ModuleModel Constructor Description ParsedJavaSource(org.eclipse.core.resources.IFile sourceFile, ModuleModel model, ParsedJavaSourceContainer container, java.util.ArrayList<IJavaSourceParser<?>> parsers)
Creates a Java source instance for PARSED.Uses of ModuleModel in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards that return ModuleModel Modifier and Type Method Description ModuleModel
AddUICompWizard. getModuleModel()
Gets the Module model.Uses of ModuleModel in com.iizigo.plugin
Methods in com.iizigo.plugin with parameters of type ModuleModel Modifier and Type Method Description static org.eclipse.ui.menus.CommandContributionItem[]
PluginManager. getNewWizards(ModuleModel model, java.lang.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.void
PluginDescriptor. initializeModule(ModuleModel model)
Initializes the plug-in after the Module project has been loaded.void
PluginDescriptor. onModuleProjectDeconfigured(ModuleModel model)
Called when a Module project is de-configured from this plug-in.void
PluginDescriptor. onModuleProjectDisposed(ModuleModel model)
Called when a Module project is disposed of.Constructors in com.iizigo.plugin with parameters of type ModuleModel Constructor Description ProjectPluginChooser(org.eclipse.swt.widgets.Composite parent, ModuleModel model)
The plug-in chooser component for Module project.Uses of ModuleModel in com.iizigo.project
Fields in com.iizigo.project declared as ModuleModel Modifier and Type Field Description protected ModuleModel
NewWizard. model
The module model.Methods in com.iizigo.project that return ModuleModel Modifier and Type Method Description static ModuleModel
ModuleModel. from(org.eclipse.core.resources.IProject project)
Gets the module model from a project if possible.ModuleModel
ProjectManager. getFirstModuleModelProject()
Gets the first project.ModuleModel[]
ProjectManager. getLoadedModuleModels()
Gets the loaded Module models projects.ModuleModel
ModuleFolderPropCnr. getModel()
Gets the model.ModuleModel
ModuleNature. getModel()
Gets the model for the project.ModuleModel
ModuleRootPropCnr. getModel()
Gets the model.ModuleModel
ModuleFolder. getModuleModel()
Gets the Module Model.ModuleModel
ProjectManager. getModuleModel(GProp<?> gp)
Gets the IIZI Module Model from a property.ModuleModel
ProjectManager. getModuleModel(java.lang.String projectName)
Gets a registered IIZI Module Model from a project name.ModuleModel
ProjectManager. getModuleModel(org.eclipse.core.resources.IProject project)
Gets the IIZI Module Model from a project.ModuleModel
ProjectManager. getModuleModel(org.eclipse.core.resources.IResource resource)
Gets the IIZI Module Model from a resource.ModuleModel[]
ModuleModel. getModuleProjectReferences()
Gets the Projects that are referenced by this Module project.ModuleModel[]
ProjectManager. getOnClassPathModules(org.eclipse.core.resources.IResource resource)
Gets the Module projects that a resource is inside the classpath of.ModuleModel
ProjectManager. isOnClassPath(org.eclipse.core.resources.IResource resource)
Checks if a resource is inside the classpath of the Module projects.Methods in com.iizigo.project with parameters of type ModuleModel Modifier and Type Method Description void
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
Methods in com.iizigo.prop that return ModuleModel Modifier and Type Method Description ModuleModel
DesignerProp. getModel()
Gets the Module Model.ModuleModel
IPropertyEditorController. getModuleModel()
Gets the ModuleModel instance of the project.ModuleModel
StandaloneEditorController. getModuleModel()
Gets the ModuleModel instance of the project.Constructors in com.iizigo.prop with parameters of type ModuleModel Constructor Description StandaloneEditorController(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, java.lang.Runnable updateStates, IPropUndoRedo undoRedo, MultiSelectionProvider multiSelectionProvider)
Constructor.Uses of ModuleModel in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return ModuleModel Modifier and Type Method Description ModuleModel[]
SelectProjectDialog. open()
Open the dialog.Methods in com.iizigo.prop.editor.dialog with parameters of type ModuleModel Modifier and Type Method Description void
SelectPropViewerFilter. setValidModules(ModuleModel[] modules)
Sets the valid projects for the workspace root.Constructors in com.iizigo.prop.editor.dialog with parameters of type ModuleModel Constructor Description HyperlinkDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, java.lang.String[] dialogData)
Create the dialog.InsertTextIDDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, java.lang.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, java.lang.Boolean useTags, boolean isPlainOnly, ModuleModel model, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, java.lang.Runnable stateRunnable)
Create the dialog.RawTextEditorDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags, boolean isPlainOnly, IVSParticipant vsParticipant, EditorTextTable defaultTextTable)
Create the dialog.RawTextEditorPatternDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType)
Create the dialog.RichTextEditorDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags)
Create the dialog.SelectPropDialog(org.eclipse.swt.widgets.Shell parent, java.lang.String dialogTitle, org.eclipse.swt.graphics.Image dialogImage, ModuleModel model, java.lang.Object root, org.eclipse.jface.viewers.ViewerFilter viewerFilter, java.lang.Class<?>[] possibleClasses, java.lang.String currentRef, int expandLevel)
Create the dialog.SelectPropDialog(org.eclipse.swt.widgets.Shell parent, java.lang.String dialogTitle, org.eclipse.swt.graphics.Image dialogImage, ModuleModel model, java.lang.Object root, org.eclipse.jface.viewers.ViewerFilter viewerFilter, java.lang.Class<?>[] possibleClasses, java.lang.String currentRef, int expandLevel, IExpandFilter expandFilter)
Create the dialog.Uses of ModuleModel in com.iizigo.push.prop
Methods in com.iizigo.push.prop that return ModuleModel Modifier and Type Method Description ModuleModel
EditorPushProps. getModuleModel()
Gets the module model.Uses of ModuleModel in com.iizigo.pwa.prop
Methods in com.iizigo.pwa.prop that return ModuleModel Modifier and Type Method Description ModuleModel
EditorPWAProps. getModuleModel()
Gets the module model.Uses of ModuleModel in com.iizigo.run
Methods in com.iizigo.run with parameters of type ModuleModel Modifier and Type Method Description EditorRuntimeBuilderProps
IRuntimeBuilder. 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.Constructors in com.iizigo.run with parameters of type ModuleModel Constructor Description RuntimeBuilderComposite(org.eclipse.swt.widgets.Composite parent, ModuleModel module, IValidationMessage messageHandler)
Constructor.Uses of ModuleModel in com.iizigo.run.impl
Methods in com.iizigo.run.impl with parameters of type ModuleModel Modifier and Type Method Description EditorRuntimeBuilderProps
EclipseRuntimeBuilder. 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
Methods in com.iizigo.run.prop that return ModuleModel Modifier and Type Method Description ModuleModel
EditorRuntimeBuilderProps. getModuleModel()
Gets the module model.Methods in com.iizigo.run.prop with parameters of type ModuleModel Modifier and Type Method Description void
EditorRuntimeBuilderProps. setup(ModuleModel module, IRuntimeBuilder runtimeBuilder)
Sets up the property.Uses of ModuleModel in com.iizigo.selector.prop
Methods in com.iizigo.selector.prop with parameters of type ModuleModel Modifier and Type Method Description static java.util.List<EditorSelector>
EditorSelector. createDefaultSelectors(boolean doPerform, ModuleModel model)
Creates the default selectors for Phone, Tablet and Desktop.static java.util.List<EditorSelector>
EditorSelector. createDefaultSelectorsForDesktop(boolean doPerform, ModuleModel model)
Creates the default selectors for Desktop.static java.util.List<EditorSelector>
EditorSelector. createDefaultSelectorsForPhone(boolean doPerform, ModuleModel model)
Creates the default selectors for Phone.static java.util.List<EditorSelector>
EditorSelector. createDefaultSelectorsForTablet(boolean doPerform, ModuleModel model)
Creates the default selectors for Tablet.Uses of ModuleModel in com.iizigo.server
Methods in com.iizigo.server that return ModuleModel Modifier and Type Method Description ModuleModel
ServerConfigComposite. getModuleModel()
Gets the ModuleModel instance of the project.Uses of ModuleModel in com.iizigo.term
Methods in com.iizigo.term with parameters of type ModuleModel Modifier and Type Method Description ModuleFolderPropCnr
PluginActivator. 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
Methods in com.iizigo.text with parameters of type ModuleModel Modifier and Type Method Description void
NewTextTablesWithLanguageComposite. createTextFiles(ModuleModel model, java.util.Map<Atom,KString> moreTexts, org.eclipse.core.runtime.IProgressMonitor monitor)
Creates the text files.void
KStringStyledText. setKStringProp(KStringProp kstringProp, ModuleModel model)
Sets the KStringProp being edited.Constructors in com.iizigo.text with parameters of type ModuleModel Constructor Description CommonTextActions(org.eclipse.swt.widgets.Shell shell, ModuleModel model, TextTableEditor editor, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, IPropUndoRedo undoRedo, java.lang.Boolean useTags)
Constructor.NewTextTablesWithLanguageComposite(org.eclipse.swt.widgets.Composite parent, ModuleModel model, int marginLeft, int marginRight, int marginTop, int marginBottom, ValidatorManager validatorManager, int widthHint, java.lang.String baseTextTableName)
Constructor.SettingsComposite(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, java.lang.String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo)
Creates the text table settings composite.Uses of ModuleModel in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type ModuleModel Modifier and Type Method Description static 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
Methods in com.iizigo.ws with parameters of type ModuleModel Modifier and Type Method Description void
PluginActivator. initializeModule(ModuleModel model)
Initializes the plug-in after the Module project has been loaded.