|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lyra.Interface.StatisticsAndFunctionsDialog.Interact
private class StatisticsAndFunctionsDialog.Interact
Provides a separation of code and interface. This specific instance contains elements necessary to establish the state.
Field Summary | |
---|---|
private java.lang.Integer |
nColumns
|
private java.text.NumberFormat |
nFormat
|
Constructor Summary | |
---|---|
StatisticsAndFunctionsDialog.Interact()
Stub Constructor. |
Method Summary | |
---|---|
int |
fetchColumns()
In order to reserve space for the written elements, we establish the amount of columns the element will take. |
private java.lang.String |
formatElapsed(java.lang.String time)
Format a string based on a large number that needs to be split into the individual components. |
private java.lang.String |
formatEpoch(java.lang.String epoch)
Will take an Epoch date and transform it into a human readable format. |
void |
setState()
Establishes the base information components used for the dialog itself. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.text.NumberFormat nFormat
private java.lang.Integer nColumns
Constructor Detail |
---|
public StatisticsAndFunctionsDialog.Interact()
Method Detail |
---|
private java.lang.String formatElapsed(java.lang.String time)
time
- String containing elapsed time.
private java.lang.String formatEpoch(java.lang.String epoch)
epoch
- String containing the epoch time in seconds.
public int fetchColumns()
public void setState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |