Package com.wisecoders.dbs.diagram.model
Interface FxToolEditor
- All Superinterfaces:
FxUnitEditor
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanConfirm the close of editorvoidvoidvoidcom.wisecoders.dbs.sys.fx.glyph.GlyphgetGlyph()getUnit()voidprocessTick(boolean isSecondsTick, int tickId) voidbooleanSaves the unit data and layout to modelvoidsetEditorVisibleInParentTabPane(boolean visible) Methods inherited from interface com.wisecoders.dbs.diagram.model.FxUnitEditor
getWorkspace
-
Method Details
-
closeConnections
void closeConnections() -
getUnit
AbstractUnit getUnit()- Specified by:
getUnitin 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()
-