Uses of Class
com.iizigo.run.prop.EditorRuntimeBuilderProps
Packages that use EditorRuntimeBuilderProps Package Description com.iizigo.run com.iizigo.run.impl com.iizigo.run.prop Uses of EditorRuntimeBuilderProps in com.iizigo.run
Methods in com.iizigo.run that return EditorRuntimeBuilderProps Modifier and Type Method Description EditorRuntimeBuilderPropsIRuntimeBuilder. createNew(ModuleModel module, RuntimeBuilderInitialSetup setup)Creates a new runtime builder property instance.Methods in com.iizigo.run with parameters of type EditorRuntimeBuilderProps 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.voidIRuntimeBuilder. onErrors(EditorRuntimeBuilderProps props, boolean ok)Updates for errors.booleanIRuntimeBuilder. processRemoteEvent(EditorRuntimeBuilderProps props, java.io.File projectDir, RemoteEvent event)Processes a remote event from the server.voidIRuntimeBuilder. verify(EditorRuntimeBuilderProps props, java.io.File projectDir, PropVerification verification)Verifies this property container.Uses of EditorRuntimeBuilderProps in com.iizigo.run.impl
Methods in com.iizigo.run.impl that return EditorRuntimeBuilderProps Modifier and Type Method Description EditorRuntimeBuilderPropsEclipseRuntimeBuilder. createNew(ModuleModel module, RuntimeBuilderInitialSetup setup)Creates a new runtime builder property instance.Methods in com.iizigo.run.impl with parameters of type EditorRuntimeBuilderProps 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.voidEclipseRuntimeBuilder. onErrors(EditorRuntimeBuilderProps props, boolean ok)Updates for errors.booleanEclipseRuntimeBuilder. processRemoteEvent(EditorRuntimeBuilderProps props, java.io.File projectDir, RemoteEvent event)Processes a remote event from the server.voidEclipseRuntimeBuilder. verify(EditorRuntimeBuilderProps props, java.io.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 Modifier and Type Method Description EditorRuntimeBuilderPropsEditorRuntimeBuilderProps. clone()Clone must be overridden.