Uses of Interface
com.iizix.IPropProgressMonitor
Package
Description
Uses of IPropProgressMonitor in com.iizigo.event
ModifierConstructorDescriptionQueryDesignerPropEvent
(GProp<?> source, IPropProgressMonitor monitor, boolean isIPropDesignerOnly) Constructs a new Query Reference event.Uses of IPropProgressMonitor in com.iizigo.prop
Modifier and TypeClassDescriptionclass
A Null or Do-Nothing "property-based" progress monitor.class
Adapts the Eclipse IProgressMonitor to the "property-based" progress monitor.Uses of IPropProgressMonitor in com.iizix
Modifier and TypeFieldDescriptionstatic final IPropProgressMonitor
IPropProgressMonitor.NULL
The NULL progress monitor that can be used e.g.Modifier and TypeMethodDescriptionIPropProgressMonitor.newSubMonitor
(int work) Creates a new sub progress monitor taking up a number of work.Uses of IPropProgressMonitor in com.iizix.event
Modifier and TypeMethodDescriptionvoid
GEvent.setProgressMonitor
(IPropProgressMonitor monitor) Sets the progress monitor if not already done.ModifierConstructorDescriptionGEvent
(GProp<?> source, int eventID, boolean isRemoteInduced, IPropProgressMonitor monitor) Constructs the generic event with specified originator.GEvent
(GProp<?> source, int eventID, IPropProgressMonitor monitor) Constructs the generic event with specified originator that has a progress monitor and is not remote induced.SinkEvent
(GProp<?> source, int eventID, IPropProgressMonitor monitor) Constructs the generic event sink with specified originator that has a progress monitor and is not remote induced.Uses of IPropProgressMonitor in com.iizix.run.common
Modifier and TypeMethodDescriptionBuildEnvironment.checkAndroidEnvironment
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Checks the Android environment and build tools.CommonBuilder.createApp
(IPropProgressMonitor monitor, int ticks, CodeModifier codeModifier, List<File> filesBuilt, boolean isVerbose) Creates the application and builds it according to the BuildSettings.ICommonJobCreator.createNewJob
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Creates a new common job.static BuildEnvironment
BuildEnvironment.getInstance
(String rootDirPath, ICommonJobCreator jobCreator, IPropProgressMonitor monitor, IPrintAdapter printer, boolean doAndroid, boolean doIOS, boolean isVerbose) Constructs the environment from the path specified from the root of the current drive in Windows, or from the HOME directory under Mac or Linux.BuildEnvironment.getJavaEnvironment
(RuntimeBuilderSettings settings, ICommonJobCreator jobCreator, IPropProgressMonitor monitor, boolean isVerbose) Retrieves the Java environment.BuildEnvironment.getVersions
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Gets the versions: Node + NPM, Gradle, Android and Cordova.ModifierConstructorDescriptionCommonBuilder
(BuildEnvironment environment, RuntimeBuilderSettings settings, File buildOutputDir, int uniqueID, IPropProgressMonitor monitor, ICommonJobCreator jobCreator, IPrintAdapter printer) Constructor with the build settings.CommonBuilder
(RuntimeBuilderSettings settings, IPropProgressMonitor monitor, ICommonJobCreator jobCreator, IPrintAdapter printer, boolean isVerbose) Constructor with the build settings.CommonJobs
(IPropProgressMonitor monitor, boolean isVerbose) Constructor.CommonJobs
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Constructor.Uses of IPropProgressMonitor in com.iizix.server.run.remote
Modifier and TypeMethodDescriptionClientBuilder.createNewJob
(IPropProgressMonitor monitor, boolean isVerbose) Creates a new common job.ClientBuilder.createNewJob
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Creates a new common job.