Package org.pentaho.di.ui.spoon.tree
Class RootNode
java.lang.Object
org.pentaho.di.ui.core.widget.tree.TreeNode
org.pentaho.di.ui.spoon.tree.RootNode
Created by bmorrise on 7/9/18.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAbstractMeta(org.pentaho.di.base.AbstractMeta abstractMeta, TreeNode treeNode) voidaddProvider(TreeFolderProvider treeFolderProvider) voidaddProviders(List<TreeFolderProvider> treeFolderProviders) voidcheckUpdate(org.pentaho.di.base.AbstractMeta abstractMeta, String filter) voidclearUpdates(org.pentaho.di.base.AbstractMeta abstractMeta) create(org.pentaho.di.base.AbstractMeta abstractMeta, org.eclipse.swt.graphics.Image image, boolean expanded) getNameByType(Class clazz) getTreeNode(org.pentaho.di.base.AbstractMeta abstractMeta) booleanhasNode(org.pentaho.di.base.AbstractMeta abstractMeta) voidremove(org.pentaho.di.base.AbstractMeta abstractMeta) booleanshouldUpdate(org.pentaho.di.base.AbstractMeta abstractMeta, String name) voidMethods inherited from class org.pentaho.di.ui.core.widget.tree.TreeNode
addChild, getBackground, getChildren, getData, getFont, getForeground, getImage, getIndex, getLabel, hasChildren, isExpanded, isHidden, removeAll, setBackground, setData, setExpanded, setFont, setForeground, setHidden, setImage, setIndex, setLabel
-
Constructor Details
-
RootNode
-
-
Method Details
-
addProvider
-
addProviders
-
addAbstractMeta
-
create
public TreeNode create(org.pentaho.di.base.AbstractMeta abstractMeta, org.eclipse.swt.graphics.Image image, boolean expanded) -
checkUpdate
-
getNameByType
-
remove
public void remove(org.pentaho.di.base.AbstractMeta abstractMeta) -
getTreeNode
-
update
-
clearUpdates
public void clearUpdates(org.pentaho.di.base.AbstractMeta abstractMeta) -
hasNode
public boolean hasNode(org.pentaho.di.base.AbstractMeta abstractMeta) -
shouldUpdate
-