package bluej.stride.generic;

import javafx.scene.Node;


| 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); }
top, use, map, interface RecallableFocus

.   recallFocus




12 neLoCode + 2 LoComm