Uses of Class
org.pentaho.di.ui.repository.repositoryexplorer.ContextChangeVetoer.TYPE

Packages that use ContextChangeVetoer.TYPE
org.pentaho.di.ui.repository.repositoryexplorer   
 

Uses of ContextChangeVetoer.TYPE in org.pentaho.di.ui.repository.repositoryexplorer
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer that return ContextChangeVetoer.TYPE
 ContextChangeVetoer.TYPE ContextChangeVetoer.onContextChange()
          Fired when the context is changed
static ContextChangeVetoer.TYPE ContextChangeVetoer.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContextChangeVetoer.TYPE[] ContextChangeVetoer.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer that return types with arguments of type ContextChangeVetoer.TYPE
 List<ContextChangeVetoer.TYPE> ContextChangeVetoerCollection.fireContextChange()
          Fires a context change event to all listeners.