Uses of Interface
org.adoptopenjdk.jitwatch.ui.main.IStageAccessProxy
-
-
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.compilechain
Fields in org.adoptopenjdk.jitwatch.ui.compilechain declared as IStageAccessProxy Modifier and Type Field Description private IStageAccessProxyCompileChainStage. stageAccessConstructors in org.adoptopenjdk.jitwatch.ui.compilechain with parameters of type IStageAccessProxy Constructor Description CompileChainStage(IMemberSelectedListener selectionListener, IStageAccessProxy stageAccess, IReadOnlyJITDataModel model) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.main
Classes in org.adoptopenjdk.jitwatch.ui.main that implement IStageAccessProxy Modifier and Type Class Description classJITWatchUIMethods in org.adoptopenjdk.jitwatch.ui.main with parameters of type IStageAccessProxy Modifier and Type Method Description private javafx.scene.control.ContextMenuClassMemberList. buildContextMenuCompiledMember(IStageAccessProxy proxy)private javafx.scene.control.ContextMenuClassMemberList. buildContextMenuUncompiledMember(IStageAccessProxy proxy)private javafx.event.EventHandler<javafx.event.ActionEvent>ClassMemberList. getEventHandlerMenuItemCallChain(IStageAccessProxy proxy)private javafx.event.EventHandler<javafx.event.ActionEvent>ClassMemberList. getEventHandlerMenuItemInlinedInto(IStageAccessProxy proxy)private javafx.event.EventHandler<javafx.event.ActionEvent>ClassMemberList. getEventHandlerMenuItemIntrinsics(IStageAccessProxy proxy)private javafx.event.EventHandler<javafx.event.ActionEvent>ClassMemberList. getEventHandlerMenuItemTriView(IStageAccessProxy proxy)Constructors in org.adoptopenjdk.jitwatch.ui.main with parameters of type IStageAccessProxy Constructor Description ClassMemberList(IStageAccessProxy proxy, JITWatchConfig config) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.report
Constructors in org.adoptopenjdk.jitwatch.ui.report with parameters of type IStageAccessProxy Constructor Description ReportStage(IStageAccessProxy proxy, java.lang.String title, ReportStageType type, java.util.List<Report> reportList) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.report.cell
Fields in org.adoptopenjdk.jitwatch.ui.report.cell declared as IStageAccessProxy Modifier and Type Field Description private static IStageAccessProxyLinkedBCICell. triViewAccessorprivate static IStageAccessProxyMemberTableCell. triViewAccessorMethods in org.adoptopenjdk.jitwatch.ui.report.cell with parameters of type IStageAccessProxy Modifier and Type Method Description static voidLinkedBCICell. setTriViewAccessor(IStageAccessProxy triViewAccessor)static voidMemberTableCell. setTriViewAccessor(IStageAccessProxy triViewAccessor) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.sandbox
Fields in org.adoptopenjdk.jitwatch.ui.sandbox declared as IStageAccessProxy Modifier and Type Field Description private IStageAccessProxySandboxStage. accessProxyConstructors in org.adoptopenjdk.jitwatch.ui.sandbox with parameters of type IStageAccessProxy Constructor Description SandboxStage(IStageClosedListener closeListener, IStageAccessProxy proxy, ILogParser parser) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.triview
Fields in org.adoptopenjdk.jitwatch.ui.triview declared as IStageAccessProxy Modifier and Type Field Description protected IStageAccessProxyViewer. stageAccessProxyConstructors in org.adoptopenjdk.jitwatch.ui.triview with parameters of type IStageAccessProxy Constructor Description Viewer(IStageAccessProxy stageAccessProxy, boolean highlighting)Viewer(IStageAccessProxy stageAccessProxy, ILineListener lineListener, ILineListener.LineType lineType, boolean highlighting) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.triview.assembly
Constructors in org.adoptopenjdk.jitwatch.ui.triview.assembly with parameters of type IStageAccessProxy Constructor Description ViewerAssembly(IStageAccessProxy stageAccessProxy, ILineListener lineListener, ILineListener.LineType lineType) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Constructors in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type IStageAccessProxy Constructor Description ViewerBytecode(IStageAccessProxy stageAccessProxy, TriViewNavigationStack navigationStack, IReadOnlyJITDataModel model, ILineListener lineListener, ILineListener.LineType lineType) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.triview.source
Constructors in org.adoptopenjdk.jitwatch.ui.triview.source with parameters of type IStageAccessProxy Constructor Description ViewerSource(IStageAccessProxy stageAccessProxy, ILineListener lineListener, ILineListener.LineType lineType)
-