logbook.gui.frontEnd.toolbar
Class LogBookToolBarController
java.lang.Object
logbook.gui.frontEnd.toolbar.LogBookToolBarController
public class LogBookToolBarController
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogBookToolBarController
public LogBookToolBarController(javax.swing.JFrame frame,
LogBookController logBookController)
- Parameters:
frame - logBookController -
getFrame
public javax.swing.JFrame getFrame()
buildToolBar
public void buildToolBar()
enableButtonsThatRequireAnOpenFile
public void enableButtonsThatRequireAnOpenFile(boolean enable)
- Parameters:
enable -
enableButtonsThatRequireSelectedRecord
public void enableButtonsThatRequireSelectedRecord(boolean enable)
- Enables buttons(add/edit/delete, ?etc.) whose operation require a table record
entry to be selected (highlighted by the long blue cursor)
- Parameters:
enable -
Copyright © JFlightLog GNU