Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.DataHolder
-
Packages that use DataHolder Package Description net.sourceforge.pmd.util.fxdesigner PMD's rule designer.net.sourceforge.pmd.util.fxdesigner.app Interfaces and base classes that structure and support the whole app.net.sourceforge.pmd.util.fxdesigner.app.services Services available to the whole app.net.sourceforge.pmd.util.fxdesigner.util net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of DataHolder in net.sourceforge.pmd.util.fxdesigner
Methods in net.sourceforge.pmd.util.fxdesigner with parameters of type DataHolder Modifier and Type Method Description voidMetricPaneController. setFocusNode(net.sourceforge.pmd.lang.ast.Node node, DataHolder options)Displays info about a node.voidNodeDetailPaneController. setFocusNode(net.sourceforge.pmd.lang.ast.Node node, DataHolder options)voidScopesPanelController. setFocusNode(net.sourceforge.pmd.lang.ast.Node node, DataHolder options)voidXPathRuleEditorController. setFocusNode(net.sourceforge.pmd.lang.ast.Node node, DataHolder options) -
Uses of DataHolder in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app declared as DataHolder Modifier and Type Field Description DataHolderNodeSelectionSource.NodeSelectionEvent. optionsMethods in net.sourceforge.pmd.util.fxdesigner.app with parameters of type DataHolder Modifier and Type Method Description static NodeSelectionSource.NodeSelectionEventNodeSelectionSource.NodeSelectionEvent. of(net.sourceforge.pmd.lang.ast.Node selected, DataHolder options)voidNodeSelectionSource. setFocusNode(net.sourceforge.pmd.lang.ast.Node node, DataHolder options)Updates the UI to react to a change in focus node. -
Uses of DataHolder in net.sourceforge.pmd.util.fxdesigner.app.services
Methods in net.sourceforge.pmd.util.fxdesigner.app.services that return DataHolder Modifier and Type Method Description DataHolderLogEntry. getUserMap() -
Uses of DataHolder in net.sourceforge.pmd.util.fxdesigner.util
Methods in net.sourceforge.pmd.util.fxdesigner.util that return DataHolder Modifier and Type Method Description <T> DataHolderDataHolder. withData(DataHolder.DataKey<T> key, T value) -
Uses of DataHolder in net.sourceforge.pmd.util.fxdesigner.util.controls
Methods in net.sourceforge.pmd.util.fxdesigner.util.controls with parameters of type DataHolder Modifier and Type Method Description voidAstTreeView. setFocusNode(net.sourceforge.pmd.lang.ast.Node node, DataHolder options)Focus the given node, handling scrolling if needed.voidNodeEditionCodeArea. setFocusNode(net.sourceforge.pmd.lang.ast.Node node, DataHolder options)voidNodeParentageCrumbBar. setFocusNode(net.sourceforge.pmd.lang.ast.Node newSelection, DataHolder options)If the node is already displayed on the crumbbar, only sets the focus on it.
-