project35.mda.config
Class FileMenuConfiguration

java.lang.Object
  extended by project35.mda.config.PluginConfigurableComponent
      extended by project35.mda.config.FileMenuConfiguration

public class FileMenuConfiguration
extends PluginConfigurableComponent

holds configuration data about the File menu in a Project35 Dialog. This corresponds to the "file_menu" class found in the XML Schema for the Project35 Configuration Tool


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Constructor Summary
FileMenuConfiguration()
           
 
Method Summary
 void setShowClose(boolean showClose)
          Set the value of showClose.
 void setShowExit(boolean showExit)
          Set the value of showExit.
 void setShowExportFinalFormat(boolean showExportFinalFormat)
          Set the value of showExportFinalFormat.
 void setShowFavourites(boolean showFavourites)
          Set the value of showFavourites.
 void setShowImportFromXML(boolean showImportFromXML)
          Set the value of showImportFromXML.
 void setShowImportRecords(boolean showImportRecords)
          Set the value of showImportRecords.
 void setShowNewFile(boolean showNewFile)
          Set the value of showNewFile.
 void setShowOpenFile(boolean showOpenFile)
          Set the value of showOpenFile.
 void setShowSaveAsFile(boolean showSaveAsFile)
          Set the value of showSaveAsFile.
 void setShowSaveFile(boolean showSaveFile)
          Set the value of showSaveFile.
 void setShowSpreadSheetOptions(boolean showSpreadSheetOptions)
          Set the value of showSpreadSheetOptions.
 void setShowTemplates(boolean showTemplates)
          Set the value of showTemplates.
 boolean showClose()
          Get the value of showClose.
 boolean showExit()
          Get the value of showExit.
 boolean showExportFinalFormat()
          Get the value of showExportFinalFormat.
 boolean showFavourites()
          Get the value of showFavourites.
 boolean showImportFromXML()
          Get the value of showImportFromXML.
 boolean showImportRecords()
          Get the value of showImportRecords.
 boolean showNewFile()
          Get the value of showNewFile.
 boolean showOpenFile()
          Get the value of showOpenFile.
 boolean showSaveAsFile()
          Get the value of showSaveAsFile.
 boolean showSaveFile()
          Get the value of showSaveFile.
 boolean showSpreadSheetOptions()
          Get the value of showSpreadSheetOptions.
 boolean showTemplates()
          Get the value of showTemplates.
 
Methods inherited from class project35.mda.config.PluginConfigurableComponent
addPluginConfiguration, getPluginConfigurations, setPluginConfigurations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileMenuConfiguration

public FileMenuConfiguration()
Method Detail

showNewFile

public boolean showNewFile()
Get the value of showNewFile.

Returns:
value of showNewFile.

showOpenFile

public boolean showOpenFile()
Get the value of showOpenFile.

Returns:
value of showOpenFile.

showSpreadSheetOptions

public boolean showSpreadSheetOptions()
Get the value of showSpreadSheetOptions.

Returns:
value of showSpreadSheetOptions.

showFavourites

public boolean showFavourites()
Get the value of showFavourites.

Returns:
value of showFavourites.

showSaveFile

public boolean showSaveFile()
Get the value of showSaveFile.

Returns:
value of showSaveFile.

showSaveAsFile

public boolean showSaveAsFile()
Get the value of showSaveAsFile.

Returns:
value of showSaveAsFile.

showClose

public boolean showClose()
Get the value of showClose.

Returns:
value of showClose.

showImportRecords

public boolean showImportRecords()
Get the value of showImportRecords.

Returns:
value of showImportRecords.

showImportFromXML

public boolean showImportFromXML()
Get the value of showImportFromXML.

Returns:
value of showImportFromXML.

showExportFinalFormat

public boolean showExportFinalFormat()
Get the value of showExportFinalFormat.

Returns:
value of showExportFinalFormat.

showTemplates

public boolean showTemplates()
Get the value of showTemplates.

Returns:
value of showTemplates.

showExit

public boolean showExit()
Get the value of showExit.

Returns:
value of showExit.

setShowNewFile

public void setShowNewFile(boolean showNewFile)
Set the value of showNewFile.

Parameters:
showNewFile - Value to assign to showNewFile.

setShowFavourites

public void setShowFavourites(boolean showFavourites)
Set the value of showFavourites.

Parameters:
showFavourites - Value to assign to showFavourites.

setShowSpreadSheetOptions

public void setShowSpreadSheetOptions(boolean showSpreadSheetOptions)
Set the value of showSpreadSheetOptions.

Parameters:
showSpreadSheetOptions - Value to assign to showSpreadSheetOptions.

setShowOpenFile

public void setShowOpenFile(boolean showOpenFile)
Set the value of showOpenFile.

Parameters:
showOpenFile - Value to assign to showOpenFile.

setShowSaveFile

public void setShowSaveFile(boolean showSaveFile)
Set the value of showSaveFile.

Parameters:
showSaveFile - Value to assign to showSaveFile.

setShowSaveAsFile

public void setShowSaveAsFile(boolean showSaveAsFile)
Set the value of showSaveAsFile.

Parameters:
showSaveAsFile - Value to assign to showSaveAsFile.

setShowClose

public void setShowClose(boolean showClose)
Set the value of showClose.

Parameters:
showClose - Value to assign to showClose.

setShowImportRecords

public void setShowImportRecords(boolean showImportRecords)
Set the value of showImportRecords.

Parameters:
showImportRecords - Value to assign to showImportRecords.

setShowImportFromXML

public void setShowImportFromXML(boolean showImportFromXML)
Set the value of showImportFromXML.

Parameters:
showImportFromXML - Value to assign to showImportFromXML.

setShowExportFinalFormat

public void setShowExportFinalFormat(boolean showExportFinalFormat)
Set the value of showExportFinalFormat.

Parameters:
showExportFinalFormat - Value to assign to showExportFinalFormat.

setShowTemplates

public void setShowTemplates(boolean showTemplates)
Set the value of showTemplates.

Parameters:
showTemplates - Value to assign to showTemplates.

setShowExit

public void setShowExit(boolean showExit)
Set the value of showExit.

Parameters:
showExit - Value to assign to showExit.