Uses of Class
org.pentaho.di.core.NotePadMeta

Packages that use NotePadMeta
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

Uses of NotePadMeta in org.pentaho.di.job
 

Fields in org.pentaho.di.job with type parameters of type NotePadMeta
 List<NotePadMeta> JobMeta.notes
           
 

Methods in org.pentaho.di.job that return NotePadMeta
 NotePadMeta JobMeta.getNote(int i)
           
 NotePadMeta JobMeta.getNote(int x, int y)
           
 

Methods in org.pentaho.di.job with parameters of type NotePadMeta
 void JobMeta.addNote(int p, NotePadMeta ni)
           
 void JobMeta.addNote(NotePadMeta ni)
           
 int JobMeta.indexOfNote(NotePadMeta ni)
           
 

Uses of NotePadMeta in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return NotePadMeta
 NotePadMeta TransMeta.getNote(int i)
          Retrieves notepad information on a certain location.
 NotePadMeta TransMeta.getNote(int x, int y)
          Find the note that is located on a certain point on the canvas.
 NotePadMeta TransMeta.getSelectedNote(int nr)
          Get the selected note at a certain index
 NotePadMeta[] TransMeta.getSelectedNotes()
          Get an array of all the selected notes
 

Methods in org.pentaho.di.trans with parameters of type NotePadMeta
 void TransMeta.addNote(int p, NotePadMeta ni)
          Add a new note to the transformation on a certain location.
 void TransMeta.addNote(NotePadMeta ni)
          Add a new note to the transformation.
 int[] TransMeta.getNoteIndexes(NotePadMeta[] notes)
          Get an array of the locations of an array of notes
 int TransMeta.indexOfNote(NotePadMeta ni)
          Find the location of a note