Uses of Interface
org.adoptopenjdk.jitwatch.ui.report.IReportRowBean
-
-
Uses of IReportRowBean in org.adoptopenjdk.jitwatch.ui.report
Classes in org.adoptopenjdk.jitwatch.ui.report that implement IReportRowBean Modifier and Type Class Description classAbstractReportRowBeanFields in org.adoptopenjdk.jitwatch.ui.report with type parameters of type IReportRowBean Modifier and Type Field Description private 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 IReportRowBean Modifier and Type Class Description classEliminatedAllocationRowBeanMethods in org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation that return types with arguments of type IReportRowBean Modifier and Type Method Description static 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 IReportRowBean Modifier and Type Method Description static 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 IReportRowBean Modifier and Type Class Description classInliningRowBeanMethods in org.adoptopenjdk.jitwatch.ui.report.inlining that return types with arguments of type IReportRowBean Modifier and Type Method Description static 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 IReportRowBean Modifier and Type Method Description static 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 IReportRowBean Modifier and Type Class Description classOptimisedLockRowBeanMethods in org.adoptopenjdk.jitwatch.ui.report.locks that return types with arguments of type IReportRowBean Modifier and Type Method Description static 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 IReportRowBean Modifier and Type Method Description static 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 IReportRowBean Modifier and Type Class Description classSuggestionRowBeanMethods in org.adoptopenjdk.jitwatch.ui.report.suggestion that return types with arguments of type IReportRowBean Modifier and Type Method Description static 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 IReportRowBean Modifier and Type Method Description static javafx.scene.control.TableView<IReportRowBean>SuggestionRowBuilder. buildTable(javafx.collections.ObservableList<IReportRowBean> rows)
-