java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector.NodeInspector
All Implemented Interfaces:
Inspector
Direct Known Subclasses:
UserTaskInspector, WebbpmServiceTaskInspector

public abstract class NodeInspector extends Object implements Inspector
Author:
Abdulin Ildar
  • Field Details

    • nameField

      protected javafx.scene.control.TextField nameField
    • taskNameLabel

      protected javafx.scene.control.Label taskNameLabel
  • Constructor Details

  • Method Details

    • getComponent

      public javafx.scene.Node getComponent()
      Specified by:
      getComponent in interface Inspector
    • getContent

      protected abstract javafx.scene.Node getContent()
    • applyLabelStyle

      protected void applyLabelStyle(javafx.scene.control.Label label)
      Применить стандартную ширину для label, чтобы все label были в ряд
    • applyEditorStyle

      protected void applyEditorStyle(javafx.scene.Node node)
    • getName

      public String getName()
      Specified by:
      getName in interface Inspector
    • dispose

      public void dispose()
      Specified by:
      dispose in interface Inspector
    • getContext

      public Object getContext()
      Specified by:
      getContext in interface Inspector