Package | Description |
---|---|
org.fhaes.fhrecorder.compare | |
org.fhaes.fhrecorder.model | |
org.fhaes.fhrecorder.view |
Modifier and Type | Method and Description |
---|---|
int |
CompareEventYears.compare(FHX2_Event t,
FHX2_Event t1)
Compares two events according to the year in which they occurred.
|
Modifier and Type | Method and Description |
---|---|
FHX2_Event |
FHX2_Sample.getEvent(int index)
Gets an event from the sample according to its index in the list.
|
FHX2_Event |
FHX2_FileRequiredPart.getEvent(int sampleIndex,
int eventIndex)
Gets an event of a specific sample.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FHX2_Event> |
FHX2_Sample.getEvents()
Gets an ArrayList of all events in the eventTable.
|
Modifier and Type | Method and Description |
---|---|
void |
FHX2_Sample.addEvent(FHX2_Event inEvent)
Adds an event to the sample.
|
void |
FHX2_FileRequiredPart.addEventToSample(int index,
FHX2_Event inEvent)
Adds an event to a specific sample.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<FHX2_Event> |
EventTable.events |
Modifier and Type | Method and Description |
---|---|
FHX2_Event |
EventTable.getEarliestEvent()
Gets the earliest event in the table
|
FHX2_Event |
EventTable.getEvent(int index)
Gets an event from the table based on the given index.
|
FHX2_Event |
EventTable.getLatestEvent()
Gets the latest event in the table
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FHX2_Event> |
EventTable.getEvents()
Returns the ArrayList of FHX2 Events.
|
Modifier and Type | Method and Description |
---|---|
void |
EventTable.addEvent(FHX2_Event event)
Used to load up events to the table, then redraws.
|