Definition at line 11 of file AssetPanel.java.
◆ AssetPanel()
| com.jscratch.ui.AssetPanel.AssetPanel |
( |
String | type, |
|
|
List< String > | assets ) |
◆ refreshList()
| void com.jscratch.ui.AssetPanel.refreshList |
( |
List< String > | assets | ) |
|
◆ updatePreview()
| void com.jscratch.ui.AssetPanel.updatePreview |
( |
String | filename | ) |
|
|
private |
◆ currentAssets
| List<String> com.jscratch.ui.AssetPanel.currentAssets |
|
private |
◆ list
| JList<String> com.jscratch.ui.AssetPanel.list = new JList<>(listModel) |
|
private |
◆ listModel
| DefaultListModel<String> com.jscratch.ui.AssetPanel.listModel = new DefaultListModel<>() |
|
private |
◆ previewLabel
| JLabel com.jscratch.ui.AssetPanel.previewLabel = new JLabel("No Preview", SwingConstants.CENTER) |
|
private |
◆ type
| String com.jscratch.ui.AssetPanel.type |
|
private |
The documentation for this class was generated from the following file: