Package com.wisecoders.dbs.schema
Class Expose
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
Container for the parameters used to generate the HTML5 and PDF documentation.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
final File
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
final Project
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(String key, boolean defaultValue) com.wisecoders.dbs.dbms.DbmsDef
getDbms()
int
com.wisecoders.dbs.diagram.fx.notation.Notation
boolean
void
setNotation
(com.wisecoders.dbs.diagram.fx.notation.Notation notation) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
TOC
- See Also:
-
IMAGE
- See Also:
-
IMAGE_TOOLTIPS
- See Also:
-
TEXT
- See Also:
-
ALL_COLUMNS
- See Also:
-
INDEXES
- See Also:
-
FOREIGN_KEYS
- See Also:
-
FUNCTIONS
- See Also:
-
TRIGGERS
- See Also:
-
SQL_CODE
- See Also:
-
SEQUENCES
- See Also:
-
USER_DATA_TYPE
- See Also:
-
VIEW_QUERY
- See Also:
-
DARK_THEME
- See Also:
-
SEPARATE_SVG_FILE
- See Also:
-
UNICODE
- See Also:
-
TITLE
- See Also:
-
USE_HREF
- See Also:
-
TABLE_HEADER_FONT_NAME
- See Also:
-
TABLE_HEADER_FONT_SIZE
- See Also:
-
TABLE_HEADER_FONT_WEIGHT
- See Also:
-
FONT_NAME
- See Also:
-
FONT_SIZE
- See Also:
-
DATA_TYPE_FONT_SIZE
- See Also:
-
CALLOUT_FONT_NAME
- See Also:
-
CALLOUT_FONT_SIZE
- See Also:
-
PAGE_SIZE
- See Also:
-
LANDSCAPE
- See Also:
-
project
-
layouts
-
file
-
-
Constructor Details
-
Expose
-
Expose
-
-
Method Details
-
setNotation
public void setNotation(com.wisecoders.dbs.diagram.fx.notation.Notation notation) -
getNotation
public com.wisecoders.dbs.diagram.fx.notation.Notation getNotation() -
getString
-
getString
-
getInt
-
is
-
getBoolean
-
getDbms
public com.wisecoders.dbs.dbms.DbmsDef getDbms()
-