Public Member Functions

alma.acs.logging.dialogs.main.LogNavigationBar Class Reference

Inherits javax::swing::JToolBar, and java::awt::event::ActionListener.

List of all members.

Public Member Functions

 LogNavigationBar (LogEntryTable table)
void setEventHandler (ActionListener listener)
void setEnabled (boolean enabled)
JButton getSearchBtn ()
JButton getBeginBtn ()
JButton getEndBtn ()
JButton getPrevBtn ()
JButton getNextBtn ()
JButton getSelectedBtn ()
void actionPerformed (ActionEvent e)

Detailed Description

The toolbar with the controls to navigate through the logs in the table.

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.logging.dialogs.main.LogNavigationBar.LogNavigationBar ( LogEntryTable  table  ) 

Constructor


Member Function Documentation

void alma.acs.logging.dialogs.main.LogNavigationBar.actionPerformed ( ActionEvent  e  ) 
JButton alma.acs.logging.dialogs.main.LogNavigationBar.getBeginBtn (  ) 
Returns:
the beginBtn
JButton alma.acs.logging.dialogs.main.LogNavigationBar.getEndBtn (  ) 
Returns:
the endBtn
JButton alma.acs.logging.dialogs.main.LogNavigationBar.getNextBtn (  ) 
Returns:
the nextBtn
JButton alma.acs.logging.dialogs.main.LogNavigationBar.getPrevBtn (  ) 
Returns:
the prevBtn
JButton alma.acs.logging.dialogs.main.LogNavigationBar.getSearchBtn (  ) 
Returns:
The search button
JButton alma.acs.logging.dialogs.main.LogNavigationBar.getSelectedBtn (  ) 
Returns:
the selectedBtn
void alma.acs.logging.dialogs.main.LogNavigationBar.setEnabled ( boolean  enabled  ) 

Enable/Disable all the control in the GUI than can cause the invalidation of the logs

Parameters:
enabled If true the controls are enabled

Referenced by com.cosylab.logging.LoggingClient.errorAcknowledged(), com.cosylab.logging.LoggingClient.setEnabled(), and com.cosylab.logging.LoggingClient.showErrorMessage().

void alma.acs.logging.dialogs.main.LogNavigationBar.setEventHandler ( ActionListener  listener  ) 

Set the event handler for the search button

Parameters:
listener The action listener

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties