Interface FxToolEditor

All Superinterfaces:
FxUnitEditor

public interface FxToolEditor extends FxUnitEditor
  • Method Details

    • closeConnections

      void closeConnections()
    • getUnit

      AbstractUnit getUnit()
      Specified by:
      getUnit in interface FxUnitEditor
    • 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()