Uses of Interface
org.adoptopenjdk.jitwatch.ui.stage.IStageClosedListener
-
Packages that use IStageClosedListener Package Description org.adoptopenjdk.jitwatch.ui.main org.adoptopenjdk.jitwatch.ui.sandbox org.adoptopenjdk.jitwatch.ui.stage -
-
Uses of IStageClosedListener in org.adoptopenjdk.jitwatch.ui.main
Classes in org.adoptopenjdk.jitwatch.ui.main that implement IStageClosedListener Modifier and Type Class Description classJITWatchUIConstructors in org.adoptopenjdk.jitwatch.ui.main with parameters of type IStageClosedListener Constructor Description MainConfigStage(IStageClosedListener parent2, ILogListener logListener, JITWatchConfig config) -
Uses of IStageClosedListener in org.adoptopenjdk.jitwatch.ui.sandbox
Classes in org.adoptopenjdk.jitwatch.ui.sandbox that implement IStageClosedListener Modifier and Type Class Description classSandboxStageclassVMLanguageListFields in org.adoptopenjdk.jitwatch.ui.sandbox declared as IStageClosedListener Modifier and Type Field Description private IStageClosedListenerSandboxConfigStage. closedListenerprivate IStageClosedListenerVMLanguageConfigStage. parentMethods in org.adoptopenjdk.jitwatch.ui.sandbox with parameters of type IStageClosedListener Modifier and Type Method Description private javafx.event.EventHandler<javafx.event.ActionEvent>VMLanguageConfigStage. getEventHandlerForCancelButton(IStageClosedListener parent)private javafx.event.EventHandler<javafx.event.ActionEvent>VMLanguageConfigStage. getEventHandlerForSaveButton(java.lang.String language, IStageClosedListener parent, JITWatchConfig config)Constructors in org.adoptopenjdk.jitwatch.ui.sandbox with parameters of type IStageClosedListener Constructor Description SandboxConfigStage(IStageClosedListener closedListener, JITWatchConfig config)SandboxStage(IStageClosedListener closeListener, IStageAccessProxy proxy, ILogParser parser)VMLanguageConfigStage(IStageClosedListener parent, JITWatchConfig config, java.lang.String language) -
Uses of IStageClosedListener in org.adoptopenjdk.jitwatch.ui.stage
Fields in org.adoptopenjdk.jitwatch.ui.stage with type parameters of type IStageClosedListener Modifier and Type Field Description private static java.util.List<IStageClosedListener>StageManager. listenerStageClosedMethods in org.adoptopenjdk.jitwatch.ui.stage with parameters of type IStageClosedListener Modifier and Type Method Description static voidStageManager. addAndShow(javafx.stage.Stage parent, javafx.stage.Stage childStage, IStageClosedListener closedListener)static voidStageManager. registerStageClosedListener(IStageClosedListener listener)
-