Uses of Class
org.pentaho.di.ui.spoon.TabMapEntry.ObjectType

Packages that use TabMapEntry.ObjectType
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
org.pentaho.di.ui.spoon.delegates   
 

Uses of TabMapEntry.ObjectType in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon that return TabMapEntry.ObjectType
 TabMapEntry.ObjectType TabMapEntry.getObjectType()
           
static TabMapEntry.ObjectType TabMapEntry.ObjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabMapEntry.ObjectType[] TabMapEntry.ObjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.ui.spoon with parameters of type TabMapEntry.ObjectType
 void TabMapEntry.setObjectType(TabMapEntry.ObjectType objectType)
           
 

Constructors in org.pentaho.di.ui.spoon with parameters of type TabMapEntry.ObjectType
TabMapEntry(org.pentaho.xul.swt.tab.TabItem tabItem, String filename, String objectName, RepositoryDirectoryInterface repositoryDirectory, String versionLabel, TabItemInterface object, TabMapEntry.ObjectType objectType)
           
 

Uses of TabMapEntry.ObjectType in org.pentaho.di.ui.spoon.delegates
 

Methods in org.pentaho.di.ui.spoon.delegates with parameters of type TabMapEntry.ObjectType
 TabMapEntry SpoonTabsDelegate.findTabMapEntry(String tabItemText, TabMapEntry.ObjectType objectType)