Uses of Class
com.iizigo.run.EditorRuntimeBuilderPropertyPage
Packages that use EditorRuntimeBuilderPropertyPage Package Description com.iizigo.run com.iizigo.run.impl Uses of EditorRuntimeBuilderPropertyPage in com.iizigo.run
Methods in com.iizigo.run with parameters of type EditorRuntimeBuilderPropertyPage Modifier and Type Method Description voidIRuntimeBuilder. createPage(org.eclipse.swt.widgets.Composite parent, ModuleModel module, org.eclipse.core.resources.IFile runtimeBuilderFile, EditorRuntimeBuilderProps props, EditorRuntimeBuilderPropertyPage parentPage)Creates the property page.booleanIRuntimeBuilder. initializeRuntimeBuilder(org.eclipse.swt.widgets.Shell shell, EditorRuntimeBuilderProps props, RuntimeBuilderInitialSetup setup, EditorRuntimeBuilderPropertyPage page)Creates the initial runtime builder stuff.Uses of EditorRuntimeBuilderPropertyPage in com.iizigo.run.impl
Methods in com.iizigo.run.impl with parameters of type EditorRuntimeBuilderPropertyPage Modifier and Type Method Description voidEclipseRuntimeBuilder. createPage(org.eclipse.swt.widgets.Composite parent, ModuleModel module, org.eclipse.core.resources.IFile runtimeBuilderFile, EditorRuntimeBuilderProps props, EditorRuntimeBuilderPropertyPage parentPage)Creates the property page.booleanEclipseRuntimeBuilder. initializeRuntimeBuilder(org.eclipse.swt.widgets.Shell shell, EditorRuntimeBuilderProps props, RuntimeBuilderInitialSetup setup, EditorRuntimeBuilderPropertyPage page)Creates the initial runtime builder stuff.