Class NodeSelectionSource.NodeSelectionEvent
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.app.NodeSelectionSource.NodeSelectionEvent
-
- Enclosing interface:
- NodeSelectionSource
public static class NodeSelectionSource.NodeSelectionEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description DataHolder
options
net.sourceforge.pmd.lang.ast.Node
selected
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
static NodeSelectionSource.NodeSelectionEvent
of(net.sourceforge.pmd.lang.ast.Node selected)
static NodeSelectionSource.NodeSelectionEvent
of(net.sourceforge.pmd.lang.ast.Node selected, DataHolder options)
java.lang.String
toString()
-
-
-
Field Detail
-
selected
public final net.sourceforge.pmd.lang.ast.Node selected
-
options
public final DataHolder options
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-