Uses of Class
com.iizigo.project.ModuleModel
Packages that use ModuleModel
Package
Description
- Uses of ModuleModel in com.iizigo.app.propMethods in com.iizigo.app.prop with parameters of type ModuleModelModifier and TypeMethodDescription- voidAppDistributionProps.- setModule- (ModuleModel module) The current project.
- Uses of ModuleModel in com.iizigo.dbMethods in com.iizigo.db with parameters of type ModuleModelModifier and TypeMethodDescription- voidPluginActivator.- initializeModule- (ModuleModel model) Initializes the plug-in after the Module project has been loaded.
- Uses of ModuleModel in com.iizigo.editorMethods in com.iizigo.editor that return ModuleModelModifier and TypeMethodDescriptionPropEditorPart.- 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.fontMethods in com.iizigo.font with parameters of type ModuleModelModifier and TypeMethodDescription- voidDesignerFontManager.- setModule- (ModuleModel model) Assigns a new module model.Constructors in com.iizigo.font with parameters of type ModuleModelModifierConstructorDescription- DesignerFontManager- (ModuleModel model, ITransactionSender sender) Constructor.
- Uses of ModuleModel in com.iizigo.imageMethods in com.iizigo.image that return ModuleModel
- Uses of ModuleModel in com.iizigo.javaMethods in com.iizigo.java that return ModuleModelMethods in com.iizigo.java with parameters of type ModuleModelModifier 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.- 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 StringJavaHelper.- 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.Constructors in com.iizigo.java with parameters of type ModuleModelModifierConstructorDescription- protected- JavaSource- (org.eclipse.core.resources.IFile sourceFile, ModuleModel model) Creates a Java source instance for PARSED.
- Uses of ModuleModel in com.iizigo.java.parserConstructors in com.iizigo.java.parser with parameters of type ModuleModelModifierConstructorDescription- ParsedJavaSource- (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.wizardsMethods in com.iizigo.panel.wizards that return ModuleModel
- Uses of ModuleModel in com.iizigo.pluginMethods in com.iizigo.plugin with parameters of type ModuleModelModifier and TypeMethodDescription- static org.eclipse.ui.menus.CommandContributionItem[]PluginManager.- getNewWizards- (ModuleModel model, String folderName) Gets the new wizards, sorted by label.- voidIPluginInitialize.- initializeModule- (ModuleModel model) Initializes the plug-in after the Module project has been loaded.- final voidPluginDescriptor.- initializeModule- (ModuleModel model) Initializes the plug-in after the Module project has been loaded.- final voidPluginDescriptor.- onModuleProjectDeconfigured- (ModuleModel model) Called when a Module project is de-configured from this plug-in.- final voidPluginDescriptor.- onModuleProjectDisposed- (ModuleModel model) Called when a Module project is disposed of.Constructors in com.iizigo.plugin with parameters of type ModuleModelModifierConstructorDescription- ProjectPluginChooser- (org.eclipse.swt.widgets.Composite parent, ModuleModel model) The plug-in chooser component for Module project.
- Uses of ModuleModel in com.iizigo.projectFields in com.iizigo.project declared as ModuleModelMethods in com.iizigo.project that return ModuleModelModifier and TypeMethodDescription- static ModuleModelModuleModel.- 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.Methods in com.iizigo.project with parameters of type ModuleModelModifier and TypeMethodDescription- 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.propMethods in com.iizigo.prop that return ModuleModelModifier and TypeMethodDescription- final ModuleModelDesignerProp.- getModel()Gets the Module Model.IPropertyEditorController.- getModuleModel()Gets the ModuleModel instance of the project.StandaloneEditorController.- getModuleModel()Gets the ModuleModel instance of the project.Constructors in com.iizigo.prop with parameters of type ModuleModelModifierConstructorDescription- 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, Runnable updateStates, IPropUndoRedo undoRedo, MultiSelectionProvider multiSelectionProvider) Constructor.
- Uses of ModuleModel in com.iizigo.prop.editor.dialogMethods in com.iizigo.prop.editor.dialog that return ModuleModelMethods in com.iizigo.prop.editor.dialog with parameters of type ModuleModelModifier and TypeMethodDescription- voidSelectPropViewerFilter.- setValidModules- (ModuleModel[] modules) Sets the valid projects for the workspace root.Constructors in com.iizigo.prop.editor.dialog with parameters of type ModuleModelModifierConstructorDescription- HyperlinkDialog- (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.propMethods in com.iizigo.push.prop that return ModuleModel
- Uses of ModuleModel in com.iizigo.pwa.propMethods in com.iizigo.pwa.prop that return ModuleModel
- Uses of ModuleModel in com.iizigo.runMethods in com.iizigo.run with parameters of type ModuleModelModifier and TypeMethodDescriptionIRuntimeBuilder.- 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 ModuleModelModifierConstructorDescription- RuntimeBuilderComposite- (org.eclipse.swt.widgets.Composite parent, ModuleModel module, IValidationMessage messageHandler) Constructor.
- Uses of ModuleModel in com.iizigo.run.implMethods in com.iizigo.run.impl with parameters of type ModuleModelModifier and TypeMethodDescriptionEclipseRuntimeBuilder.- 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.propMethods in com.iizigo.run.prop that return ModuleModelMethods in com.iizigo.run.prop with parameters of type ModuleModelModifier and TypeMethodDescription- voidEditorRuntimeBuilderProps.- setup- (ModuleModel module, IRuntimeBuilder runtimeBuilder) Sets up the property.
- Uses of ModuleModel in com.iizigo.selector.propMethods in com.iizigo.selector.prop with parameters of type ModuleModelModifier and TypeMethodDescription- static 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.serverMethods in com.iizigo.server that return ModuleModelModifier and TypeMethodDescriptionServerConfigComposite.- getModuleModel()Gets the ModuleModel instance of the project.
- Uses of ModuleModel in com.iizigo.termMethods in com.iizigo.term with parameters of type ModuleModelModifier and TypeMethodDescriptionPluginActivator.- 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.textMethods in com.iizigo.text with parameters of type ModuleModelModifier and TypeMethodDescription- voidNewTextTablesWithLanguageComposite.- createTextFiles- (ModuleModel model, Map<Atom, - KString> moreTexts, org.eclipse.core.runtime.IProgressMonitor monitor) Creates the text files.- voidKStringStyledText.- setKStringProp- (KStringProp newKStringProp, ModuleModel model) Sets the KStringProp being edited.Constructors in com.iizigo.text with parameters of type ModuleModelModifierConstructorDescription- CommonTextActions- (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.vsMethods in com.iizigo.vs with parameters of type ModuleModelModifier and TypeMethodDescription- 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.wsMethods in com.iizigo.ws with parameters of type ModuleModelModifier and TypeMethodDescription- voidPluginActivator.- initializeModule- (ModuleModel model) Initializes the plug-in after the Module project has been loaded.