public class FTreeNodeSorterNotification extends EventObject
source
Constructor and Description |
---|
FTreeNodeSorterNotification(Object source,
FTreePath path,
String sortingString) |
FTreeNodeSorterNotification(Object source,
FTreePath path,
String sortingString,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
protected String |
nodeName()
Get the name of the FTreeNode to which this event is
referring to.
|
protected FTreePath |
nodePath()
Get the FTreePath of the FTreeNode to which this
event is referring to.
|
boolean |
recursive() |
String |
sortingString() |
getSource, toString
public FTreeNodeSorterNotification(Object source, FTreePath path, String sortingString)
public String sortingString()
public boolean recursive()
protected FTreePath nodePath()
protected String nodeName()
Copyright © 2016. All rights reserved.