Package | Description |
---|---|
org.pentaho.di.base | |
org.pentaho.di.core.gui | |
org.pentaho.di.repository.kdr | |
org.pentaho.di.repository.kdr.delegates |
Modifier and Type | Field and Description |
---|---|
protected List<NotePadMeta> |
AbstractMeta.notes |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<NotePadMeta> |
AbstractMeta.getNotes()
Gets the notes.
|
List<NotePadMeta> |
AbstractMeta.getSelectedNotes()
Gets a list of all selected notes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int[] |
AbstractMeta.getNoteIndexes(List<NotePadMeta> notes)
Get an array of the locations of an array of notes
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasePainter.drawNote(NotePadMeta notePadMeta) |
Modifier and Type | Method and Description |
---|---|
NotePadMeta |
KettleDatabaseRepository.loadNotePadMeta(ObjectId id_note) |
Modifier and Type | Method and Description |
---|---|
void |
KettleDatabaseRepository.saveNotePadMeta(NotePadMeta note,
ObjectId id_transformation) |
Modifier and Type | Method and Description |
---|---|
NotePadMeta |
KettleDatabaseRepositoryNotePadDelegate.loadNotePadMeta(ObjectId id_note) |
Modifier and Type | Method and Description |
---|---|
void |
KettleDatabaseRepositoryNotePadDelegate.saveNotePadMeta(NotePadMeta note,
ObjectId id_transformation) |
Copyright © 2018 Hitachi Vantara. All rights reserved.