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 TabMapEntrySpoonTabsDelegate. 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).TabMapEntrySpoonTabsDelegate. findTabMapEntry(Object managedObject)TabMapEntrySpoonTabsDelegate. findTabMapEntry(String tabItemText, TabMapEntry.ObjectType objectType)TabMapEntrySpoonTabsDelegate. 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 voidSpoonTabsDelegate. addTab(TabMapEntry entry)voidSpoonTabsDelegate. removeTab(TabMapEntry tabMapEntry)
-