public class ProgramState extends Object
Modifier and Type | Field and Description |
---|---|
String |
msg
Message to be displayed as part of "Undo" and "Redo" menu items.
|
Document |
state
State object for use in state restoration.
|
Constructor and Description |
---|
ProgramState(String msg,
Document state)
Constructs a VisBio state wrapper.
|
Copyright © 2015–2022 SciJava. All rights reserved.