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.repository.kdr   
org.pentaho.di.repository.kdr.delegates   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
org.pentaho.di.ui.spoon.dialog   
org.pentaho.di.ui.spoon.job   
org.pentaho.di.ui.spoon.trans   
 

Uses of NotePadMeta in org.pentaho.di.job
 

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

Methods in org.pentaho.di.job that return types with arguments of type NotePadMeta
 List<NotePadMeta> JobMeta.getNotes()
          Gets the notes.
 List<NotePadMeta> JobMeta.getSelectedNotes()
          Gets a list of all selected notes.
 

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

Method parameters in org.pentaho.di.job with type arguments of type NotePadMeta
 int[] JobMeta.getNoteIndexes(List<NotePadMeta> notes)
          Get an array of the locations of an array of notes
 

Uses of NotePadMeta in org.pentaho.di.repository.kdr
 

Methods in org.pentaho.di.repository.kdr that return NotePadMeta
 NotePadMeta KettleDatabaseRepository.loadNotePadMeta(ObjectId id_note)
           
 

Methods in org.pentaho.di.repository.kdr with parameters of type NotePadMeta
 void KettleDatabaseRepository.saveNotePadMeta(NotePadMeta note, ObjectId id_transformation)
           
 

Uses of NotePadMeta in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return NotePadMeta
 NotePadMeta KettleDatabaseRepositoryNotePadDelegate.loadNotePadMeta(ObjectId id_note)
           
 

Methods in org.pentaho.di.repository.kdr.delegates with parameters of type NotePadMeta
 void KettleDatabaseRepositoryNotePadDelegate.saveNotePadMeta(NotePadMeta note, ObjectId id_transformation)
           
 

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 (i.e.
 NotePadMeta TransMeta.getNote(int x, int y)
          Find the note that is located on a certain point on the canvas.
 

Methods in org.pentaho.di.trans that return types with arguments of type NotePadMeta
 List<NotePadMeta> TransMeta.getSelectedNotes()
          Gets 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 (i.e.
 void TransMeta.addNote(NotePadMeta ni)
          Add a new note to the transformation.
 int TransMeta.indexOfNote(NotePadMeta ni)
          Finds the location (index) of the specified note.
 

Method parameters in org.pentaho.di.trans with type arguments of type NotePadMeta
 int[] TransMeta.getNoteIndexes(List<NotePadMeta> notes)
          Gets an array of the locations of an array of notes.
 

Uses of NotePadMeta in org.pentaho.di.ui.spoon
 

Method parameters in org.pentaho.di.ui.spoon with type arguments of type NotePadMeta
 void Spoon.copySelected(TransMeta transMeta, List<StepMeta> steps, List<NotePadMeta> notes)
           
 

Uses of NotePadMeta in org.pentaho.di.ui.spoon.dialog
 

Methods in org.pentaho.di.ui.spoon.dialog that return NotePadMeta
 NotePadMeta NotePadDialog.open()
           
 

Constructors in org.pentaho.di.ui.spoon.dialog with parameters of type NotePadMeta
NotePadDialog(VariableSpace space, Shell parent, String title, NotePadMeta nMeta)
          Dialog to allow someone to show or enter a text in variable width font
 

Uses of NotePadMeta in org.pentaho.di.ui.spoon.job
 

Methods in org.pentaho.di.ui.spoon.job that return NotePadMeta
 NotePadMeta JobGraph.getCurrentNote()
           
 

Methods in org.pentaho.di.ui.spoon.job with parameters of type NotePadMeta
 void JobGraph.setCurrentNote(NotePadMeta ni)
           
 

Uses of NotePadMeta in org.pentaho.di.ui.spoon.trans
 

Methods in org.pentaho.di.ui.spoon.trans that return NotePadMeta
 NotePadMeta TransGraph.getCurrentNote()
           
 

Methods in org.pentaho.di.ui.spoon.trans with parameters of type NotePadMeta
 void TransGraph.setCurrentNote(NotePadMeta ni)