Basics
Guides
API Reference
Basics
Guides
API Reference
[13:7] extends: Parent
Wraps FXGL's TradeView (com.almasb.fxgl.trade.view.TradeView), a JavaFX Parent that combines two ShopViews into a tabbed UI (Sell / Buy) for trading between the player and an NPC shop.
TradeView (PlayerShopViewObj = null, NpcShopViewObj = null)
Creates a new TradeView. Pass null for the adopt path.
PlayerShopViewObj is a ShopView wrapper for the player.NpcShopViewObj is a ShopView wrapper for the NPC.adopt (object Ajo)
Wraps an existing TradeView AussomJavaObject.
Ajo is an AussomJavaObject around a TradeView.A new wrapper.getPlayerShopView ()
Returns the player ShopView AJO.
An AussomJavaObject around a ShopView.getNpcShopView ()
Returns the NPC ShopView AJO.
An AussomJavaObject around a ShopView.getTabPane ()
Returns the underlying TabPane AJO.
An AussomJavaObject around a TabPane.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.