Package bibliothek.gui.dock.support.mode
Interface UndoableModeSettings
public interface UndoableModeSettings
This class is used by a
ModeManager during a read operation to create
entries even if it not entirely sure whether the entry will ever be used.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCalled during a read operation ifModeManager.createEntryDuringRead(String)did already returnfalseforkey.
-
Method Details
-
createTemporaryDuringRead
Called during a read operation ifModeManager.createEntryDuringRead(String)did already returnfalseforkey.- Parameters:
key- the key of some element that might be important later- Returns:
trueif an entry forkeyshould be created temporarily- See Also:
-