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<Integer> numAvailableMetrics()