Class NodeInfoPanelController

    • Method Detail

      • setFocusNode

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

        public boolean isHideCommonAttributes()
      • setHideCommonAttributes

        public void setHideCommonAttributes​(boolean bool)
      • hideCommonAttributesProperty

        public org.reactfx.value.Var<java.lang.Boolean> hideCommonAttributesProperty()
      • 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