Uses of Interface
org.adoptopenjdk.jitwatch.ui.report.IReportRowBean
Packages that use IReportRowBean
Package
Description
-
Uses of IReportRowBean in org.adoptopenjdk.jitwatch.ui.report
Classes in org.adoptopenjdk.jitwatch.ui.report that implement IReportRowBeanFields in org.adoptopenjdk.jitwatch.ui.report with type parameters of type IReportRowBeanModifier and TypeFieldDescriptionprivate javafx.collections.ObservableList<IReportRowBean> ReportStage.observableListprivate javafx.scene.control.TableView<IReportRowBean> ReportStage.tableView -
Uses of IReportRowBean in org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation
Classes in org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation that implement IReportRowBeanMethods in org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation that return types with arguments of type IReportRowBeanModifier and TypeMethodDescriptionstatic javafx.scene.control.TableView<IReportRowBean> EliminatedAllocationRowBuilder.buildTable(javafx.collections.ObservableList<IReportRowBean> rows) Method parameters in org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation with type arguments of type IReportRowBeanModifier and TypeMethodDescriptionstatic javafx.scene.control.TableView<IReportRowBean> EliminatedAllocationRowBuilder.buildTable(javafx.collections.ObservableList<IReportRowBean> rows) -
Uses of IReportRowBean in org.adoptopenjdk.jitwatch.ui.report.inlining
Classes in org.adoptopenjdk.jitwatch.ui.report.inlining that implement IReportRowBeanMethods in org.adoptopenjdk.jitwatch.ui.report.inlining that return types with arguments of type IReportRowBeanModifier and TypeMethodDescriptionstatic javafx.scene.control.TableView<IReportRowBean> InliningRowBuilder.buildTable(javafx.collections.ObservableList<IReportRowBean> rows) Method parameters in org.adoptopenjdk.jitwatch.ui.report.inlining with type arguments of type IReportRowBeanModifier and TypeMethodDescriptionstatic javafx.scene.control.TableView<IReportRowBean> InliningRowBuilder.buildTable(javafx.collections.ObservableList<IReportRowBean> rows) -
Uses of IReportRowBean in org.adoptopenjdk.jitwatch.ui.report.locks
Classes in org.adoptopenjdk.jitwatch.ui.report.locks that implement IReportRowBeanMethods in org.adoptopenjdk.jitwatch.ui.report.locks that return types with arguments of type IReportRowBeanModifier and TypeMethodDescriptionstatic javafx.scene.control.TableView<IReportRowBean> OptimisedLockRowBuilder.buildTable(javafx.collections.ObservableList<IReportRowBean> rows) Method parameters in org.adoptopenjdk.jitwatch.ui.report.locks with type arguments of type IReportRowBeanModifier and TypeMethodDescriptionstatic javafx.scene.control.TableView<IReportRowBean> OptimisedLockRowBuilder.buildTable(javafx.collections.ObservableList<IReportRowBean> rows) -
Uses of IReportRowBean in org.adoptopenjdk.jitwatch.ui.report.suggestion
Classes in org.adoptopenjdk.jitwatch.ui.report.suggestion that implement IReportRowBeanMethods in org.adoptopenjdk.jitwatch.ui.report.suggestion that return types with arguments of type IReportRowBeanModifier and TypeMethodDescriptionstatic javafx.scene.control.TableView<IReportRowBean> SuggestionRowBuilder.buildTable(javafx.collections.ObservableList<IReportRowBean> rows) Method parameters in org.adoptopenjdk.jitwatch.ui.report.suggestion with type arguments of type IReportRowBeanModifier and TypeMethodDescriptionstatic javafx.scene.control.TableView<IReportRowBean> SuggestionRowBuilder.buildTable(javafx.collections.ObservableList<IReportRowBean> rows)