Basics
Guides
API Reference
Basics
Guides
API Reference
[15:7] extends: ListView
Wraps FXGL's TradeListView (com.almasb.fxgl.trade.view.TradeListView), a JavaFX ListView pre-styled with the fxgl-trade-list-view stylesheet and bound to an ObservableList of TradeItems. Each row renders the item name, quantity, and buy price.
TradeListView (ItemsList = null)
Creates a new TradeListView bound to the given ObservableList. Pass null for the adopt path.
ItemsList is an AussomJavaObject around an ObservableList<TradeItem<*>>.adopt (object Ajo)
Wraps an existing TradeListView AussomJavaObject.
Ajo is an AussomJavaObject around a TradeListView.A new wrapper.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.