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

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

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


Constructor Summary
DesignerOptions.Toolbars.StatusBar()
           
 
Method Summary
static boolean getShowComponentName()
           
static boolean getShowLocation()
           
static boolean getShowReportChecker()
           
static boolean getShowUnits()
           
static void setShowComponentName(boolean value)
           
static void setShowLocation(boolean value)
           
static void setShowReportChecker(boolean value)
           
static void setShowUnits(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerOptions.Toolbars.StatusBar

public DesignerOptions.Toolbars.StatusBar()
Method Detail

getShowUnits

public static boolean getShowUnits()

setShowUnits

public static void setShowUnits(boolean value)

getShowComponentName

public static boolean getShowComponentName()

setShowComponentName

public static void setShowComponentName(boolean value)

getShowLocation

public static boolean getShowLocation()

setShowLocation

public static void setShowLocation(boolean value)

getShowReportChecker

public static boolean getShowReportChecker()

setShowReportChecker

public static void setShowReportChecker(boolean value)