logbook.gui.frontEnd.menu.fileMenu
Class FileMenuDelegate

java.lang.Object
  extended by logbook.gui.frontEnd.menu.fileMenu.FileMenuDelegate

public class FileMenuDelegate
extends java.lang.Object

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

FileMenuDelegate

public FileMenuDelegate()
Method Detail

fileNew

public static void fileNew()
Creates a new file(logbook)


fileOpen

public 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


fileClose

public static void fileClose()
Handles closing the currently active logbook


fileSave

public static void fileSave()
Displays an awt(native fast) file dialog to save the current ".lbk" logbook file the user has active


fileExitApplication

public static void fileExitApplication()
Handles event to exit the application!



Copyright © Chris Riffle - GNU Public Licence