Uses of Class
org.pentaho.di.core.NotePadMeta
-
Packages that use NotePadMeta Package Description org.pentaho.di.base org.pentaho.di.core.gui org.pentaho.di.repository.kdr org.pentaho.di.repository.kdr.delegates -
-
Uses of NotePadMeta in org.pentaho.di.base
Fields in org.pentaho.di.base with type parameters of type NotePadMeta Modifier and Type Field Description protected List<NotePadMeta>
AbstractMeta. notes
Methods in org.pentaho.di.base that return NotePadMeta Modifier and Type Method Description NotePadMeta
AbstractMeta. getNote(int i)
Gets the note.NotePadMeta
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 NotePadMeta Modifier and Type Method Description List<NotePadMeta>
AbstractMeta. getNotes()
Gets the notes.List<NotePadMeta>
AbstractMeta. getSelectedNotes()
Gets a list of all selected notes.Methods in org.pentaho.di.base with parameters of type NotePadMeta Modifier and Type Method Description void
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 NotePadMeta Modifier and Type Method Description int[]
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 Modifier and Type Method Description protected void
BasePainter. drawNote(NotePadMeta notePadMeta)
-
Uses of NotePadMeta in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return NotePadMeta Modifier and Type Method Description NotePadMeta
KettleDatabaseRepository. loadNotePadMeta(org.pentaho.di.repository.ObjectId id_note)
Methods in org.pentaho.di.repository.kdr with parameters of type NotePadMeta Modifier and Type Method Description void
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 NotePadMeta Modifier and Type Method Description NotePadMeta
KettleDatabaseRepositoryNotePadDelegate. loadNotePadMeta(org.pentaho.di.repository.ObjectId id_note)
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type NotePadMeta Modifier and Type Method Description void
KettleDatabaseRepositoryNotePadDelegate. saveNotePadMeta(NotePadMeta note, org.pentaho.di.repository.ObjectId id_transformation)
-