Classes | Public Member Functions

alma.acs.logging.table.TablePopupMenu Class Reference

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

List of all members.

Classes

class  CustomFileChooser
class  TextTransfer

Public Member Functions

 TablePopupMenu (LoggingClient logCli, LogEntryTable table)
void actionPerformed (ActionEvent e)
void show (Component invoker, int x, int y, int row, String txt)

Detailed Description

The JPopupMenu displayed when the user presses the right mouse button over a row of the table

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.logging.table.TablePopupMenu.TablePopupMenu ( LoggingClient  logCli,
LogEntryTable  table 
)

Constructor

Parameters:
row The row below the mouse pointer
col The col below he pointer
text The text below the pointer
logCli The LoggingClient

References alma.acs.logging.table.LogEntryTable.getLCModel().


Member Function Documentation

void alma.acs.logging.table.TablePopupMenu.actionPerformed ( ActionEvent  e  ) 
void alma.acs.logging.table.TablePopupMenu.show ( Component  invoker,
int  x,
int  y,
int  row,
String  txt 
)

Show the popup menu

Parameters:
invoker the component in whose space the popup menu is to appear
x the x coordinate in invoker's coordinate space at which the popup menu is to be displayed
y the y coordinate in invoker's coordinate space at which the popup menu is to be displayed
row The row below the pointer
col The col below the pointer
txt The text below the pointer

References com.cosylab.logging.engine.log.ILogEntry.getField(), alma.acs.logging.table.LogEntryTableModelBase.getVisibleLogEntry(), com.cosylab.logging.LoggingClient.getZoomManager(), and alma.acs.logging.archive.zoom.ZoomManager.isAvailable().


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