Class NodeDetailPaneController
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.app.AbstractController
-
- net.sourceforge.pmd.util.fxdesigner.NodeDetailPaneController
-
- All Implemented Interfaces:
javafx.fxml.Initializable
,ApplicationComponent
,NodeSelectionSource
,SettingsOwner
public class NodeDetailPaneController extends AbstractController implements NodeSelectionSource
The "Attributes" pane.- Author:
- Clément Fournier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sourceforge.pmd.util.fxdesigner.app.NodeSelectionSource
NodeSelectionSource.NodeSelectionEvent
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.pmd.util.fxdesigner.app.NodeSelectionSource
CARET_POSITION, SELECTION_RECOVERY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NodeDetailPaneController(DesignerRoot root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
beforeParentInit()
Executed before the parent's initialization.org.reactfx.value.Var<java.lang.Boolean>
hideCommonAttributesProperty()
boolean
isHideCommonAttributes()
void
setFocusNode(net.sourceforge.pmd.lang.ast.Node node, DataHolder options)
Updates the UI to react to a change in focus node.void
setHideCommonAttributes(boolean bool)
-
Methods inherited from class net.sourceforge.pmd.util.fxdesigner.app.AbstractController
afterChildrenInit, afterParentInit, getChildren, getChildrenSettingsNodes, getDesignerRoot, initialize, shutdown
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.util.fxdesigner.app.ApplicationComponent
getDebugName, getDesignerRoot, getGlobalLanguageVersion, getLogCategory, getLogger, getMainStage, getService, globalLanguageProperty, isDeveloperMode, languageBindingsProperty, logInternalDebugInfo, logInternalDebugInfo, logInternalException, logUserException, raiseParsableSourceFlag, raiseParsableXPathFlag
-
Methods inherited from interface net.sourceforge.pmd.util.fxdesigner.app.NodeSelectionSource
initNodeSelectionHandling
-
-
-
-
Constructor Detail
-
NodeDetailPaneController
protected NodeDetailPaneController(DesignerRoot root)
-
-
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 classAbstractController
-
setFocusNode
public void setFocusNode(net.sourceforge.pmd.lang.ast.Node node, DataHolder options)
Description copied from interface:NodeSelectionSource
Updates the UI to react to a change in focus node. This is called whenever some selection source in the tree records a change.- Specified by:
setFocusNode
in interfaceNodeSelectionSource
-
isHideCommonAttributes
public boolean isHideCommonAttributes()
-
setHideCommonAttributes
public void setHideCommonAttributes(boolean bool)
-
hideCommonAttributesProperty
public org.reactfx.value.Var<java.lang.Boolean> hideCommonAttributesProperty()
-
-