Package org.pentaho.di.ui.spoon
Class TreeSelection
java.lang.Object
org.pentaho.di.ui.spoon.TreeSelection
-
Constructor Summary
ConstructorsConstructorDescriptionTreeSelection(String itemText, Object selection) TreeSelection(String itemText, Object selection, Object parent) TreeSelection(String itemText, Object selection, Object parent, Object grandParent) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetGrandParent(Object grandParent) voidsetItemText(String description) voidvoidsetSelection(Object selection)
-
Constructor Details
-
TreeSelection
- Parameters:
selection-parent-grandParent-
-
TreeSelection
- Parameters:
selection-parent-
-
TreeSelection
- Parameters:
selection-
-
-
Method Details
-
getGrandParent
- Returns:
- the grandParent
-
setGrandParent
- Parameters:
grandParent- the grandParent to set
-
getParent
- Returns:
- the parent
-
setParent
- Parameters:
parent- the parent to set
-
getSelection
- Returns:
- the selection
-
setSelection
- Parameters:
selection- the selection to set
-
getItemText
- Returns:
- the description
-
setItemText
- Parameters:
description- the description to set
-