Uses of Class
com.iizigo.project.ModuleRootPropCnr
Packages that use ModuleRootPropCnr Package Description com.iizigo.db.prop com.iizigo.editor com.iizigo.project com.iizigo.prop Uses of ModuleRootPropCnr in com.iizigo.db.prop
Methods in com.iizigo.db.prop with parameters of type ModuleRootPropCnr Modifier and Type Method Description static EditorConnectionProfilesSetup
EditorConnectionProfilesSetup. createEditorConnectionProfilesSetup(ModuleRootPropCnr moduleRoot)
Creates the instance of this property container, populated with connection profiles used in the project.Uses of ModuleRootPropCnr in com.iizigo.editor
Methods in com.iizigo.editor with parameters of type ModuleRootPropCnr Modifier and Type Method Description static void
PropHelper. restoreState(org.eclipse.jface.viewers.Viewer viewer, ModuleRootPropCnr root, org.eclipse.ui.IMemento memento)
Restores the state of a viewer once the viewer contents has been set.Uses of ModuleRootPropCnr in com.iizigo.project
Methods in com.iizigo.project that return ModuleRootPropCnr Modifier and Type Method Description ModuleRootPropCnr
ModuleRootPropCnr. clone()
Clone must be overridden.ModuleRootPropCnr
ModuleFolderPropCnr. getRoot()
The root.ModuleRootPropCnr
ModuleModel. getRootContainer()
Gets the root container.Uses of ModuleRootPropCnr in com.iizigo.prop
Methods in com.iizigo.prop that return ModuleRootPropCnr Modifier and Type Method Description ModuleRootPropCnr
DesignerProp. getRoot()
Gets the root property container for the module project.