com.stimulsoft.report.options
Class DesignerOptions.Editors.ImageEditor

java.lang.Object
  extended by com.stimulsoft.report.options.DesignerOptions.Editors.ImageEditor
Enclosing class:
DesignerOptions.Editors

public static final class DesignerOptions.Editors.ImageEditor
extends java.lang.Object


Constructor Summary
DesignerOptions.Editors.ImageEditor()
           
 
Method Summary
static boolean getShowDataColumnTabPage()
           
static boolean getShowFileTabPage()
           
static boolean getShowImageDataTabPage()
           
static boolean getShowImageTabPage()
           
static boolean getShowImageURLTabPage()
           
static void setShowDataColumnTabPage(boolean value)
           
static void setShowFileTabPage(boolean value)
           
static void setShowImageDataTabPage(boolean value)
           
static void setShowImageTabPage(boolean value)
           
static void setShowImageURLTabPage(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerOptions.Editors.ImageEditor

public DesignerOptions.Editors.ImageEditor()
Method Detail

getShowImageTabPage

public static boolean getShowImageTabPage()

setShowImageTabPage

public static void setShowImageTabPage(boolean value)

getShowDataColumnTabPage

public static boolean getShowDataColumnTabPage()

setShowDataColumnTabPage

public static void setShowDataColumnTabPage(boolean value)

getShowImageDataTabPage

public static boolean getShowImageDataTabPage()

setShowImageDataTabPage

public static void setShowImageDataTabPage(boolean value)

getShowImageURLTabPage

public static boolean getShowImageURLTabPage()

setShowImageURLTabPage

public static void setShowImageURLTabPage(boolean value)

getShowFileTabPage

public static boolean getShowFileTabPage()

setShowFileTabPage

public static void setShowFileTabPage(boolean value)