Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.DataHolder.DataKey
-
Packages that use DataHolder.DataKey Package Description net.sourceforge.pmd.util.fxdesigner.app Interfaces and base classes that structure and support the whole app.net.sourceforge.pmd.util.fxdesigner.util -
-
Uses of DataHolder.DataKey in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app declared as DataHolder.DataKey Modifier and Type Field Description static DataHolder.DataKey<PmdCoordinatesSystem.TextPos2D>NodeSelectionSource. CARET_POSITIONThe position of the caret, when the selection is carried out from the code area.static DataHolder.DataKey<java.lang.Boolean>NodeSelectionSource. SELECTION_RECOVERYThis selection is the reselection of a node across a parsing. -
Uses of DataHolder.DataKey in net.sourceforge.pmd.util.fxdesigner.util
Methods in net.sourceforge.pmd.util.fxdesigner.util with parameters of type DataHolder.DataKey Modifier and Type Method Description <T> TDataHolder. computeIfAbsent(DataHolder.DataKey<T> key, java.util.function.Supplier<T> value)<T> TDataHolder. getData(DataHolder.DataKey<T> key)booleanDataHolder. hasData(DataHolder.DataKey<?> key)<T> DataHolderDataHolder. withData(DataHolder.DataKey<T> key, T value)
-