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 String
RestorableActorHelper. read(PlaceholderFile input, RestorableActor actor, String[] properties)
Reads the specified state information from the specified input file.static String
RestorableActorHelper. 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 class
EnterManyValues
Pops up a dialog, prompting the user to enter one or more values.class
EnterValue
Pops up a dialog, prompting the user to enter a value.class
SelectDirectory
Pops up a directory chooser dialog, prompting the user to select a directory.class
SelectFile
Pops up a file chooser dialog, prompting the user to select one or more files.
-