DbSchema
Toggle table of contents
9.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.diagram.model
/
FxToolEditor
Fx
Tool
Editor
interface
FxToolEditor
:
FxUnitEditor
Members
Properties
editor
Name
Link copied to clipboard
abstract
val
editorName
:
String
icon
Link copied to clipboard
abstract
val
icon
:
ERROR CLASS: Symbol not found for Icon
unit
Link copied to clipboard
abstract
override
val
unit
:
AbstractUnit
?
workspace
Link copied to clipboard
abstract
val
workspace
:
ERROR CLASS: Symbol not found for Workspace
Functions
can
Clone
Editor
Link copied to clipboard
abstract
fun
canCloneEditor
(
)
:
Boolean
can
Close
Editor
Link copied to clipboard
abstract
fun
canCloseEditor
(
)
:
Boolean
Confirm the close of editor
clone
Editor
Link copied to clipboard
abstract
fun
cloneEditor
(
)
close
Connections
Link copied to clipboard
abstract
fun
closeConnections
(
)
editor
Closing
Link copied to clipboard
abstract
fun
editorClosing
(
)
refresh
And
Reconnect
Link copied to clipboard
abstract
fun
refreshAndReconnect
(
)
save
Data
And
Layout
Link copied to clipboard
abstract
fun
saveDataAndLayout
(
)
:
Boolean
Saves the unit data and layout to model
set
Editor
Visible
In
Parent
Tab
Pane
Link copied to clipboard
abstract
fun
setEditorVisibleInParentTabPane
(
visible
:
Boolean
)