Class MetricPaneController

    • Constructor Detail

      • MetricPaneController

        public MetricPaneController​(DesignerRoot designerRoot)
    • Method Detail

      • beforeParentInit

        protected void beforeParentInit()
        Description copied from class: AbstractController
        Executed before the parent's initialization. Always executed once at the start of the initialization of this controller.
        Overrides:
        beforeParentInit in class AbstractController
      • setFocusNode

        public void setFocusNode​(net.sourceforge.pmd.lang.ast.Node node,
                                 DataHolder options)
        Displays info about a node. If null, the panels are reset.
        Specified by:
        setFocusNode in interface NodeSelectionSource
        Parameters:
        node - Node to inspect
        options -
      • numAvailableMetrics

        public org.reactfx.value.Val<java.lang.Integer> numAvailableMetrics()
      • getDebugName

        public java.lang.String getDebugName()
        Description copied from interface: ApplicationComponent
        A debug name for this component, used in developer mode to e.g. trace events handling paths.
        Specified by:
        getDebugName in interface ApplicationComponent