package bluej.stride.generic; import javafx.scene.Node;top, use, map, interface RecallableFocus
| A marker to indicate that this component can have its focus saved and recalled. | Used mainly during undo/redo to put focus back to the place where the modification occurred | public interface RecallableFocus { boolean isFocused(); int getFocusInfo(); p.public Node recallFocus(int info); }