public class DefaultSetting
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DefaultSetting.Key
One of the keys which can be set in
SwingReportViewer.setDefaultSetting(DefaultSetting.Key, DefaultSetting) |
Modifier and Type | Field and Description |
---|---|
static DefaultSetting.Key |
DEFAULT_DRILLDOWN_ENABLED
Key for the viewer's default of whether to allow drill downs
|
static DefaultSetting.Key |
DEFAULT_VIEW_MODE
Key for the viewer's default view mode
|
static DefaultSetting.Key |
DEFAULT_ZOOM
Key for the viewer's default zoom level
|
static DefaultSetting |
VALUE_DRILLDOWN_DISABLED
Value belonging to DEFAULT_ZOOM: zoom to 100%
|
static DefaultSetting |
VALUE_DRILLDOWN_ENABLED
Value belonging to DEFAULT_DRILLDOWN_ENABLED: enabled
|
static DefaultSetting |
VALUE_VIEW_MODE_DOUBLE_PAGE
Value belonging to DEFAULT_VIEW_MODE: show two pages at a time
|
static DefaultSetting |
VALUE_VIEW_MODE_DOUBLE_PAGE_CONTINUOUS
Value belonging to DEFAULT_VIEW_MODE: show pages as double column continuous stream
|
static DefaultSetting |
VALUE_VIEW_MODE_SINGLE_PAGE
Value belonging to DEFAULT_VIEW_MODE: show only one page at a time
|
static DefaultSetting |
VALUE_VIEW_MODE_SINGLE_PAGE_CONTINUOUS
Value belonging to DEFAULT_VIEW_MODE: show pages as single column continuous stream
|
static DefaultSetting |
VALUE_ZOOM_100_PERCENT
Value belonging to DEFAULT_ZOOM: zoom to 100%
|
static DefaultSetting |
VALUE_ZOOM_PAGE_HEIGHT
Value belonging to DEFAULT_ZOOM: zoom to page height
|
static DefaultSetting |
VALUE_ZOOM_PAGE_WIDTH
Value belonging to DEFAULT_ZOOM: zoom to page width
|
static DefaultSetting |
VALUE_ZOOM_WHOLE_PAGE
Value belonging to DEFAULT_ZOOM: zoom to full page
|
Modifier and Type | Method and Description |
---|---|
DefaultSetting.Key |
getKey()
Returns the key belonging to this value. only this key may be used when setting this value.
|
java.lang.String |
getName()
Returns the name of the key
|
public static final DefaultSetting.Key DEFAULT_VIEW_MODE
ReportView.setViewMode(int)
public static final DefaultSetting.Key DEFAULT_ZOOM
ReportView.setAutomaticZoomType(int)
public static final DefaultSetting.Key DEFAULT_DRILLDOWN_ENABLED
ReportView.setDrilldownEnabled(boolean)
public static final DefaultSetting VALUE_VIEW_MODE_SINGLE_PAGE
ReportView.VIEW_SINGLE_PAGE
public static final DefaultSetting VALUE_VIEW_MODE_DOUBLE_PAGE
ReportView.VIEW_DOUBLE_PAGE
public static final DefaultSetting VALUE_VIEW_MODE_SINGLE_PAGE_CONTINUOUS
ReportView.VIEW_SINGLE_CONTINUOUS
public static final DefaultSetting VALUE_VIEW_MODE_DOUBLE_PAGE_CONTINUOUS
ReportView.VIEW_DOUBLE_CONTINUOUS
public static final DefaultSetting VALUE_ZOOM_PAGE_WIDTH
ReportView.ZOOM_TO_PAGEWIDTH
public static final DefaultSetting VALUE_ZOOM_PAGE_HEIGHT
ReportView.ZOOM_TO_PAGEHEIGHT
public static final DefaultSetting VALUE_ZOOM_WHOLE_PAGE
ReportView.ZOOM_TO_FULLPAGE
public static final DefaultSetting VALUE_ZOOM_100_PERCENT
ReportView.ZOOM_MANUAL
public static final DefaultSetting VALUE_DRILLDOWN_ENABLED
public static final DefaultSetting VALUE_DRILLDOWN_DISABLED
ReportView.ZOOM_MANUAL
public DefaultSetting.Key getKey()
public java.lang.String getName()
Copyright © 1999-2020 by i-net software GmbH