|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlogbook.gui.frontEnd.menu.fileMenu.FileMenuDelegate
public class FileMenuDelegate
Handles file-type events coming from listeners
| Constructor Summary | |
|---|---|
FileMenuDelegate()
|
|
| Method Summary | |
|---|---|
static void |
fileClose()
Handles closing the currently active logbook |
static void |
fileExitApplication()
Handles event to exit the application! |
static void |
fileNew()
Creates a new file(logbook) |
static void |
fileOpen()
Displays an awt(native fast) file dialog to open a ".lbk" logbook file(serialized java object) -- for now :) Maybe it would be better to save it as xml or sql |
static void |
fileSave()
Displays an awt(native fast) file dialog to save the current ".lbk" logbook file the user has active |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileMenuDelegate()
| Method Detail |
|---|
public static void fileNew()
public static void fileOpen()
public static void fileClose()
public static void fileSave()
public static void fileExitApplication()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||