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. notesMethods in org.pentaho.di.base that return NotePadMeta Modifier and Type Method Description NotePadMetaAbstractMeta. getNote(int i)Gets the note.NotePadMetaAbstractMeta. 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 voidAbstractMeta. addNote(int p, NotePadMeta ni)Add a new note at a certain location (i.e.voidAbstractMeta. addNote(NotePadMeta ni)Add a new note.intAbstractMeta. 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 voidBasePainter. 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 NotePadMetaKettleDatabaseRepository. 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 voidKettleDatabaseRepository. 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 NotePadMetaKettleDatabaseRepositoryNotePadDelegate. 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 voidKettleDatabaseRepositoryNotePadDelegate. saveNotePadMeta(NotePadMeta note, org.pentaho.di.repository.ObjectId id_transformation)
-