A B C D E F G H I L M N O P R S T U V W

S

schedule(Algorithm, ServiceReference) - Method in interface org.cishell.app.service.scheduler.SchedulerService
Schedules an Algorithm to be run when convenient.
schedule(Algorithm, ServiceReference, Calendar) - Method in interface org.cishell.app.service.scheduler.SchedulerService
Schedules an Algorithm to be run at a specific time.
SchedulerAdapter - Class in org.cishell.app.service.scheduler
An abstract adapter class for notification of events happening in a SchedulerService.
SchedulerAdapter() - Constructor for class org.cishell.app.service.scheduler.SchedulerAdapter
 
schedulerCleared() - Method in class org.cishell.app.service.scheduler.SchedulerAdapter
 
schedulerCleared() - Method in interface org.cishell.app.service.scheduler.SchedulerListener
Notification that the scheduler's schedule of Algorithms to be run has been cleared
SchedulerListener - Interface in org.cishell.app.service.scheduler
A listener that is notified of events happening in a SchedulerService
schedulerRunStateChanged(boolean) - Method in class org.cishell.app.service.scheduler.SchedulerAdapter
 
schedulerRunStateChanged(boolean) - Method in interface org.cishell.app.service.scheduler.SchedulerListener
Notification that the scheduler's run state (paused or unpaused) has changed
SchedulerService - Interface in org.cishell.app.service.scheduler
A service for scheduling Algorithms to be run.
SelectionListener - Interface in org.cishell.service.guibuilder
A listener that is notified when all values entered by a GUI user have been validated and they have clicked 'Ok' to proceed or if the operation was cancelled
setCanceled(boolean) - Method in interface org.cishell.framework.algorithm.ProgressMonitor
Sets or clears a flag for cancellation of this algorithm's execution.
setLabel(Data, String) - Method in interface org.cishell.app.service.datamanager.DataManagerService
Set the label to be used for the Data object.
setPaused(boolean) - Method in interface org.cishell.framework.algorithm.ProgressMonitor
Sets or clears a flag for pausing of this algorithm's execution.
setProgressMonitor(ProgressMonitor) - Method in interface org.cishell.framework.algorithm.ProgressTrackable
Sets the progress monitor this algorithm is to use.
setRunning(boolean) - Method in interface org.cishell.app.service.scheduler.SchedulerService
Pauses or unpauses the running of new Algorithms in the scheduler
setSelectedData(Data[]) - Method in interface org.cishell.app.service.datamanager.DataManagerService
Sets which Data objects are selected in the manager.
setSelectionListener(SelectionListener) - Method in interface org.cishell.service.guibuilder.GUI
Sets the selection listener to be informed when the user finishes entering information and hits 'Ok' or cancels
SHORT_LABEL - Static variable in interface org.cishell.framework.data.DataProperty
A short label to give the Data object for shorter displays.
showConfirm(String, String, String) - Method in interface org.cishell.service.guibuilder.GUIBuilderService
Pops up a confirmation box to the user with an 'Ok' and 'Cancel' button
showError(String, String, String) - Method in interface org.cishell.service.guibuilder.GUIBuilderService
Pops up an error box to the user.
showError(String, String, Throwable) - Method in interface org.cishell.service.guibuilder.GUIBuilderService
Pops up an error box to the user.
showInformation(String, String, String) - Method in interface org.cishell.service.guibuilder.GUIBuilderService
Pops up an information box to the user.
showQuestion(String, String, String) - Method in interface org.cishell.service.guibuilder.GUIBuilderService
Pops up a question box to the user with a 'Yes' and 'No' button
showWarning(String, String, String) - Method in interface org.cishell.service.guibuilder.GUIBuilderService
Pops up a warning box to the user.
start(int, int) - Method in interface org.cishell.framework.algorithm.ProgressMonitor
Notifies the start of execution of the algorithm in addition to revealing how many work units will be used
START_GROUP - Static variable in interface org.cishell.framework.algorithm.AlgorithmProperty
 

A B C D E F G H I L M N O P R S T U V W