Uses of Class
org.pentaho.di.core.NotePadMeta
Package
Description
-
Uses of NotePadMeta in org.pentaho.di.base
Modifier and TypeMethodDescriptionAbstractMeta.getNote
(int i) Gets the note.AbstractMeta.getNote
(int x, int y) Find the note that is located on a certain point on the canvas.Modifier and TypeMethodDescriptionAbstractMeta.getNotes()
Gets the notes.AbstractMeta.getSelectedNotes()
Gets a list of all selected notes.Modifier and TypeMethodDescriptionvoid
AbstractMeta.addNote
(int p, NotePadMeta ni) Add a new note at a certain location (i.e.void
AbstractMeta.addNote
(NotePadMeta ni) Add a new note.int
AbstractMeta.indexOfNote
(NotePadMeta ni) Finds the location (index) of the specified note.Modifier and TypeMethodDescriptionint[]
AbstractMeta.getNoteIndexes
(List<NotePadMeta> notes) Get an array of the locations of an array of notes -
Uses of NotePadMeta in org.pentaho.di.core.gui
-
Uses of NotePadMeta in org.pentaho.di.repository.kdr
Modifier and TypeMethodDescriptionKettleDatabaseRepository.loadNotePadMeta
(org.pentaho.di.repository.ObjectId id_note) Modifier and TypeMethodDescriptionvoid
KettleDatabaseRepository.saveNotePadMeta
(NotePadMeta note, org.pentaho.di.repository.ObjectId id_transformation) -
Uses of NotePadMeta in org.pentaho.di.repository.kdr.delegates
Modifier and TypeMethodDescriptionKettleDatabaseRepositoryNotePadDelegate.loadNotePadMeta
(org.pentaho.di.repository.ObjectId id_note) Modifier and TypeMethodDescriptionvoid
KettleDatabaseRepositoryNotePadDelegate.saveNotePadMeta
(NotePadMeta note, org.pentaho.di.repository.ObjectId id_transformation)