Basics
Guides
API Reference
Basics
Guides
API Reference
[15:7] extends: Pane
Wraps FXGL's ShopView (com.almasb.fxgl.trade.view.ShopView), a JavaFX Pane that renders a Shop. Shows the shop's items in a TradeListView and the money balance bound to a Text label. Drop straight into a JavaFX layout via .obj.
ShopView (ShopObj = null, int Width = 400, int Height = 600)
Creates a new ShopView at the given size. Pass null for the adopt path.
ShopObj is a Shop wrapper.Width is the view width in pixels.Height is the view height in pixels.adopt (object Ajo)
Wraps an existing ShopView AussomJavaObject.
Ajo is an AussomJavaObject around a ShopView.A new wrapper.getShop ()
Returns the underlying Shop AJO.
An AussomJavaObject around a Shop.getListView ()
Returns the underlying TradeListView AJO.
An AussomJavaObject around a TradeListView.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.