Uses of Interface
adams.flow.core.RestorableActor
-
Packages that use RestorableActor Package Description adams.flow.core adams.flow.source -
-
Uses of RestorableActor in adams.flow.core
Methods in adams.flow.core with parameters of type RestorableActor Modifier and Type Method Description static StringRestorableActorHelper. read(PlaceholderFile input, RestorableActor actor, String[] properties)Reads the specified state information from the specified input file.static StringRestorableActorHelper. write(RestorableActor actor, String[] properties, PlaceholderFile output)Stores the specified state information in the specified output file. -
Uses of RestorableActor in adams.flow.source
Classes in adams.flow.source that implement RestorableActor Modifier and Type Class Description classEnterManyValuesPops up a dialog, prompting the user to enter one or more values.classEnterValuePops up a dialog, prompting the user to enter a value.classSelectDirectoryPops up a directory chooser dialog, prompting the user to select a directory.classSelectFilePops up a file chooser dialog, prompting the user to select one or more files.
-