Uses of Interface
org.adoptopenjdk.jitwatch.ui.main.IStageAccessProxy
Packages that use IStageAccessProxy
Package
Description
-
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.compilechain
Fields in org.adoptopenjdk.jitwatch.ui.compilechain declared as IStageAccessProxyConstructors in org.adoptopenjdk.jitwatch.ui.compilechain with parameters of type IStageAccessProxyModifierConstructorDescriptionCompileChainStage(IMemberSelectedListener selectionListener, IStageAccessProxy stageAccess, IReadOnlyJITDataModel model) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.main
Classes in org.adoptopenjdk.jitwatch.ui.main that implement IStageAccessProxyMethods in org.adoptopenjdk.jitwatch.ui.main with parameters of type IStageAccessProxyModifier and TypeMethodDescriptionprivate 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 -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.report
Constructors in org.adoptopenjdk.jitwatch.ui.report with parameters of type IStageAccessProxyModifierConstructorDescriptionReportStage(IStageAccessProxy proxy, String title, ReportStageType type, List<Report> reportList) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.report.cell
Fields in org.adoptopenjdk.jitwatch.ui.report.cell declared as IStageAccessProxyModifier and TypeFieldDescriptionprivate static IStageAccessProxyLinkedBCICell.triViewAccessorprivate static IStageAccessProxyMemberTableCell.triViewAccessorMethods in org.adoptopenjdk.jitwatch.ui.report.cell with parameters of type IStageAccessProxyModifier and TypeMethodDescriptionstatic 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 IStageAccessProxyConstructors in org.adoptopenjdk.jitwatch.ui.sandbox with parameters of type IStageAccessProxyModifierConstructorDescriptionSandboxStage(IStageClosedListener closeListener, IStageAccessProxy proxy, ILogParser parser) -
Uses of IStageAccessProxy in org.adoptopenjdk.jitwatch.ui.triview
Fields in org.adoptopenjdk.jitwatch.ui.triview declared as IStageAccessProxyConstructors in org.adoptopenjdk.jitwatch.ui.triview with parameters of type IStageAccessProxyModifierConstructorDescriptionViewer(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 IStageAccessProxyModifierConstructorDescriptionViewerAssembly(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 IStageAccessProxyModifierConstructorDescriptionViewerBytecode(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 IStageAccessProxyModifierConstructorDescriptionViewerSource(IStageAccessProxy stageAccessProxy, ILineListener lineListener, ILineListener.LineType lineType)