MCPcopy
hub / github.com/Col-E/Recaf / setTitle

Method setTitle

src/main/java/me/coley/recaf/ui/MainWindow.java:338–340  ·  view source on GitHub ↗

@param title Window title to set.

(String title)

Source from the content-addressed store, hash-verified

336 * Window title to set.
337 */
338 public void setTitle(String title) {
339 ThreadUtil.checkJfxAndEnqueue(() -> stage.setTitle(title));
340 }
341
342 @Plugin(name = "MainWindow")
343 private final class WindowPlugin implements WorkspacePlugin, InternalPlugin {

Callers 8

setWorkspaceMethod · 0.95
windowMethod · 0.80
promptFirstTimeMethod · 0.80
setupMethod · 0.80
MainMenuMethod · 0.80
ofRootMethod · 0.80
createStageMethod · 0.80
ExceptionAlertMethod · 0.80

Calls 1

checkJfxAndEnqueueMethod · 0.95

Tested by

no test coverage detected