Classes | Public Member Functions | Protected Member Functions

alma.acs.logging.table.LogEntryTable.ColumnMenu Class Reference

Inherits javax::swing::JPopupMenu.

List of all members.

Classes

class  MenuClicked

Public Member Functions

 ColumnMenu ()
void setColumnIndex (int index)
int getColumnIndex ()

Protected Member Functions

int findItem (Object source)

Detailed Description

Popup menu used to display the column options for the table. It is displayed when the user presses the right mouse button over the header of the table

Creation date: (1/25/02 11:16:28 AM)

Author:
: acaproni

Constructor & Destructor Documentation

alma.acs.logging.table.LogEntryTable.ColumnMenu.ColumnMenu (  ) 

Constructs new column popup menu.


Member Function Documentation

int alma.acs.logging.table.LogEntryTable.ColumnMenu.findItem ( Object  source  )  [protected]

Finds the index of the menu item that was clicked. This value is used internally to perform appropriate actions. Creation date: (1/25/02 11:35:04 AM)

Returns:
int
Parameters:
source java.lang.Object
int alma.acs.logging.table.LogEntryTable.ColumnMenu.getColumnIndex (  ) 
void alma.acs.logging.table.LogEntryTable.ColumnMenu.setColumnIndex ( int  index  ) 

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