Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ikayaki.gui.ProjectExplorerTable.ProjectExplorerPopupMenu Class Reference

List of all members.

Public Member Functions

 ProjectExplorerPopupMenu (File[] xfiles)

Private Attributes

File[] files
File directory

Detailed Description

Shows popup menu with export choices: AF (.dat), Thellier (.tdt) and Thermal (.tdt), and for each, "to current directory", "to disk drive A:" and "...", which opens a standard file chooser for selecting dir and file to export to. Executes selected export command.

Definition at line 705 of file ProjectExplorerTable.java.


Constructor & Destructor Documentation

ikayaki.gui.ProjectExplorerTable.ProjectExplorerPopupMenu.ProjectExplorerPopupMenu File[]  xfiles  ) 
 

Builds the popup menu, but doesn't show it; use show(...) to do that.

Parameters:
xfiles file(s) to show export menu for.

Event A: On menu click - call project.exportToXXX(File) according to selected menu item; if false is returned, show error message.

Definition at line 722 of file ProjectExplorerTable.java.

References ikayaki.Project.getName(), and ikayaki.gui.null.

Here is the call graph for this function:


Member Data Documentation

File ikayaki.gui.ProjectExplorerTable.ProjectExplorerPopupMenu.directory [private]
 

directory where to export by default

Definition at line 715 of file ProjectExplorerTable.java.

File [] ikayaki.gui.ProjectExplorerTable.ProjectExplorerPopupMenu.files [private]
 

files to export

Definition at line 710 of file ProjectExplorerTable.java.


The documentation for this class was generated from the following file:
Generated on Fri May 6 16:01:09 2005 for Squid by  doxygen 1.4.1