Class NodeSelectionSource.NodeSelectionEvent
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.app.NodeSelectionSource.NodeSelectionEvent
-
- Enclosing interface:
- NodeSelectionSource
public static class NodeSelectionSource.NodeSelectionEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description DataHolderoptionsnet.sourceforge.pmd.lang.ast.Nodeselected
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()static NodeSelectionSource.NodeSelectionEventof(net.sourceforge.pmd.lang.ast.Node selected)static NodeSelectionSource.NodeSelectionEventof(net.sourceforge.pmd.lang.ast.Node selected, DataHolder options)StringtoString()
-
-
-
Field Detail
-
selected
public final net.sourceforge.pmd.lang.ast.Node selected
-
options
public final DataHolder options
-
-
Method Detail
-
of
public static NodeSelectionSource.NodeSelectionEvent of(net.sourceforge.pmd.lang.ast.Node selected)
-
of
public static NodeSelectionSource.NodeSelectionEvent of(net.sourceforge.pmd.lang.ast.Node selected, DataHolder options)
-
-