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 EditorRuntimeBuilderProps
IRuntimeBuilder. 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 void
IRuntimeBuilder. createPage(org.eclipse.swt.widgets.Composite parent, ModuleModel module, org.eclipse.core.resources.IFile runtimeBuilderFile, EditorRuntimeBuilderProps props, EditorRuntimeBuilderPropertyPage parentPage)
Creates the property page.boolean
IRuntimeBuilder. initializeRuntimeBuilder(org.eclipse.swt.widgets.Shell shell, EditorRuntimeBuilderProps props, RuntimeBuilderInitialSetup setup, EditorRuntimeBuilderPropertyPage page)
Creates the initial runtime builder stuff.void
IRuntimeBuilder. onErrors(EditorRuntimeBuilderProps props, boolean ok)
Updates for errors.boolean
IRuntimeBuilder. processRemoteEvent(EditorRuntimeBuilderProps props, java.io.File projectDir, RemoteEvent event)
Processes a remote event from the server.void
IRuntimeBuilder. 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 EditorRuntimeBuilderProps
EclipseRuntimeBuilder. 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 void
EclipseRuntimeBuilder. createPage(org.eclipse.swt.widgets.Composite parent, ModuleModel module, org.eclipse.core.resources.IFile runtimeBuilderFile, EditorRuntimeBuilderProps props, EditorRuntimeBuilderPropertyPage parentPage)
Creates the property page.boolean
EclipseRuntimeBuilder. initializeRuntimeBuilder(org.eclipse.swt.widgets.Shell shell, EditorRuntimeBuilderProps props, RuntimeBuilderInitialSetup setup, EditorRuntimeBuilderPropertyPage page)
Creates the initial runtime builder stuff.void
EclipseRuntimeBuilder. onErrors(EditorRuntimeBuilderProps props, boolean ok)
Updates for errors.boolean
EclipseRuntimeBuilder. processRemoteEvent(EditorRuntimeBuilderProps props, java.io.File projectDir, RemoteEvent event)
Processes a remote event from the server.void
EclipseRuntimeBuilder. 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 EditorRuntimeBuilderProps
EditorRuntimeBuilderProps. clone()
Clone must be overridden.