Uses of Class
org.pentaho.di.ui.spoon.TabMapEntry
-
Packages that use TabMapEntry Package Description org.pentaho.di.ui.spoon.delegates -
-
Uses of TabMapEntry in org.pentaho.di.ui.spoon.delegates
Methods in org.pentaho.di.ui.spoon.delegates that return TabMapEntry Modifier and Type Method Description TabMapEntry
SpoonTabsDelegate. findTabForTransformation(org.pentaho.di.trans.TransMeta trans)
Finds the tab for the transformation that matches the metadata provided (either the file must be the same or the repository id).TabMapEntry
SpoonTabsDelegate. findTabMapEntry(Object managedObject)
TabMapEntry
SpoonTabsDelegate. findTabMapEntry(String tabItemText, TabMapEntry.ObjectType objectType)
TabMapEntry
SpoonTabsDelegate. getTab(TabItem tabItem)
Methods in org.pentaho.di.ui.spoon.delegates that return types with arguments of type TabMapEntry Modifier and Type Method Description List<TabMapEntry>
SpoonTabsDelegate. getTabs()
Methods in org.pentaho.di.ui.spoon.delegates with parameters of type TabMapEntry Modifier and Type Method Description void
SpoonTabsDelegate. addTab(TabMapEntry entry)
void
SpoonTabsDelegate. removeTab(TabMapEntry tabMapEntry)
-