Public Member Functions | |
ProjectExplorerPopupMenu (File[] xfiles) | |
Private Attributes | |
File[] | files |
File | directory |
Definition at line 705 of file ProjectExplorerTable.java.
|
Builds the popup menu, but doesn't show it; use show(...) to do that.
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:
|
directory where to export by default Definition at line 715 of file ProjectExplorerTable.java. |
|
files to export Definition at line 710 of file ProjectExplorerTable.java. |