project35.mda.config
Class ViewMenuConfiguration

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

public class ViewMenuConfiguration
extends PluginConfigurableComponent

holds configuration data about the View menu in a Project35 Dialog. This corresponds to the "view_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
ViewMenuConfiguration()
           
 
Method Summary
 void setShowChanges(boolean showChanges)
          Set the value of showChanges.
 void setShowClear(boolean showClear)
          Set the value of showClear.
 void setShowDependencies(boolean showDependencies)
          Set the value of showDependencies.
 void setShowErrors(boolean showErrors)
          Set the value of showErrors.
 void setShowSearch(boolean showSearch)
          Set the value of showSearch.
 boolean showChanges()
          Get the value of showChanges.
 boolean showClear()
          Get the value of showClear.
 boolean showDependencies()
          Get the value of showDependencies.
 boolean showErrors()
          Get the value of showErrors.
 boolean showSearch()
          Get the value of showSearch.
 
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

ViewMenuConfiguration

public ViewMenuConfiguration()
Method Detail

setShowErrors

public void setShowErrors(boolean showErrors)
Set the value of showErrors.

Parameters:
showErrors - Value to assign to showErrors.

setShowDependencies

public void setShowDependencies(boolean showDependencies)
Set the value of showDependencies.

Parameters:
showDependencies - Value to assign to showDependencies.

setShowChanges

public void setShowChanges(boolean showChanges)
Set the value of showChanges.

Parameters:
showChanges - Value to assign to showChanges.

setShowSearch

public void setShowSearch(boolean showSearch)
Set the value of showSearch.

Parameters:
showSearch - Value to assign to showSearch.

setShowClear

public void setShowClear(boolean showClear)
Set the value of showClear.

Parameters:
showClear - Value to assign to showClear.

showErrors

public boolean showErrors()
Get the value of showErrors.

Returns:
value of showErrors.

showDependencies

public boolean showDependencies()
Get the value of showDependencies.

Returns:
value of showDependencies.

showChanges

public boolean showChanges()
Get the value of showChanges.

Returns:
value of showChanges.

showSearch

public boolean showSearch()
Get the value of showSearch.

Returns:
value of showSearch.

showClear

public boolean showClear()
Get the value of showClear.

Returns:
value of showClear.