public class ExamplePickerTree.ExampleMenuList extends Object
| Constructor and Description |
|---|
ExampleMenuList(String listName,
ExampleData[] entries)
Create an example menu list.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExampleData> |
getData() |
ExampleData |
getDefaultExample()
Get the default example for a group when a group node is selected.
|
ExampleData |
getExampleData(int row)
Get the data for a particular row.
|
String |
getListName() |
public ExampleMenuList(String listName, ExampleData[] entries)
listName - the readable(group) name for the listentries - the examples in this grouppublic String getListName()
public List<ExampleData> getData()
public ExampleData getExampleData(int row)
row - the row indexpublic ExampleData getDefaultExample()
Copyright © 2024. All rights reserved.