Uses of Class
org.pentaho.di.core.NotePadMeta
Packages that use NotePadMeta
Package
Description
-
Uses of NotePadMeta in org.pentaho.di.base
Fields in org.pentaho.di.base with type parameters of type NotePadMetaMethods in org.pentaho.di.base that return NotePadMetaModifier 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.Methods in org.pentaho.di.base that return types with arguments of type NotePadMetaModifier and TypeMethodDescriptionAbstractMeta.getNotes()
Gets the notes.AbstractMeta.getSelectedNotes()
Gets a list of all selected notes.Methods in org.pentaho.di.base with parameters of type NotePadMetaModifier 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.Method parameters in org.pentaho.di.base with type arguments of type NotePadMetaModifier 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
Methods in org.pentaho.di.core.gui with parameters of type NotePadMeta -
Uses of NotePadMeta in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return NotePadMetaModifier and TypeMethodDescriptionKettleDatabaseRepository.loadNotePadMeta
(org.pentaho.di.repository.ObjectId id_note) Methods in org.pentaho.di.repository.kdr with parameters of type NotePadMetaModifier and TypeMethodDescriptionvoid
KettleDatabaseRepository.saveNotePadMeta
(NotePadMeta note, org.pentaho.di.repository.ObjectId id_transformation) -
Uses of NotePadMeta in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return NotePadMetaModifier and TypeMethodDescriptionKettleDatabaseRepositoryNotePadDelegate.loadNotePadMeta
(org.pentaho.di.repository.ObjectId id_note) Methods in org.pentaho.di.repository.kdr.delegates with parameters of type NotePadMetaModifier and TypeMethodDescriptionvoid
KettleDatabaseRepositoryNotePadDelegate.saveNotePadMeta
(NotePadMeta note, org.pentaho.di.repository.ObjectId id_transformation)