logbook.gui.frontEnd
Class LgBkConsoleController

java.lang.Object
  extended by logbook.gui.frontEnd.LgBkConsoleController

public class LgBkConsoleController
extends java.lang.Object


Method Summary
static void enableAllItemsRequiringRecordSelection(boolean enable)
          Sets all gui items enabled that require a record to be selected to enabled if in fact there exists a record in the table that is highlighted by the long blue cursor
static void enableAllItemsThatRequireAnOpenFile(boolean enabled)
           
static LgBkConsoleController getInstance()
          singleton
 javax.swing.JFrame getMainOuterFrame()
          TODO: CHANGE EVERYONE FROM USING THIS TO JUST GETTING IT FROM THE BUILDER!!!!!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LgBkConsoleController getInstance()
singleton

Parameters:
frontEndGui -

getMainOuterFrame

public javax.swing.JFrame getMainOuterFrame()
TODO: CHANGE EVERYONE FROM USING THIS TO JUST GETTING IT FROM THE BUILDER!!!!!

Returns:

enableAllItemsThatRequireAnOpenFile

public static void enableAllItemsThatRequireAnOpenFile(boolean enabled)
Parameters:
enabled -

enableAllItemsRequiringRecordSelection

public static void enableAllItemsRequiringRecordSelection(boolean enable)
Sets all gui items enabled that require a record to be selected to enabled if in fact there exists a record in the table that is highlighted by the long blue cursor

Parameters:
enable -


Copyright © Chris Riffle - GNU Public Licence