Uses of Class
com.iizigo.run.prop.EditorRuntimeBuilderProps
Packages that use EditorRuntimeBuilderProps
Uses of EditorRuntimeBuilderProps in com.iizigo.run
Methods in com.iizigo.run that return EditorRuntimeBuilderPropsModifier and TypeMethodDescriptionIRuntimeBuilder.createNew(ModuleModel module, RuntimeBuilderInitialSetup setup) Creates a new runtime builder property instance.Methods in com.iizigo.run with parameters of type EditorRuntimeBuilderPropsModifier and TypeMethodDescriptionvoidIRuntimeBuilder.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.voidIRuntimeBuilder.onErrors(EditorRuntimeBuilderProps props, boolean ok) Updates for errors.booleanIRuntimeBuilder.processRemoteEvent(EditorRuntimeBuilderProps props, File projectDir, RemoteEvent event) Processes a remote event from the server.voidIRuntimeBuilder.verify(EditorRuntimeBuilderProps props, File projectDir, PropVerification verification) Verifies this property container.Uses of EditorRuntimeBuilderProps in com.iizigo.run.impl
Methods in com.iizigo.run.impl that return EditorRuntimeBuilderPropsModifier and TypeMethodDescriptionEclipseRuntimeBuilder.createNew(ModuleModel module, RuntimeBuilderInitialSetup setup) Creates a new runtime builder property instance.Methods in com.iizigo.run.impl with parameters of type EditorRuntimeBuilderPropsModifier and TypeMethodDescriptionvoidEclipseRuntimeBuilder.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.voidEclipseRuntimeBuilder.onErrors(EditorRuntimeBuilderProps props, boolean ok) Updates for errors.booleanEclipseRuntimeBuilder.processRemoteEvent(EditorRuntimeBuilderProps props, File projectDir, RemoteEvent event) Processes a remote event from the server.voidEclipseRuntimeBuilder.verify(EditorRuntimeBuilderProps props, File projectDir, PropVerification verification) Verifies this property container.Uses of EditorRuntimeBuilderProps in com.iizigo.run.prop
Methods in com.iizigo.run.prop that return EditorRuntimeBuilderProps