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 voidAppDistributionProps. 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 voidPluginActivator. 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 ModuleModelPropEditorPart. getModuleModel()Gets the ModuleModel instance of the project.static ModuleModelPropHelper. getModuleModel(GProp<?> gp)Gets the IIZI Module Model from a property.static ModuleModelPropHelper. 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 voidDesignerFontManager. 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 ModuleModelNewImageDefinitionWizard. getModel()Gets the model.ModuleModelNewSVGDefinitionWizard. getModel()Gets the model.Uses of ModuleModel in com.iizigo.java
Methods in com.iizigo.java that return ModuleModel Modifier and Type Method Description ModuleModelJavaProject. getModuleModel()Gets the Module model.Methods in com.iizigo.java with parameters of type ModuleModel Modifier and Type Method Description static TreeItemNavigatorPresentationJavaHelper. 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 TreeItemNavigatorPresentationJavaHelper. 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 TreeItemNavigatorPresentationJavaHelper. 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.voidJavaManager. loadJavaState(ModuleModel model, org.eclipse.core.runtime.IProgressMonitor monitor)Called when a Module project is loading, to load the Java parsed files.voidJavaManager. onOpen(ModuleModel model)Called when a Module project is opened, to register itself in the JavaProject.static java.lang.StringJavaHelper. 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 ModuleModelAddUICompWizard. 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.voidIPluginInitialize. initializeModule(ModuleModel model)Initializes the plug-in after the Module project has been loaded.voidPluginDescriptor. initializeModule(ModuleModel model)Initializes the plug-in after the Module project has been loaded.voidPluginDescriptor. onModuleProjectDeconfigured(ModuleModel model)Called when a Module project is de-configured from this plug-in.voidPluginDescriptor. 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 ModuleModelNewWizard. modelThe module model.Methods in com.iizigo.project that return ModuleModel Modifier and Type Method Description static ModuleModelModuleModel. from(org.eclipse.core.resources.IProject project)Gets the module model from a project if possible.ModuleModelProjectManager. getFirstModuleModelProject()Gets the first project.ModuleModel[]ProjectManager. getLoadedModuleModels()Gets the loaded Module models projects.ModuleModelModuleFolderPropCnr. getModel()Gets the model.ModuleModelModuleNature. getModel()Gets the model for the project.ModuleModelModuleRootPropCnr. getModel()Gets the model.ModuleModelModuleFolder. getModuleModel()Gets the Module Model.ModuleModelProjectManager. getModuleModel(GProp<?> gp)Gets the IIZI Module Model from a property.ModuleModelProjectManager. getModuleModel(java.lang.String projectName)Gets a registered IIZI Module Model from a project name.ModuleModelProjectManager. getModuleModel(org.eclipse.core.resources.IProject project)Gets the IIZI Module Model from a project.ModuleModelProjectManager. 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.ModuleModelProjectManager. 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 voidModuleModel. markModuleReference(ModuleModel module)Marks a Module as being used by or referenced in this project.voidIModuleDisposeListener. onModuleProjectDeconfigured(ModuleModel model)Called when a Module project is de-configured from this plug-in.voidIModuleDisposeListener. 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 ModuleModelDesignerProp. getModel()Gets the Module Model.ModuleModelIPropertyEditorController. getModuleModel()Gets the ModuleModel instance of the project.ModuleModelStandaloneEditorController. 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 voidSelectPropViewerFilter. 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 ModuleModelEditorPushProps. 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 ModuleModelEditorPWAProps. 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 EditorRuntimeBuilderPropsIRuntimeBuilder. createNew(ModuleModel module, RuntimeBuilderInitialSetup setup)Creates a new runtime builder property instance.voidIRuntimeBuilder. 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 EditorRuntimeBuilderPropsEclipseRuntimeBuilder. createNew(ModuleModel module, RuntimeBuilderInitialSetup setup)Creates a new runtime builder property instance.voidEclipseRuntimeBuilder. 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 ModuleModelEditorRuntimeBuilderProps. getModuleModel()Gets the module model.Methods in com.iizigo.run.prop with parameters of type ModuleModel Modifier and Type Method Description voidEditorRuntimeBuilderProps. 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 ModuleModelServerConfigComposite. 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 ModuleFolderPropCnrPluginActivator. getModuleContainer(ModuleModel model)Gets the Module Folder container for the Terminal plug-in.voidPluginActivator. initializeModule(ModuleModel model)Initializes the plug-in after the Module project has been loaded.voidPluginActivator. onModuleProjectDeconfigured(ModuleModel model)Called when a Module project is de-configured from this plug-in.voidPluginActivator. 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 voidNewTextTablesWithLanguageComposite. createTextFiles(ModuleModel model, java.util.Map<Atom,KString> moreTexts, org.eclipse.core.runtime.IProgressMonitor monitor)Creates the text files.voidKStringStyledText. 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 EditorVirtualSpaceVSHelper. getVirtualSpace(org.eclipse.swt.widgets.Shell shell, ModuleModel model, IVSAccessor vsAccessor, IPropUndoRedo undoRedo)Gets the VirtualSpace from the participant.static EditorVirtualSpaceVSHelper. 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 voidPluginActivator. initializeModule(ModuleModel model)Initializes the plug-in after the Module project has been loaded.