|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzugvis.TextVis.Steuerleiste
public class TextVis.Steuerleiste
Defines labels and output panel
Method Summary | |
---|---|
void |
actionPerformed(java.util.Date fromDate,
java.util.Date toDate,
int direction)
Calls searchForTrains for the current intervall and sets JLabels correctly |
java.lang.String |
fillup(java.lang.String Zugbezeichnung,
int x)
defines working format |
java.lang.String |
searchForTrains(java.util.GregorianCalendar fromDateCalendar,
java.lang.String SelectedfromDateString,
int direction)
search the database and displays found items |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void actionPerformed(java.util.Date fromDate, java.util.Date toDate, int direction)
fromDate
- the fromDate specified by JDateChoosertoDate
- the toDate specified by JDateCHooserdirection
- indicator for the current selected directionpublic java.lang.String searchForTrains(java.util.GregorianCalendar fromDateCalendar, java.lang.String SelectedfromDateString, int direction)
fromDateCalendar
- current selected DateSelectedfromDateString
- used for output on JPaneldirection
- indicator for the current direction
public java.lang.String fillup(java.lang.String Zugbezeichnung, int x)
Zugbezeichnung
- current trainx
- desired length for the string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |