com.stimulsoft.report.options
Class DesignerOptions.Toolbars.StandardToolbar

java.lang.Object
  extended by com.stimulsoft.report.options.DesignerOptions.Toolbars.StandardToolbar
Enclosing class:
DesignerOptions.Toolbars

public static class DesignerOptions.Toolbars.StandardToolbar
extends java.lang.Object


Constructor Summary
DesignerOptions.Toolbars.StandardToolbar()
           
 
Method Summary
static boolean getShowAlignToGrid()
           
static boolean getShowClose()
           
static boolean getShowCopy()
           
static boolean getShowCut()
           
static boolean getShowDelete()
           
static boolean getShowFormNew()
           
static boolean getShowPageDelete()
           
static boolean getShowPageNew()
           
static boolean getShowPageSetup()
           
static boolean getShowPaste()
           
static boolean getShowQuickInfo()
           
static boolean getShowRedo()
           
static boolean getShowReportNew()
           
static boolean getShowReportOpen()
           
static boolean getShowReportPreview()
           
static boolean getShowReportSave()
           
static boolean getShowSelectAll()
           
static boolean getShowShowGrid()
           
static boolean getShowShowHeaders()
           
static boolean getShowShowOrder()
           
static boolean getShowShowRulers()
           
static boolean getShowUndo()
           
static boolean getShowZoom()
           
static void setShowAlignToGrid(boolean value)
           
static void setShowClose(boolean value)
           
static void setShowCopy(boolean value)
           
static void setShowCut(boolean value)
           
static void setShowDelete(boolean value)
           
static void setShowFormNew(boolean value)
           
static void setShowPageDelete(boolean value)
           
static void setShowPageNew(boolean value)
           
static void setShowPageSetup(boolean value)
           
static void setShowPaste(boolean value)
           
static void setShowQuickInfo(boolean value)
           
static void setShowRedo(boolean value)
           
static void setShowReportNew(boolean value)
           
static void setShowReportOpen(boolean value)
           
static void setShowReportPreview(boolean value)
           
static void setShowReportSave(boolean value)
           
static void setShowSelectAll(boolean value)
           
static void setShowShowGrid(boolean value)
           
static void setShowShowHeaders(boolean value)
           
static void setShowShowOrder(boolean value)
           
static void setShowShowRulers(boolean value)
           
static void setShowUndo(boolean value)
           
static void setShowZoom(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerOptions.Toolbars.StandardToolbar

public DesignerOptions.Toolbars.StandardToolbar()
Method Detail

getShowReportNew

public static boolean getShowReportNew()

setShowReportNew

public static void setShowReportNew(boolean value)

getShowPageNew

public static boolean getShowPageNew()

setShowPageNew

public static void setShowPageNew(boolean value)

getShowFormNew

public static boolean getShowFormNew()

setShowFormNew

public static void setShowFormNew(boolean value)

getShowReportOpen

public static boolean getShowReportOpen()

setShowReportOpen

public static void setShowReportOpen(boolean value)

getShowReportSave

public static boolean getShowReportSave()

setShowReportSave

public static void setShowReportSave(boolean value)

getShowPageDelete

public static boolean getShowPageDelete()

setShowPageDelete

public static void setShowPageDelete(boolean value)

getShowReportPreview

public static boolean getShowReportPreview()

setShowReportPreview

public static void setShowReportPreview(boolean value)

getShowPageSetup

public static boolean getShowPageSetup()

setShowPageSetup

public static void setShowPageSetup(boolean value)

getShowUndo

public static boolean getShowUndo()

setShowUndo

public static void setShowUndo(boolean value)

getShowRedo

public static boolean getShowRedo()

setShowRedo

public static void setShowRedo(boolean value)

getShowCut

public static boolean getShowCut()

setShowCut

public static void setShowCut(boolean value)

getShowCopy

public static boolean getShowCopy()

setShowCopy

public static void setShowCopy(boolean value)

getShowPaste

public static boolean getShowPaste()

setShowPaste

public static void setShowPaste(boolean value)

getShowDelete

public static boolean getShowDelete()

setShowDelete

public static void setShowDelete(boolean value)

getShowSelectAll

public static boolean getShowSelectAll()

setShowSelectAll

public static void setShowSelectAll(boolean value)

getShowShowGrid

public static boolean getShowShowGrid()

setShowShowGrid

public static void setShowShowGrid(boolean value)

getShowAlignToGrid

public static boolean getShowAlignToGrid()

setShowAlignToGrid

public static void setShowAlignToGrid(boolean value)

getShowShowHeaders

public static boolean getShowShowHeaders()

setShowShowHeaders

public static void setShowShowHeaders(boolean value)

getShowShowRulers

public static boolean getShowShowRulers()

setShowShowRulers

public static void setShowShowRulers(boolean value)

getShowShowOrder

public static boolean getShowShowOrder()

setShowShowOrder

public static void setShowShowOrder(boolean value)

getShowQuickInfo

public static boolean getShowQuickInfo()

setShowQuickInfo

public static void setShowQuickInfo(boolean value)

getShowZoom

public static boolean getShowZoom()

setShowZoom

public static void setShowZoom(boolean value)

getShowClose

public static boolean getShowClose()

setShowClose

public static void setShowClose(boolean value)