Public Member Functions | |
| LogNavigationBar (LogEntryTable table) | |
| void | setEventHandler (ActionListener listener) |
| Override void | setEnabled (boolean enabled) |
| JButton | getSearchBtn () |
| JButton | getBeginBtn () |
| JButton | getEndBtn () |
| JButton | getPrevBtn () |
| JButton | getNextBtn () |
| JButton | getSelectedBtn () |
| Override void | actionPerformed (ActionEvent e) |
Private Member Functions | |
| void | initialize () |
Private Attributes | |
| JButton | beginBtn |
| JButton | endBtn |
| JButton | prevBtn |
| JButton | nextBtn |
| JButton | selectedBtn |
| JButton | searchBtn |
| LogEntryTable | table |
|
|
Constructor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initialize the GUI |
|
|
Enable/Disable all the control in the GUI than can cause the invalidation of the logs
|
|
|
Set the event handler for the search button
|
|
|
The button to jump at the beginning of the document |
|
|
The button to jump at the beginning of the document |
|
|
The button to jump to the next row |
|
|
The button to jump to the previous row |
|
|
The search button in the toolbar |
|
|
The button to jump to the selected row |
|
|
The table of logs |
1.3.8