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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAbstractMeta
(org.pentaho.di.base.AbstractMeta abstractMeta, TreeNode treeNode) void
addProvider
(TreeFolderProvider treeFolderProvider) void
addProviders
(List<TreeFolderProvider> treeFolderProviders) void
checkUpdate
(org.pentaho.di.base.AbstractMeta abstractMeta, String filter) void
clearUpdates
(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) boolean
hasNode
(org.pentaho.di.base.AbstractMeta abstractMeta) void
remove
(org.pentaho.di.base.AbstractMeta abstractMeta) boolean
shouldUpdate
(org.pentaho.di.base.AbstractMeta abstractMeta, String name) void
Methods 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
-