com.stimulsoft.webdesigner
Class StiWebDesignerOptions.FileMenuOptions

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerOptions.FileMenuOptions
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.FileMenuOptions
extends java.lang.Object


Constructor Summary
StiWebDesignerOptions.FileMenuOptions()
           
 
Method Summary
 boolean isShowAbout()
          Gets or sets a visibility of the About item in the file menu.
 boolean isShowClose()
          Gets or sets a visibility of the Close item in the file menu.
 boolean isShowExit()
          Gets or sets a visibility of the Exit item in the file menu.
 boolean isShowHelp()
          Gets or sets a visibility of the Help item in the file menu.
 boolean isShowInfo()
          Gets or sets a visibility of the Info item in the file menu.
 boolean isShowNew()
          Gets or sets a visibility of the New item in the file menu.
 boolean isShowOpen()
          Gets or sets a visibility of the Open Report item in the file menu.
 boolean isShowOptions()
          Gets or sets a visibility of the Options item in the file menu.
 boolean isShowReportSetup()
          Gets or sets a visibility of the Report Setup item in the file menu.
 boolean isShowSave()
          Gets or sets a visibility of the Save Report item in the file menu.
 boolean isShowSaveAs()
          Gets or sets a visibility of the Save Report As item in the file menu.
 boolean isVisible()
          Gets or sets a visibility of the file menu of the designer.
 void setShowAbout(boolean showAbout)
          Gets or sets a visibility of the About item in the file menu.
 void setShowClose(boolean showClose)
          Gets or sets a visibility of the Close item in the file menu.
 void setShowExit(boolean showExit)
          Gets or sets a visibility of the Exit item in the file menu.
 void setShowHelp(boolean showHelp)
          Gets or sets a visibility of the Help item in the file menu.
 void setShowInfo(boolean showInfo)
          Gets or sets a visibility of the Info item in the file menu.
 void setShowNew(boolean showNew)
          Gets or sets a visibility of the New item in the file menu.
 void setShowOpen(boolean showOpen)
          Gets or sets a visibility of the Open Report item in the file menu.
 void setShowOptions(boolean showOptions)
          Gets or sets a visibility of the Options item in the file menu.
 void setShowReportSetup(boolean showReportSetup)
          Gets or sets a visibility of the Report Setup item in the file menu.
 void setShowSave(boolean showSave)
          Gets or sets a visibility of the Save Report item in the file menu.
 void setShowSaveAs(boolean showSaveAs)
          Gets or sets a visibility of the Save Report As item in the file menu.
 void setVisible(boolean visible)
          Gets or sets a visibility of the file menu of the designer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerOptions.FileMenuOptions

public StiWebDesignerOptions.FileMenuOptions()
Method Detail

isVisible

public boolean isVisible()
Gets or sets a visibility of the file menu of the designer.

Returns:
the visible

setVisible

public void setVisible(boolean visible)
Gets or sets a visibility of the file menu of the designer.

Parameters:
visible - the visible to set

isShowNew

public boolean isShowNew()
Gets or sets a visibility of the New item in the file menu.

Returns:
the showNew

setShowNew

public void setShowNew(boolean showNew)
Gets or sets a visibility of the New item in the file menu.

Parameters:
showNew - the showNew to set

isShowOpen

public boolean isShowOpen()
Gets or sets a visibility of the Open Report item in the file menu.

Returns:
the showOpen

setShowOpen

public void setShowOpen(boolean showOpen)
Gets or sets a visibility of the Open Report item in the file menu.

Parameters:
showOpen - the showOpen to set

isShowSave

public boolean isShowSave()
Gets or sets a visibility of the Save Report item in the file menu.

Returns:
the showSave

setShowSave

public void setShowSave(boolean showSave)
Gets or sets a visibility of the Save Report item in the file menu.

Parameters:
showSave - the showSave to set

isShowSaveAs

public boolean isShowSaveAs()
Gets or sets a visibility of the Save Report As item in the file menu.

Returns:
the showSaveAs

setShowSaveAs

public void setShowSaveAs(boolean showSaveAs)
Gets or sets a visibility of the Save Report As item in the file menu.

Parameters:
showSaveAs - the showSaveAs to set

isShowClose

public boolean isShowClose()
Gets or sets a visibility of the Close item in the file menu.

Returns:
the showClose

setShowClose

public void setShowClose(boolean showClose)
Gets or sets a visibility of the Close item in the file menu.

Parameters:
showClose - the showClose to set

isShowExit

public boolean isShowExit()
Gets or sets a visibility of the Exit item in the file menu.

Returns:
the showExit

setShowExit

public void setShowExit(boolean showExit)
Gets or sets a visibility of the Exit item in the file menu.

Parameters:
showExit - the showExit to set

isShowReportSetup

public boolean isShowReportSetup()
Gets or sets a visibility of the Report Setup item in the file menu.

Returns:
the showReportSetup

setShowReportSetup

public void setShowReportSetup(boolean showReportSetup)
Gets or sets a visibility of the Report Setup item in the file menu.

Parameters:
showReportSetup - the showReportSetup to set

isShowOptions

public boolean isShowOptions()
Gets or sets a visibility of the Options item in the file menu.

Returns:
the showOptions

setShowOptions

public void setShowOptions(boolean showOptions)
Gets or sets a visibility of the Options item in the file menu.

Parameters:
showOptions - the showOptions to set

isShowInfo

public boolean isShowInfo()
Gets or sets a visibility of the Info item in the file menu.

Returns:
the showInfo

setShowInfo

public void setShowInfo(boolean showInfo)
Gets or sets a visibility of the Info item in the file menu.

Parameters:
showInfo - the showInfo to set

isShowAbout

public boolean isShowAbout()
Gets or sets a visibility of the About item in the file menu.

Returns:
the showAbout

setShowAbout

public void setShowAbout(boolean showAbout)
Gets or sets a visibility of the About item in the file menu.

Parameters:
showAbout - the showAbout to set

isShowHelp

public boolean isShowHelp()
Gets or sets a visibility of the Help item in the file menu.

Returns:
the showHelp

setShowHelp

public void setShowHelp(boolean showHelp)
Gets or sets a visibility of the Help item in the file menu.

Parameters:
showHelp - the showHelp to set