com.ibm.commons.swt.controls
Interface CTreeCombo.IPathSerializer
- All Known Implementing Classes:
- ELPathSerializer, XPathSerializer
- Enclosing class:
- CTreeCombo
public static interface CTreeCombo.IPathSerializer
An interface that is used internally by the tree control to
serialize the path to the item that was selected within the tree.
Method Summary |
java.lang.String |
getValue(java.lang.Object object)
Given a node within the tree this method returns a 'path' that can later
be used to travese to the selected tree location. |
getValue
java.lang.String getValue(java.lang.Object object)
- Given a node within the tree this method returns a 'path' that can later
be used to travese to the selected tree location.
- Parameters:
object
- an object from the tree control
- Returns:
- Returns a tree path to the given object