Package | Description |
---|---|
org.fhaes.fhrecorder.util | |
org.fhaes.fhrecorder.view |
Modifier and Type | Method and Description |
---|---|
static CustomOptions.DataItem |
CustomOptions.DataItem.fromString(java.lang.String s) |
static CustomOptions.DataItem |
CustomOptions.DataItem.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomOptions.DataItem[] |
CustomOptions.DataItem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CustomOptions.DataItem> |
CustomOptions.getDataItems(int n)
Gets the items contained at the specified location.
|
Modifier and Type | Method and Description |
---|---|
private static int |
ColorBar.compileData(java.util.List<CustomOptions.DataItem> items,
YearSummary year)
Compiles the data to be displayed based on the data and options given.
|
Modifier and Type | Method and Description |
---|---|
private static int |
ColorBarGraph.compileData(java.util.List<CustomOptions.DataItem> items,
YearSummary year)
Compiles the appropriate data given the current options.
|
private static javax.swing.JScrollPane |
CustomizeDialog.makeList(javax.swing.TransferHandler handler,
java.util.List<CustomOptions.DataItem> items)
Creates the initial lists of DataItems.
|
private void |
CustomizeDialog.refreshData(javax.swing.JScrollPane pane,
java.util.List<CustomOptions.DataItem> items)
Refreshes the data in the lists.
|