Package com.wisecoders.dbs.diagram.model
Interface FxToolEditor
- All Superinterfaces:
FxUnitEditor
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Confirm the close of editorvoid
void
void
com.wisecoders.dbs.sys.fx.glyph.Glyph
getGlyph()
getUnit()
void
processTick
(boolean isSecondsTick, int tickId) void
boolean
Saves the unit data and layout to modelvoid
setEditorVisibleInParentTabPane
(boolean visible) Methods inherited from interface com.wisecoders.dbs.diagram.model.FxUnitEditor
getWorkspace
-
Method Details
-
closeConnections
void closeConnections() -
getUnit
AbstractUnit getUnit()- Specified by:
getUnit
in interfaceFxUnitEditor
-
getEditorName
String getEditorName() -
editorClosing
void editorClosing() -
canCloseEditor
boolean canCloseEditor()Confirm the close of editor- Returns:
- true if the editor can be closed
-
saveDataAndLayout
boolean saveDataAndLayout()Saves the unit data and layout to model- Returns:
- true if success
-
getGlyph
com.wisecoders.dbs.sys.fx.glyph.Glyph getGlyph() -
getSymbolicIcon
String getSymbolicIcon() -
processTick
void processTick(boolean isSecondsTick, int tickId) -
canCloneEditor
boolean canCloneEditor() -
cloneEditor
void cloneEditor() -
setEditorVisibleInParentTabPane
void setEditorVisibleInParentTabPane(boolean visible) -
refreshAndReconnect
void refreshAndReconnect()
-